Skip to content

Console Output

02:40:20 Started by an SCM change
02:40:20 Running as SYSTEM
02:40:20 Agent centos-7-lqtz6 is provisioned from template centos-7
02:40:20 ---
02:40:20 apiVersion: "v1"
02:40:20 kind: "Pod"
02:40:20 metadata:
02:40:20   labels:
02:40:20     jenkins: "slave"
02:40:20     jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
02:40:20     jenkins/label: "migration_jipp-migration_centos-7"
02:40:20   name: "centos-7-lqtz6"
02:40:20   namespace: "swtbot"
02:40:20 spec:
02:40:20   containers:
02:40:20   - env:
02:40:20     - name: "JENKINS_SECRET"
02:40:20       value: "********"
02:40:20     - name: "JENKINS_TUNNEL"
02:40:20       value: "jenkins-discovery.swtbot.svc.cluster.local:50000"
02:40:20     - name: "JENKINS_AGENT_NAME"
02:40:20       value: "centos-7-lqtz6"
02:40:20     - name: "JENKINS_REMOTING_JAVA_OPTS"
02:40:20       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
02:40:20         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
02:40:20     - name: "JAVA_TOOL_OPTIONS"
02:40:20       value: ""
02:40:20     - name: "_JAVA_OPTIONS"
02:40:20       value: ""
02:40:20     - name: "OPENJ9_JAVA_OPTIONS"
02:40:20       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
02:40:20     - name: "JENKINS_NAME"
02:40:20       value: "centos-7-lqtz6"
02:40:20     - name: "JENKINS_AGENT_WORKDIR"
02:40:20       value: "/home/jenkins/agent"
02:40:20     - name: "JENKINS_URL"
02:40:20       value: "http://jenkins-ui.swtbot.svc.cluster.local/swtbot/"
02:40:20     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3107.v665000b_51092"
02:40:20     imagePullPolicy: "Always"
02:40:20     name: "jnlp"
02:40:20     resources:
02:40:20       limits:
02:40:20         cpu: "2000m"
02:40:20         memory: "4096Mi"
02:40:20       requests:
02:40:20         cpu: "1000m"
02:40:20         memory: "4096Mi"
02:40:20     tty: true
02:40:20     volumeMounts:
02:40:20     - mountPath: "/home/jenkins/.m2/toolchains.xml"
02:40:20       name: "m2-dir"
02:40:20       readOnly: true
02:40:20       subPath: "toolchains.xml"
02:40:20     - mountPath: "/home/jenkins/.mavenrc"
02:40:20       name: "m2-dir"
02:40:20       readOnly: true
02:40:20       subPath: ".mavenrc"
02:40:20     - mountPath: "/opt/tools"
02:40:20       name: "volume-0"
02:40:20       readOnly: false
02:40:20     - mountPath: "/home/jenkins"
02:40:20       name: "volume-2"
02:40:20       readOnly: false
02:40:20     - mountPath: "/home/jenkins/.m2/repository"
02:40:20       name: "volume-3"
02:40:20       readOnly: false
02:40:20     - mountPath: "/home/jenkins/.m2/settings-security.xml"
02:40:20       name: "m2-secret-dir"
02:40:20       readOnly: true
02:40:20       subPath: "settings-security.xml"
02:40:20     - mountPath: "/home/jenkins/.m2/wrapper"
02:40:20       name: "volume-4"
02:40:20       readOnly: false
02:40:20     - mountPath: "/home/jenkins/.m2/settings.xml"
02:40:20       name: "m2-secret-dir"
02:40:20       readOnly: true
02:40:20       subPath: "settings.xml"
02:40:20     - mountPath: "/home/jenkins/.ssh"
02:40:20       name: "volume-1"
02:40:20       readOnly: false
02:40:20       subPath: ""
02:40:20     - mountPath: "/home/jenkins/agent"
02:40:20       name: "workspace-volume"
02:40:20       readOnly: false
02:40:20     workingDir: "/home/jenkins/agent"
02:40:20   nodeSelector:
02:40:20     kubernetes.io/os: "linux"
02:40:20   restartPolicy: "Never"
02:40:20   volumes:
02:40:20   - name: "volume-0"
02:40:20     persistentVolumeClaim:
02:40:20       claimName: "tools-claim-jiro-swtbot"
02:40:20       readOnly: true
02:40:20   - name: "m2-secret-dir"
02:40:20     secret:
02:40:20       secretName: "m2-secret-dir"
02:40:20   - emptyDir:
02:40:20       medium: ""
02:40:20     name: "volume-2"
02:40:20   - configMap:
02:40:20       name: "m2-dir"
02:40:20     name: "m2-dir"
02:40:20   - configMap:
02:40:20       name: "known-hosts"
02:40:20     name: "volume-1"
02:40:20   - emptyDir:
02:40:20       medium: ""
02:40:20     name: "workspace-volume"
02:40:20   - emptyDir:
02:40:20       medium: ""
02:40:20     name: "volume-4"
02:40:20   - emptyDir:
02:40:20       medium: ""
02:40:20     name: "volume-3"
02:40:20 
02:40:20 Building remotely on centos-7-lqtz6 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/swtbot-tycho
02:40:20 [ssh-agent] Looking for ssh-agent implementation...
02:40:20 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
02:40:20 $ ssh-agent
02:40:20 SSH_AUTH_SOCK=/tmp/ssh-pfSBMMHJkoM0/agent.47
02:40:20 SSH_AGENT_PID=49
02:40:20 [ssh-agent] Started.
02:40:20 Running ssh-add (command line suppressed)
02:40:20 Identity added: /home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_9980740565130361207.key (/home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_9980740565130361207.key)
02:40:20 [ssh-agent] Using credentials genie.swtbot (ssh://genie.swtbot@projects-storage.eclipse.org)
02:40:20 The recommended git tool is: NONE
02:40:21 No credentials specified
02:40:21 Cloning the remote Git repository
02:40:21 Cloning repository https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git
02:40:21  > git init /home/jenkins/agent/workspace/swtbot-tycho # timeout=10
02:40:21 Fetching upstream changes from https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git
02:40:21  > git --version # timeout=10
02:40:21  > git --version # 'git version 2.36.6'
02:40:21  > git fetch --tags --force --progress -- https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git +refs/heads/*:refs/remotes/origin/* # timeout=10
02:40:23  > git config remote.origin.url https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git # timeout=10
02:40:23  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
02:40:23 Avoid second fetch
02:40:23  > git rev-parse origin/master^{commit} # timeout=10
02:40:23 Checking out Revision 0c4628af8ebdcc0019a25e32b34eba64b40fb6c5 (origin/master)
02:40:23  > git config core.sparsecheckout # timeout=10
02:40:23  > git checkout -f 0c4628af8ebdcc0019a25e32b34eba64b40fb6c5 # timeout=10
02:40:23 Commit message: "Up to 4.2.0"
02:40:23  > git rev-list --no-walk 569c6fe36850ac78e7092831b48775101e961906 # timeout=10
02:40:24 [swtbot-tycho] $ Xvnc -help
02:40:24 Starting xvnc
02:40:24 [swtbot-tycho] $ Xvnc :76 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
02:40:24 
02:40:24 Xvnc TigerVNC 1.8.0 - built Apr  5 2023 13:48:56
02:40:24 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
02:40:24 See http://www.tigervnc.org for information on TigerVNC.
02:40:24 Underlying X server release 12004000, The X.Org Foundation
02:40:24 
02:40:24 
02:40:24 Thu Jul 27 06:40:24 2023
02:40:24  vncext:      VNC extension running!
02:40:24  vncext:      Listening for VNC connections on all interface(s), port 5976
02:40:24  vncext:      created VNC server for screen 0
02:40:24 [swtbot-tycho] $ /bin/bash -x /tmp/jenkins17128696575371961511.sh
02:40:24 + metacity --sm-disable --replace
02:40:24 [swtbot-tycho] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dmaven.test.error.ignore=true -Dcbi.jarsigner.skip=false -Dmaven.test.failure.ignore=true -Dmaven.repo.local=/home/jenkins/agent/workspace/swtbot-tycho/.repository install -B
02:40:24 Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
02:40:24 Maven home: /opt/tools/apache-maven/latest
02:40:24 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
02:40:24 Default locale: en_US, platform encoding: UTF-8
02:40:24 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
02:40:26 [INFO] Scanning for projects...
02:40:42 [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
02:40:42 [INFO]     Cache location:         /home/jenkins/agent/workspace/swtbot-tycho/.repository/.cache/tycho
02:40:42 [INFO]     Transport mode:         online
02:40:42 [INFO]     Update mode:            cache first
02:40:42 [INFO]     Minimum cache duration: 60 minutes
02:40:42 [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
02:40:50 [INFO] Resolving target definition file:/home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/../devtools/target-platforms/2023-06/2023-06.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@1611ce1c...
02:40:54 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/pom.xml
02:40:57 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/pom.xml
02:40:57 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/pom.xml
02:41:02 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/pom.xml
02:41:03 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/pom.xml
02:41:04 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/pom.xml
02:41:04 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/pom.xml
02:41:04 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/pom.xml
02:41:04 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/pom.xml
02:41:04 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/pom.xml
02:41:08 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/pom.xml
02:41:08 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/pom.xml
02:41:08 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/pom.xml
02:41:08 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/pom.xml
02:41:09 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/pom.xml
02:41:09 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/pom.xml
02:41:09 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/pom.xml
02:41:09 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/pom.xml
02:41:09 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit5_x:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/pom.xml
02:41:09 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/pom.xml
02:41:09 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/pom.xml
02:41:09 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/pom.xml
02:41:09 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swt.examples:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/pom.xml
02:41:09 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/pom.xml
02:41:09 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/pom.xml
02:41:11 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/pom.xml
02:41:11 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/pom.xml
02:41:11 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/pom.xml
02:41:11 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/pom.xml
02:41:11 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.forms:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/pom.xml
02:41:11 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/pom.xml
02:41:11 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.ide:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/pom.xml
02:41:11 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/pom.xml
02:41:11 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml
02:41:11 [INFO] Resolving test dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml
02:41:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.junit5:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/pom.xml
02:41:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/pom.xml
02:41:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/pom.xml
02:41:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/pom.xml
02:41:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.checkboxgroup:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/pom.xml
02:41:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.stepbar:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/pom.xml
02:41:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.rangeslider:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/pom.xml
02:41:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot:org.eclipse.swtbot.updatesite:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/pom.xml
02:41:12 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/pom.xml
02:41:13 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml
02:41:13 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/pom.xml
02:41:13 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/pom.xml
02:41:14 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/pom.xml
02:41:14 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml
02:41:14 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test.features:org.eclipse.swtbot.test:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/pom.xml
02:41:14 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/pom.xml
02:41:14 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/pom.xml
02:41:14 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/pom.xml
02:41:14 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml
02:41:15 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder.test:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/pom.xml
02:41:15 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder.test:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/pom.xml
02:41:15 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder.test:4.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/pom.xml
02:41:15 [INFO] ------------------------------------------------------------------------
02:41:15 [INFO] Reactor Build Order:
02:41:15 [INFO] 
02:41:15 [INFO] Eclipse SWTBot                                                     [pom]
02:41:15 [INFO] org.eclipse.swtbot.ant.junit                            [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.eclipse.core                         [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.swt.finder                           [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.eclipse.finder                       [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.e4.finder                            [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.junit4_x                             [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot                                     [eclipse-feature]
02:41:15 [INFO] org.eclipse.swtbot.forms.finder                         [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.forms                               [eclipse-feature]
02:41:15 [INFO] org.eclipse.swtbot.go                                   [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.eclipse                             [eclipse-feature]
02:41:15 [INFO] org.eclipse.swtbot.eclipse.dsl                          [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.eclipse.gef.finder                   [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.eclipse.spy                          [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.eclipse.junit.headless               [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.eclipse.test.junit                  [eclipse-feature]
02:41:15 [INFO] org.eclipse.swtbot.eclipse.ui                           [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.generator                            [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.generator.client                     [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.generator.rules.workbench            [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.generator.jdt                        [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.generator.ui                         [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.junit5_x                             [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.nebula.gallery.finder                [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swt.examples                                [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.swt.demo                             [eclipse-plugin]
02:41:15 [INFO] org.eclipse.ui.forms.examples                           [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.nebula.nattable.finder               [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder          [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.nebula.stepbar.finder                [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.nebula.rangeslider.finder            [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.eclipse.gef                         [eclipse-feature]
02:41:15 [INFO] org.eclipse.swtbot.generator.feature                   [eclipse-feature]
02:41:15 [INFO] org.eclipse.swtbot.ide                                 [eclipse-feature]
02:41:15 [INFO] org.eclipse.swtbot.eclipse.junit5.headless              [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.junit5                              [eclipse-feature]
02:41:15 [INFO] org.eclipse.swtbot.nebula.gallery                      [eclipse-feature]
02:41:15 [INFO] org.eclipse.swtbot.nebula.nattable                     [eclipse-feature]
02:41:15 [INFO] org.eclipse.swtbot.nebula.checkboxgroup                [eclipse-feature]
02:41:15 [INFO] org.eclipse.swtbot.nebula.stepbar                      [eclipse-feature]
02:41:15 [INFO] org.eclipse.swtbot.nebula.rangeslider                  [eclipse-feature]
02:41:15 [INFO] org.eclipse.swtbot.updatesite                       [eclipse-repository]
02:41:15 [INFO] org.eclipse.swtbot.eclipse.ui.test                 [eclipse-test-plugin]
02:41:15 [INFO] org.eclipse.swtbot.swt.finder.test.keyboards            [eclipse-plugin]
02:41:15 [INFO] org.eclipse.swtbot.forms.finder.test               [eclipse-test-plugin]
02:41:15 [INFO] org.eclipse.swtbot.eclipse.finder.test             [eclipse-test-plugin]
02:41:15 [INFO] org.eclipse.swtbot.e4.finder.test                  [eclipse-test-plugin]
02:41:15 [INFO] org.eclipse.swtbot.nebula.gallery.finder.test      [eclipse-test-plugin]
02:41:15 [INFO] org.eclipse.swtbot.swt.finder.test                 [eclipse-test-plugin]
02:41:15 [INFO] org.eclipse.swtbot.test                                [eclipse-feature]
02:41:15 [INFO] org.eclipse.swtbot.generator.test                  [eclipse-test-plugin]
02:41:15 [INFO] org.eclipse.swtbot.generator.jdt.test              [eclipse-test-plugin]
02:41:15 [INFO] org.eclipse.swtbot.nebula.nattable.finder.test     [eclipse-test-plugin]
02:41:15 [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder.test [eclipse-test-plugin]
02:41:15 [INFO] org.eclipse.swtbot.nebula.stepbar.finder.test      [eclipse-test-plugin]
02:41:15 [INFO] org.eclipse.swtbot.nebula.rangeslider.finder.test  [eclipse-test-plugin]
02:41:15 [INFO] 
02:41:15 [INFO] ---------------------< org.eclipse.swtbot:parent >----------------------
02:41:15 [INFO] Building Eclipse SWTBot 4.2.0-SNAPSHOT                            [1/57]
02:41:15 [INFO]   from pom.xml
02:41:15 [INFO] --------------------------------[ pom ]---------------------------------
02:41:15 [INFO] 
02:41:15 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ parent ---
02:41: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/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:41:19 [INFO] 
02:41:19 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ parent ---
02:41:19 [INFO] 
02:41:19 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ parent ---
02:41:19 [INFO] 
02:41:19 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ parent ---
02:41:20 [INFO] 
02:41:20 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ parent ---
02:41:20 [INFO] 
02:41:20 [INFO] --- install:3.1.0:install (default-install) @ parent ---
02:41:20 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/parent/4.2.0-SNAPSHOT/parent-4.2.0-SNAPSHOT.pom
02:41:20 [INFO] 
02:41:20 [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit >-------
02:41:20 [INFO] Building org.eclipse.swtbot.ant.junit 4.2.0-SNAPSHOT              [2/57]
02:41:20 [INFO]   from org.eclipse.swtbot.ant.junit/pom.xml
02:41:20 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:41:20 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:41:20 [INFO] 
02:41:20 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.ant.junit ---
02:41:21 [INFO] The project's OSGi version is 4.2.0.202307270640
02:41:21 [INFO] 
02:41:21 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.ant.junit ---
02:41:21 [INFO] 
02:41:21 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.ant.junit ---
02:41:21 [INFO] 
02:41:21 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.ant.junit ---
02:41:21 [INFO] 
02:41:21 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.ant.junit ---
02:41:22 [INFO] Resolving class path of org.eclipse.swtbot.ant.junit...
02:41:22 [INFO] 
02:41:22 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.ant.junit ---
02: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.*
02:41:22 [INFO] 
02:41:22 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.ant.junit ---
02:41:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/src/main/resources
02:41:23 [INFO] 
02:41:23 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.ant.junit ---
02:41:23 [INFO] 
02:41:23 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.ant.junit ---
02:41:23 [INFO] 
02:41:23 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.ant.junit ---
02:41:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/src/test/resources
02:41:23 [INFO] 
02:41:23 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.ant.junit ---
02:41:23 [INFO] 
02:41:23 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.ant.junit ---
02:41:23 [INFO] No tests to run.
02:41:23 [INFO] 
02:41:23 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.ant.junit ---
02:41:23 [INFO] 
02:41:23 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.ant.junit ---
02:41:23 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.2.0-SNAPSHOT-sources.jar
02:41:23 [INFO] 
02:41:23 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.ant.junit ---
02:41:26 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.2.0-SNAPSHOT.jar
02:41:26 [INFO] 
02:41:26 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ant.junit ---
02:41:26 [INFO] 
02:41:26 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.ant.junit ---
02:41:26 [INFO] 
02:41:26 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.ant.junit ---
02:41:26 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.2.0-SNAPSHOT.jar
02:41:28 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.2.0-SNAPSHOT-sources.jar
02:41:29 [INFO] 
02:41:29 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.ant.junit ---
02:41:29 [INFO] 
02:41:29 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.ant.junit ---
02:41:29 [INFO] 
02:41:29 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.ant.junit ---
02:41:29 [INFO] No tests to run.
02:41:29 [INFO] 
02:41:29 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.ant.junit ---
02:41:30 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.2.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.2.0-SNAPSHOT.jar
02:41:30 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.2.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.2.0-SNAPSHOT.pom
02:41:30 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.2.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.2.0-SNAPSHOT-sources.jar
02:41:30 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.2.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.2.0-SNAPSHOT-p2metadata.xml
02:41:30 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.2.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.2.0-SNAPSHOT-p2artifacts.xml
02:41:30 [INFO] 
02:41:30 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.ant.junit ---
02:41:30 [INFO] 
02:41:30 [INFO] ----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core >-----
02:41:30 [INFO] Building org.eclipse.swtbot.eclipse.core 4.2.0-SNAPSHOT           [3/57]
02:41:30 [INFO]   from org.eclipse.swtbot.eclipse.core/pom.xml
02:41:30 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:41:30 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:41:30 [INFO] 
02:41:30 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.core ---
02:41:30 [INFO] The project's OSGi version is 4.2.0.202307270640
02:41:30 [INFO] 
02:41:30 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.core ---
02:41:30 [INFO] 
02:41:30 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.core ---
02:41:30 [INFO] 
02:41:30 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.core ---
02:41:30 [INFO] 
02:41:30 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.core ---
02:41:30 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.core...
02:41:30 [INFO] 
02:41:30 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.core ---
02:41:30 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:41:30 [INFO] 
02:41:30 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.core ---
02:41:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/src/main/resources
02:41:30 [INFO] 
02:41:30 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.core ---
02:41:30 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/classes
02:41:32 [INFO] 
02:41:32 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.core ---
02:41:32 [INFO] 
02:41:32 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.core ---
02:41:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/src/test/resources
02:41:32 [INFO] 
02:41:32 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.core ---
02:41:32 [INFO] 
02:41:32 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.core ---
02:41:32 [INFO] No tests to run.
02:41:32 [INFO] 
02:41:32 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.core ---
02:41:32 [INFO] 
02:41:32 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.core ---
02:41:32 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.2.0-SNAPSHOT-sources.jar
02:41:32 [INFO] 
02:41:32 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.core ---
02:41:32 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.2.0-SNAPSHOT.jar
02:41:32 [INFO] 
02:41:32 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.core ---
02:41:32 [INFO] 
02:41:32 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.core ---
02:41:32 [INFO] 
02:41:32 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.core ---
02:41:32 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.2.0-SNAPSHOT.jar
02:41:33 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.2.0-SNAPSHOT-sources.jar
02:41:35 [INFO] 
02:41:35 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.core ---
02:41:35 [INFO] 
02:41:35 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.core ---
02:41:35 [INFO] 
02:41:35 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.core ---
02:41:35 [INFO] No tests to run.
02:41:35 [INFO] 
02:41:35 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.core ---
02:41:35 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.2.0-SNAPSHOT.jar
02:41:35 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.2.0-SNAPSHOT.pom
02:41:35 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.2.0-SNAPSHOT-sources.jar
02:41:35 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.2.0-SNAPSHOT-p2metadata.xml
02:41:35 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.2.0-SNAPSHOT-p2artifacts.xml
02:41:35 [INFO] 
02:41:35 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.core ---
02:41:35 [INFO] 
02:41:35 [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder >------
02:41:35 [INFO] Building org.eclipse.swtbot.swt.finder 4.2.0-SNAPSHOT             [4/57]
02:41:35 [INFO]   from org.eclipse.swtbot.swt.finder/pom.xml
02:41:35 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:41:35 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:41:35 [INFO] 
02:41:35 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder ---
02:41:35 [INFO] The project's OSGi version is 4.2.0.202307270640
02:41:35 [INFO] 
02:41:35 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder ---
02:41:35 [INFO] 
02:41:35 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder ---
02:41:35 [INFO] 
02:41:35 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder ---
02:41:35 [INFO] 
02:41:35 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.swt.finder ---
02:41:35 [INFO] Resolving class path of org.eclipse.swtbot.swt.finder...
02:41:35 [INFO] 
02:41:35 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.finder ---
02:41:35 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:41:35 [INFO] 
02:41:35 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder ---
02:41:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/src/main/resources
02:41:35 [INFO] 
02:41:35 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.swt.finder ---
02:41:35 [INFO] Compiling 158 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/classes
02:41:36 [INFO] 
02:41:36 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.swt.finder ---
02:41:36 [INFO] 
02:41:36 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder ---
02:41:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/src/test/resources
02:41:36 [INFO] 
02:41:36 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.swt.finder ---
02:41:36 [INFO] 
02:41:36 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.swt.finder ---
02:41:36 [INFO] No tests to run.
02:41:36 [INFO] 
02:41:36 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.swt.finder ---
02:41:36 [INFO] 
02:41:36 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder ---
02:41:36 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.2.0-SNAPSHOT-sources.jar
02:41:36 [INFO] 
02:41:36 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder ---
02:41:37 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.2.0-SNAPSHOT.jar
02:41:37 [INFO] 
02:41:37 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder ---
02:41:37 [INFO] 
02:41:37 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.swt.finder ---
02:41:37 [INFO] 
02:41:37 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.finder ---
02:41:37 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.2.0-SNAPSHOT.jar
02:41:38 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.2.0-SNAPSHOT-sources.jar
02:41:40 [INFO] 
02:41:40 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder ---
02:41:40 [INFO] 
02:41:40 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.swt.finder ---
02:41:40 [INFO] 
02:41:40 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.swt.finder ---
02:41:40 [INFO] No tests to run.
02:41:40 [INFO] 
02:41:40 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.finder ---
02:41:40 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.2.0-SNAPSHOT.jar
02:41:40 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.2.0-SNAPSHOT.pom
02:41:40 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.2.0-SNAPSHOT-sources.jar
02:41:40 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.2.0-SNAPSHOT-p2metadata.xml
02:41:40 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.2.0-SNAPSHOT-p2artifacts.xml
02:41:40 [INFO] 
02:41:40 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.finder ---
02:41:40 [INFO] 
02:41:40 [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder >----
02:41:40 [INFO] Building org.eclipse.swtbot.eclipse.finder 4.2.0-SNAPSHOT         [5/57]
02:41:40 [INFO]   from org.eclipse.swtbot.eclipse.finder/pom.xml
02:41:40 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:41:40 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:41:40 [INFO] 
02:41:40 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder ---
02:41:40 [INFO] The project's OSGi version is 4.2.0.202307270640
02:41:40 [INFO] 
02:41:40 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder ---
02:41:40 [INFO] 
02:41:40 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.finder ---
02:41:40 [INFO] 
02:41:40 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder ---
02:41:40 [INFO] 
02:41:40 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.finder ---
02:41:40 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.finder...
02:41:40 [INFO] 
02:41:40 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.finder ---
02:41:40 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:41:40 [INFO] 
02:41:40 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.finder ---
02:41:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/src/main/resources
02:41:40 [INFO] 
02:41:40 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.finder ---
02:41:40 [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/classes
02:41:41 [INFO] 
02:41:41 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.finder ---
02:41:41 [INFO] 
02:41:41 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.finder ---
02:41:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/src/test/resources
02:41:41 [INFO] 
02:41:41 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.finder ---
02:41:41 [INFO] 
02:41:41 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.finder ---
02:41:41 [INFO] No tests to run.
02:41:41 [INFO] 
02:41:41 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.finder ---
02:41:41 [INFO] 
02:41:41 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.finder ---
02:41:41 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.2.0-SNAPSHOT-sources.jar
02:41:41 [INFO] 
02:41:41 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.finder ---
02:41:41 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.2.0-SNAPSHOT.jar
02:41:41 [INFO] 
02:41:41 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder ---
02:41:41 [INFO] 
02:41:41 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.finder ---
02:41:41 [INFO] 
02:41:41 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.finder ---
02:41:41 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.2.0-SNAPSHOT.jar
02:41:43 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.2.0-SNAPSHOT-sources.jar
02:41:44 [INFO] 
02:41:44 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.finder ---
02:41:44 [INFO] 
02:41:44 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.finder ---
02:41:44 [INFO] 
02:41:44 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.finder ---
02:41:44 [INFO] No tests to run.
02:41:44 [INFO] 
02:41:44 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.finder ---
02:41:44 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.2.0-SNAPSHOT.jar
02:41:44 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.2.0-SNAPSHOT.pom
02:41:44 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.2.0-SNAPSHOT-sources.jar
02:41:44 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.2.0-SNAPSHOT-p2metadata.xml
02:41:44 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.2.0-SNAPSHOT-p2artifacts.xml
02:41:44 [INFO] 
02:41:44 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.finder ---
02:41:44 [INFO] 
02:41:44 [INFO] ------< org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder >------
02:41:44 [INFO] Building org.eclipse.swtbot.e4.finder 4.2.0-SNAPSHOT              [6/57]
02:41:44 [INFO]   from org.eclipse.swtbot.e4.finder/pom.xml
02:41:44 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:41:44 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:41:44 [INFO] 
02:41:44 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] The project's OSGi version is 4.2.0.202307270640
02:41:44 [INFO] 
02:41:44 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] 
02:41:44 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] 
02:41:44 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] 
02:41:44 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] Resolving class path of org.eclipse.swtbot.e4.finder...
02:41:44 [INFO] 
02:41:44 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.e4.finder ---
02: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.*
02:41:44 [INFO] 
02:41:44 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/src/main/resources
02:41:44 [INFO] 
02:41:44 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/classes
02:41:44 [INFO] 
02:41:44 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] 
02:41:44 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/src/test/resources
02:41:44 [INFO] 
02:41:44 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] 
02:41:44 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] No tests to run.
02:41:44 [INFO] 
02:41:44 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] 
02:41:44 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.2.0-SNAPSHOT-sources.jar
02:41:44 [INFO] 
02:41:44 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.2.0-SNAPSHOT.jar
02:41:44 [INFO] 
02:41:44 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] 
02:41:44 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] 
02:41:44 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.e4.finder ---
02:41:44 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.2.0-SNAPSHOT.jar
02:41:45 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.2.0-SNAPSHOT-sources.jar
02:41:47 [INFO] 
02:41:47 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.e4.finder ---
02:41:47 [INFO] 
02:41:47 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.e4.finder ---
02:41:47 [INFO] 
02:41:47 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.e4.finder ---
02:41:47 [INFO] No tests to run.
02:41:47 [INFO] 
02:41:47 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.e4.finder ---
02:41:47 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.2.0-SNAPSHOT.jar
02:41:47 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.2.0-SNAPSHOT.pom
02:41:47 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.2.0-SNAPSHOT-sources.jar
02:41:47 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.2.0-SNAPSHOT-p2metadata.xml
02:41:47 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.2.0-SNAPSHOT-p2artifacts.xml
02:41:47 [INFO] 
02:41:47 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.e4.finder ---
02:41:47 [INFO] 
02:41:47 [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x >-------
02:41:47 [INFO] Building org.eclipse.swtbot.junit4_x 4.2.0-SNAPSHOT               [7/57]
02:41:47 [INFO]   from org.eclipse.swtbot.junit4_x/pom.xml
02:41:47 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:41:47 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:41:47 [INFO] 
02:41:47 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] The project's OSGi version is 4.2.0.202307270640
02:41:47 [INFO] 
02:41:47 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] 
02:41:47 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] 
02:41:47 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] 
02:41:47 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] Resolving class path of org.eclipse.swtbot.junit4_x...
02:41:47 [INFO] 
02:41:47 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:41:47 [INFO] 
02:41:47 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/src/main/resources
02:41:47 [INFO] 
02:41:47 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/classes
02:41:47 [INFO] 
02:41:47 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] 
02:41:47 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/src/test/resources
02:41:47 [INFO] 
02:41:47 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] 
02:41:47 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] No tests to run.
02:41:47 [INFO] 
02:41:47 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] 
02:41:47 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.2.0-SNAPSHOT-sources.jar
02:41:47 [INFO] 
02:41:47 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.2.0-SNAPSHOT.jar
02:41:47 [INFO] 
02:41:47 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] 
02:41:47 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] 
02:41:47 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.junit4_x ---
02:41:47 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.2.0-SNAPSHOT.jar
02:41:48 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.2.0-SNAPSHOT-sources.jar
02:41:49 [INFO] 
02:41:49 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit4_x ---
02:41:49 [INFO] 
02:41:49 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.junit4_x ---
02:41:49 [INFO] 
02:41:49 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.junit4_x ---
02:41:49 [INFO] No tests to run.
02:41:49 [INFO] 
02:41:49 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.junit4_x ---
02:41:49 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.2.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.2.0-SNAPSHOT.jar
02:41:49 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.2.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.2.0-SNAPSHOT.pom
02:41:49 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.2.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.2.0-SNAPSHOT-sources.jar
02:41:49 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.2.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.2.0-SNAPSHOT-p2metadata.xml
02:41:49 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.2.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.2.0-SNAPSHOT-p2artifacts.xml
02:41:49 [INFO] 
02:41:49 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.junit4_x ---
02:41:49 [INFO] 
02:41:49 [INFO] -----------< org.eclipse.swtbot.features:org.eclipse.swtbot >-----------
02:41:49 [INFO] Building org.eclipse.swtbot 4.2.0-SNAPSHOT                        [8/57]
02:41:49 [INFO]   from org.eclipse.swtbot/pom.xml
02:41:49 [INFO] --------------------------[ eclipse-feature ]---------------------------
02:41:49 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:41:49 [INFO] 
02:41:49 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot ---
02:41:49 [INFO] The project's OSGi version is 4.2.0.202307270640
02:41:49 [INFO] 
02:41:49 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot ---
02:41:49 [INFO] 
02:41:49 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot ---
02:41:49 [INFO] 
02:41:49 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot ---
02:41:49 [INFO] 
02:41:49 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot ---
02:41: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.*
02:41:49 [INFO] 
02:41:49 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot ---
02:41:49 [INFO] 
02:41:49 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot ---
02:41:49 [INFO] 
02:41:49 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot ---
02:41:49 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.license,2.0.2.v20181016-2210 have severely compromised security. Please report this concern to the artifact provider.
02:41:49 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.2.0-SNAPSHOT.jar
02:41:49 [INFO] 
02:41:49 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot ---
02:41:49 [INFO] 
02:41:49 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot ---
02:41:49 [INFO] 
02:41:49 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot ---
02:41:49 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.2.0-SNAPSHOT-sources-feature.jar
02:41:49 [INFO] 
02:41:49 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot ---
02:41:49 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.2.0-SNAPSHOT.jar
02:41:50 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.2.0-SNAPSHOT-sources-feature.jar
02:41:51 [INFO] 
02:41:51 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot ---
02:41:51 [INFO] 
02:41:51 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot ---
02:41:51 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.2.0-SNAPSHOT/org.eclipse.swtbot-4.2.0-SNAPSHOT.jar
02:41:51 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.2.0-SNAPSHOT/org.eclipse.swtbot-4.2.0-SNAPSHOT.pom
02:41:51 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.2.0-SNAPSHOT/org.eclipse.swtbot-4.2.0-SNAPSHOT-sources-feature.jar
02:41:51 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.2.0-SNAPSHOT/org.eclipse.swtbot-4.2.0-SNAPSHOT-p2metadata.xml
02:41:51 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.2.0-SNAPSHOT/org.eclipse.swtbot-4.2.0-SNAPSHOT-p2artifacts.xml
02:41:51 [INFO] 
02:41:51 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot ---
02:41:51 [INFO] 
02:41:51 [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder >-----
02:41:51 [INFO] Building org.eclipse.swtbot.forms.finder 4.2.0-SNAPSHOT           [9/57]
02:41:51 [INFO]   from org.eclipse.swtbot.forms.finder/pom.xml
02:41:51 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:41:51 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:41:51 [INFO] 
02:41:51 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] The project's OSGi version is 4.2.0.202307270640
02:41:51 [INFO] 
02:41:51 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] 
02:41:51 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] 
02:41:51 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] 
02:41:51 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] Resolving class path of org.eclipse.swtbot.forms.finder...
02:41:51 [INFO] 
02:41:51 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:41:51 [INFO] 
02:41:51 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/src/main/resources
02:41:51 [INFO] 
02:41:51 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/classes
02:41:51 [INFO] 
02:41:51 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] 
02:41:51 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/src/test/resources
02:41:51 [INFO] 
02:41:51 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] 
02:41:51 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] No tests to run.
02:41:51 [INFO] 
02:41:51 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] 
02:41:51 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.2.0-SNAPSHOT-sources.jar
02:41:51 [INFO] 
02:41:51 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.2.0-SNAPSHOT.jar
02:41:51 [INFO] 
02:41:51 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] 
02:41:51 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] 
02:41:51 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.forms.finder ---
02:41:51 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.2.0-SNAPSHOT.jar
02:41:52 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.2.0-SNAPSHOT-sources.jar
02:41:54 [INFO] 
02:41:54 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms.finder ---
02:41:54 [INFO] 
02:41:54 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.forms.finder ---
02:41:54 [INFO] 
02:41:54 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.forms.finder ---
02:41:54 [INFO] No tests to run.
02:41:54 [INFO] 
02:41:54 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.forms.finder ---
02:41:54 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.2.0-SNAPSHOT.jar
02:41:54 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.2.0-SNAPSHOT.pom
02:41:54 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.2.0-SNAPSHOT-sources.jar
02:41:54 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.2.0-SNAPSHOT-p2metadata.xml
02:41:54 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.2.0-SNAPSHOT-p2artifacts.xml
02:41:54 [INFO] 
02:41:54 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.forms.finder ---
02:41:54 [INFO] 
02:41:54 [INFO] --------< org.eclipse.swtbot.features:org.eclipse.swtbot.forms >--------
02:41:54 [INFO] Building org.eclipse.swtbot.forms 4.2.0-SNAPSHOT                 [10/57]
02:41:54 [INFO]   from org.eclipse.swtbot.forms/pom.xml
02:41:54 [INFO] --------------------------[ eclipse-feature ]---------------------------
02:41:54 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:41:54 [INFO] 
02:41:54 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.forms ---
02:41:54 [INFO] The project's OSGi version is 4.2.0.202307270640
02:41:54 [INFO] 
02:41:54 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.forms ---
02:41:54 [INFO] 
02:41:54 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.forms ---
02:41:54 [INFO] 
02:41:54 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.forms ---
02:41:54 [INFO] 
02:41:54 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms ---
02:41:54 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:41:54 [INFO] 
02:41:54 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.forms ---
02:41:54 [INFO] 
02:41:54 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.forms ---
02:41:54 [INFO] 
02:41:54 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.forms ---
02:41:54 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.2.0-SNAPSHOT.jar
02:41:54 [INFO] 
02:41:54 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms ---
02:41:54 [INFO] 
02:41:54 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.forms ---
02:41:54 [INFO] 
02:41:54 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.forms ---
02:41:54 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.2.0-SNAPSHOT-sources-feature.jar
02:41:54 [INFO] 
02:41:54 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.forms ---
02:41:54 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.2.0-SNAPSHOT.jar
02:41:55 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.2.0-SNAPSHOT-sources-feature.jar
02:41:57 [INFO] 
02:41:57 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms ---
02:41:57 [INFO] 
02:41:57 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.forms ---
02:41:57 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.2.0-SNAPSHOT/org.eclipse.swtbot.forms-4.2.0-SNAPSHOT.jar
02:41:57 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.2.0-SNAPSHOT/org.eclipse.swtbot.forms-4.2.0-SNAPSHOT.pom
02:41:57 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.2.0-SNAPSHOT/org.eclipse.swtbot.forms-4.2.0-SNAPSHOT-sources-feature.jar
02:41:57 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.2.0-SNAPSHOT/org.eclipse.swtbot.forms-4.2.0-SNAPSHOT-p2metadata.xml
02:41:57 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.2.0-SNAPSHOT/org.eclipse.swtbot.forms-4.2.0-SNAPSHOT-p2artifacts.xml
02:41:57 [INFO] 
02:41:57 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.forms ---
02:41:57 [INFO] 
02:41:57 [INFO] ----------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.go >----------
02:41:57 [INFO] Building org.eclipse.swtbot.go 4.2.0-SNAPSHOT                    [11/57]
02:41:57 [INFO]   from org.eclipse.swtbot.go/pom.xml
02:41:57 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:41:57 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:41:57 [INFO] 
02:41:57 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] The project's OSGi version is 4.2.0.202307270640
02:41:57 [INFO] 
02:41:57 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] 
02:41:57 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] 
02:41:57 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] 
02:41:57 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] Resolving class path of org.eclipse.swtbot.go...
02:41:57 [INFO] 
02:41:57 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.go ---
02:41: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.*
02:41:57 [INFO] 
02:41:57 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/src/main/resources
02:41:57 [INFO] 
02:41:57 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] 
02:41:57 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] 
02:41:57 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:41:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/src/test/resources
02:41:57 [INFO] 
02:41:57 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] 
02:41:57 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] No tests to run.
02:41:57 [INFO] 
02:41:57 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] 
02:41:57 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.2.0-SNAPSHOT-sources.jar
02:41:57 [INFO] 
02:41:57 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.2.0-SNAPSHOT.jar
02:41:57 [INFO] 
02:41:57 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] 
02:41:57 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] 
02:41:57 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.go ---
02:41:57 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.2.0-SNAPSHOT.jar
02:41:58 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.2.0-SNAPSHOT-sources.jar
02:41:59 [INFO] 
02:41:59 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.go ---
02:41:59 [INFO] 
02:41:59 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.go ---
02:41:59 [INFO] 
02:41:59 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.go ---
02:41:59 [INFO] No tests to run.
02:41:59 [INFO] 
02:41:59 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.go ---
02:41:59 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.2.0-SNAPSHOT/org.eclipse.swtbot.go-4.2.0-SNAPSHOT.jar
02:41:59 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.2.0-SNAPSHOT/org.eclipse.swtbot.go-4.2.0-SNAPSHOT.pom
02:41:59 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.2.0-SNAPSHOT/org.eclipse.swtbot.go-4.2.0-SNAPSHOT-sources.jar
02:41:59 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.2.0-SNAPSHOT/org.eclipse.swtbot.go-4.2.0-SNAPSHOT-p2metadata.xml
02:41:59 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.2.0-SNAPSHOT/org.eclipse.swtbot.go-4.2.0-SNAPSHOT-p2artifacts.xml
02:41:59 [INFO] 
02:41:59 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.go ---
02:41:59 [INFO] 
02:41:59 [INFO] -------< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse >-------
02:41:59 [INFO] Building org.eclipse.swtbot.eclipse 4.2.0-SNAPSHOT               [12/57]
02:41:59 [INFO]   from org.eclipse.swtbot.eclipse/pom.xml
02:41:59 [INFO] --------------------------[ eclipse-feature ]---------------------------
02:41:59 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:41:59 [INFO] 
02:41:59 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse ---
02:41:59 [INFO] The project's OSGi version is 4.2.0.202307270640
02:41:59 [INFO] 
02:41:59 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse ---
02:41:59 [INFO] 
02:41:59 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse ---
02:41:59 [INFO] 
02:41:59 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse ---
02:41:59 [INFO] 
02:41:59 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse ---
02:41: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.*
02:41:59 [INFO] 
02:41:59 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse ---
02:41:59 [INFO] 
02:41:59 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse ---
02:41:59 [INFO] 
02:41:59 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse ---
02:41:59 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.2.0-SNAPSHOT.jar
02:41:59 [INFO] 
02:41:59 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse ---
02:41:59 [INFO] 
02:41:59 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse ---
02:41:59 [INFO] 
02:41:59 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse ---
02:41:59 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.2.0-SNAPSHOT-sources-feature.jar
02:41:59 [INFO] 
02:41:59 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse ---
02:41:59 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.2.0-SNAPSHOT.jar
02:42:00 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.2.0-SNAPSHOT-sources-feature.jar
02:42:02 [INFO] 
02:42:02 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse ---
02:42:02 [INFO] 
02:42:02 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse ---
02:42:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.2.0-SNAPSHOT.jar
02:42:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.2.0-SNAPSHOT.pom
02:42:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.2.0-SNAPSHOT-sources-feature.jar
02:42:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.2.0-SNAPSHOT-p2metadata.xml
02:42:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:02 [INFO] 
02:42:02 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse ---
02:42:02 [INFO] 
02:42:02 [INFO] -----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl >-----
02:42:02 [INFO] Building org.eclipse.swtbot.eclipse.dsl 4.2.0-SNAPSHOT           [13/57]
02:42:02 [INFO]   from org.eclipse.swtbot.eclipse.dsl/pom.xml
02:42:02 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:02 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:02 [INFO] 
02:42:02 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:02 [INFO] 
02:42:02 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] 
02:42:02 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] 
02:42:02 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] 
02:42:02 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.dsl...
02:42:02 [INFO] 
02:42:02 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:42:02 [INFO] 
02:42:02 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/src/main/resources
02:42:02 [INFO] 
02:42:02 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/classes
02:42:02 [INFO] 
02:42:02 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] 
02:42:02 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/src/test/resources
02:42:02 [INFO] 
02:42:02 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] 
02:42:02 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] No tests to run.
02:42:02 [INFO] 
02:42:02 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] 
02:42:02 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.2.0-SNAPSHOT-sources.jar
02:42:02 [INFO] 
02:42:02 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.2.0-SNAPSHOT.jar
02:42:02 [INFO] 
02:42:02 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] 
02:42:02 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] 
02:42:02 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:02 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.2.0-SNAPSHOT.jar
02:42:03 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.2.0-SNAPSHOT-sources.jar
02:42:04 [INFO] 
02:42:04 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:04 [INFO] 
02:42:04 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:04 [INFO] 
02:42:04 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:04 [INFO] No tests to run.
02:42:04 [INFO] 
02:42:04 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:04 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.2.0-SNAPSHOT.jar
02:42:04 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.2.0-SNAPSHOT.pom
02:42:04 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.2.0-SNAPSHOT-sources.jar
02:42:04 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.2.0-SNAPSHOT-p2metadata.xml
02:42:04 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:04 [INFO] 
02:42:04 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.dsl ---
02:42:04 [INFO] 
02:42:04 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder >--
02:42:04 [INFO] Building org.eclipse.swtbot.eclipse.gef.finder 4.2.0-SNAPSHOT    [14/57]
02:42:04 [INFO]   from org.eclipse.swtbot.eclipse.gef.finder/pom.xml
02:42:04 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:04 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:04 [INFO] 
02:42:04 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:04 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:04 [INFO] 
02:42:04 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:04 [INFO] 
02:42:04 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:04 [INFO] 
02:42:04 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:04 [INFO] 
02:42:04 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:04 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.gef.finder...
02:42:05 [INFO] 
02:42:05 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42: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.*
02:42:05 [INFO] 
02:42:05 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:05 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/src/main/resources
02:42:05 [INFO] 
02:42:05 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:05 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/classes
02:42:05 [INFO] 
02:42:05 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:05 [INFO] 
02:42:05 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:05 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:05 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/src/test/resources
02:42:05 [INFO] 
02:42:05 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:05 [INFO] 
02:42:05 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:05 [INFO] No tests to run.
02:42:05 [INFO] 
02:42:05 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:05 [INFO] 
02:42:05 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:05 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.2.0-SNAPSHOT-sources.jar
02:42:05 [INFO] 
02:42:05 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:05 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.2.0-SNAPSHOT.jar
02:42:05 [INFO] 
02:42:05 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:05 [INFO] 
02:42:05 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:05 [INFO] 
02:42:05 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:05 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.2.0-SNAPSHOT.jar
02:42:07 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.2.0-SNAPSHOT-sources.jar
02:42:08 [INFO] 
02:42:08 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:08 [INFO] 
02:42:08 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:08 [INFO] 
02:42:08 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:08 [INFO] No tests to run.
02:42:08 [INFO] 
02:42:08 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:08 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.2.0-SNAPSHOT.jar
02:42:08 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.2.0-SNAPSHOT.pom
02:42:08 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.2.0-SNAPSHOT-sources.jar
02:42:08 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.2.0-SNAPSHOT-p2metadata.xml
02:42:08 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:08 [INFO] 
02:42:08 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.gef.finder ---
02:42:08 [INFO] 
02:42:08 [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy >------
02:42:08 [INFO] Building org.eclipse.swtbot.eclipse.spy 4.2.0-SNAPSHOT           [15/57]
02:42:08 [INFO]   from org.eclipse.swtbot.eclipse.spy/pom.xml
02:42:08 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:08 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:08 [INFO] 
02:42:08 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:08 [INFO] 
02:42:08 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] 
02:42:08 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] 
02:42:08 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] 
02:42:08 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.spy...
02:42:08 [INFO] 
02:42:08 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.spy ---
02:42: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.*
02:42:08 [INFO] 
02:42:08 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/src/main/resources
02:42:08 [INFO] 
02:42:08 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/classes
02:42:08 [INFO] 
02:42:08 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] 
02:42:08 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/src/test/resources
02:42:08 [INFO] 
02:42:08 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] 
02:42:08 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] No tests to run.
02:42:08 [INFO] 
02:42:08 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] 
02:42:08 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.2.0-SNAPSHOT-sources.jar
02:42:08 [INFO] 
02:42:08 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.2.0-SNAPSHOT.jar
02:42:08 [INFO] 
02:42:08 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] 
02:42:08 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] 
02:42:08 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.spy ---
02:42:08 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.2.0-SNAPSHOT.jar
02:42:09 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.2.0-SNAPSHOT-sources.jar
02:42:10 [INFO] 
02:42:10 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.spy ---
02:42:10 [INFO] 
02:42:10 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.spy ---
02:42:10 [INFO] 
02:42:10 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.spy ---
02:42:10 [INFO] No tests to run.
02:42:10 [INFO] 
02:42:10 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.spy ---
02:42:10 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.2.0-SNAPSHOT.jar
02:42:10 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.2.0-SNAPSHOT.pom
02:42:10 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.2.0-SNAPSHOT-sources.jar
02:42:10 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.2.0-SNAPSHOT-p2metadata.xml
02:42:10 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:10 [INFO] 
02:42:10 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.spy ---
02:42:10 [INFO] 
02:42:10 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless >--
02:42:10 [INFO] Building org.eclipse.swtbot.eclipse.junit.headless 4.2.0-SNAPSHOT [16/57]
02:42:10 [INFO]   from org.eclipse.swtbot.eclipse.junit.headless/pom.xml
02:42:10 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:10 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:10 [INFO] 
02:42:10 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:10 [INFO] 
02:42:10 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] 
02:42:10 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] 
02:42:10 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] 
02:42:10 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.junit.headless...
02:42:10 [INFO] 
02:42:10 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:42:10 [INFO] 
02:42:10 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/src/main/resources
02:42:10 [INFO] 
02:42:10 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/classes
02:42:10 [INFO] 
02:42:10 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] 
02:42:10 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:10 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/src/test/resources
02:42:10 [INFO] 
02:42:10 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] 
02:42:10 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] No tests to run.
02:42:10 [INFO] 
02:42:10 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] 
02:42:10 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.2.0-SNAPSHOT-sources.jar
02:42:10 [INFO] 
02:42:10 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.2.0-SNAPSHOT.jar
02:42:10 [INFO] 
02:42:10 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] 
02:42:10 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] 
02:42:10 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:10 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.2.0-SNAPSHOT.jar
02:42:11 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.2.0-SNAPSHOT-sources.jar
02:42:12 [INFO] 
02:42:12 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:12 [INFO] 
02:42:12 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:12 [INFO] 
02:42:12 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:12 [INFO] No tests to run.
02:42:12 [INFO] 
02:42:12 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:12 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.2.0-SNAPSHOT.jar
02:42:12 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.2.0-SNAPSHOT.pom
02:42:12 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.2.0-SNAPSHOT-sources.jar
02:42:12 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.2.0-SNAPSHOT-p2metadata.xml
02:42:12 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:12 [INFO] 
02:42:12 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.junit.headless ---
02:42:12 [INFO] 
02:42:12 [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit >--
02:42:12 [INFO] Building org.eclipse.swtbot.eclipse.test.junit 4.2.0-SNAPSHOT    [17/57]
02:42:12 [INFO]   from org.eclipse.swtbot.eclipse.test.junit/pom.xml
02:42:12 [INFO] --------------------------[ eclipse-feature ]---------------------------
02:42:12 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:12 [INFO] 
02:42:12 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.test.junit ---
02:42:12 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:12 [INFO] 
02:42:12 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.test.junit ---
02:42:12 [INFO] 
02:42:12 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.test.junit ---
02:42:12 [INFO] 
02:42:12 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.test.junit ---
02:42:12 [INFO] 
02:42:12 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.test.junit ---
02:42: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.*
02:42:12 [INFO] 
02:42:12 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.test.junit ---
02:42:12 [INFO] 
02:42:12 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.test.junit ---
02:42:12 [INFO] 
02:42:12 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse.test.junit ---
02:42:12 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.2.0-SNAPSHOT.jar
02:42:12 [INFO] 
02:42:12 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.test.junit ---
02:42:12 [INFO] 
02:42:12 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.test.junit ---
02:42:12 [INFO] 
02:42:12 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.test.junit ---
02:42:12 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.2.0-SNAPSHOT-sources-feature.jar
02:42:12 [INFO] 
02:42:12 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.test.junit ---
02:42:12 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.2.0-SNAPSHOT.jar
02:42:15 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.2.0-SNAPSHOT-sources-feature.jar
02:42:17 [INFO] 
02:42:17 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.test.junit ---
02:42:17 [INFO] 
02:42:17 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.test.junit ---
02:42:17 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.2.0-SNAPSHOT.jar
02:42:17 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.2.0-SNAPSHOT.pom
02:42:17 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.2.0-SNAPSHOT-sources-feature.jar
02:42:17 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.2.0-SNAPSHOT-p2metadata.xml
02:42:17 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:17 [INFO] 
02:42:17 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.test.junit ---
02:42:17 [INFO] 
02:42:17 [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui >------
02:42:17 [INFO] Building org.eclipse.swtbot.eclipse.ui 4.2.0-SNAPSHOT            [18/57]
02:42:17 [INFO]   from org.eclipse.swtbot.eclipse.ui/pom.xml
02:42:17 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:17 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:17 [INFO] 
02:42:17 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui ---
02:42:17 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:17 [INFO] 
02:42:17 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui ---
02:42:17 [INFO] 
02:42:17 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.ui ---
02:42:17 [INFO] 
02:42:17 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui ---
02:42:17 [INFO] 
02:42:17 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.ui ---
02:42:17 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.ui...
02:42:17 [INFO] 
02:42:17 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.ui ---
02:42:17 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:42:17 [INFO] 
02:42:17 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.ui ---
02:42:17 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:17 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/src/main/resources
02:42:17 [INFO] 
02:42:17 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.ui ---
02:42:17 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/classes
02:42:18 [INFO] 
02:42:18 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.ui ---
02:42:18 [INFO] 
02:42:18 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.ui ---
02:42:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/src/test/resources
02:42:18 [INFO] 
02:42:18 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.ui ---
02:42:18 [INFO] 
02:42:18 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.ui ---
02:42:18 [INFO] No tests to run.
02:42:18 [INFO] 
02:42:18 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.ui ---
02:42:18 [INFO] 
02:42:18 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.ui ---
02:42:18 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.2.0-SNAPSHOT-sources.jar
02:42:18 [INFO] 
02:42:18 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.ui ---
02:42:18 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.2.0-SNAPSHOT.jar
02:42:18 [INFO] 
02:42:18 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui ---
02:42:18 [INFO] 
02:42:18 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.ui ---
02:42:18 [INFO] 
02:42:18 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.ui ---
02:42:18 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.2.0-SNAPSHOT.jar
02:42:20 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.2.0-SNAPSHOT-sources.jar
02:42:21 [INFO] 
02:42:21 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.ui ---
02:42:21 [INFO] 
02:42:21 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.ui ---
02:42:21 [INFO] 
02:42:21 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.ui ---
02:42:21 [INFO] No tests to run.
02:42:21 [INFO] 
02:42:21 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.ui ---
02:42:21 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.2.0-SNAPSHOT.jar
02:42:21 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.2.0-SNAPSHOT.pom
02:42:21 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.2.0-SNAPSHOT-sources.jar
02:42:21 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.2.0-SNAPSHOT-p2metadata.xml
02:42:21 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:21 [INFO] 
02:42:21 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.ui ---
02:42:21 [INFO] 
02:42:21 [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator >-------
02:42:21 [INFO] Building org.eclipse.swtbot.generator 4.2.0-SNAPSHOT             [19/57]
02:42:21 [INFO]   from org.eclipse.swtbot.generator/pom.xml
02:42:21 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:21 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:21 [INFO] 
02:42:21 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator ---
02:42:21 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:21 [INFO] 
02:42:21 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator ---
02:42:21 [INFO] 
02:42:21 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator ---
02:42:21 [INFO] 
02:42:21 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator ---
02:42:21 [INFO] 
02:42:21 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator ---
02:42:21 [INFO] Resolving class path of org.eclipse.swtbot.generator...
02:42:21 [INFO] 
02:42:21 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator ---
02:42:21 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:42:21 [INFO] 
02:42:21 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator ---
02:42:21 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:21 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/src/main/resources
02:42:21 [INFO] 
02:42:21 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator ---
02:42:21 [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/classes
02:42:22 [INFO] 
02:42:22 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator ---
02:42:22 [INFO] 
02:42:22 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator ---
02:42:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/src/test/resources
02:42:22 [INFO] 
02:42:22 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.generator ---
02:42:22 [INFO] 
02:42:22 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.generator ---
02:42:22 [INFO] No tests to run.
02:42:22 [INFO] 
02:42:22 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator ---
02:42:22 [INFO] 
02:42:22 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator ---
02:42:22 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.2.0-SNAPSHOT-sources.jar
02:42:22 [INFO] 
02:42:22 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator ---
02:42:22 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.2.0-SNAPSHOT.jar
02:42:22 [INFO] 
02:42:22 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator ---
02:42:22 [INFO] 
02:42:22 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator ---
02:42:22 [INFO] 
02:42:22 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator ---
02:42:22 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.2.0-SNAPSHOT.jar
02:42:23 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.2.0-SNAPSHOT-sources.jar
02:42:25 [INFO] 
02:42:25 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator ---
02:42:25 [INFO] 
02:42:25 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.generator ---
02:42:25 [INFO] 
02:42:25 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.generator ---
02:42:25 [INFO] No tests to run.
02:42:25 [INFO] 
02:42:25 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator ---
02:42:25 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator-4.2.0-SNAPSHOT.jar
02:42:25 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator-4.2.0-SNAPSHOT.pom
02:42:25 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator-4.2.0-SNAPSHOT-sources.jar
02:42:25 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator-4.2.0-SNAPSHOT-p2metadata.xml
02:42:25 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:25 [INFO] 
02:42:25 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator ---
02:42:25 [INFO] 
02:42:25 [INFO] --< org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client >--
02:42:25 [INFO] Building org.eclipse.swtbot.generator.client 4.2.0-SNAPSHOT      [20/57]
02:42:25 [INFO]   from org.eclipse.swtbot.generator.client/pom.xml
02:42:25 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:25 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:25 [INFO] 
02:42:25 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.client ---
02:42:25 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:25 [INFO] 
02:42:25 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.client ---
02:42:25 [INFO] 
02:42:25 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.client ---
02:42:25 [INFO] 
02:42:25 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.client ---
02:42:25 [INFO] 
02:42:25 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator.client ---
02:42:25 [INFO] Resolving class path of org.eclipse.swtbot.generator.client...
02:42:25 [INFO] 
02:42:25 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.client ---
02:42:25 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:42:25 [INFO] 
02:42:25 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.client ---
02:42:25 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:25 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/src/main/resources
02:42:25 [INFO] 
02:42:25 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator.client ---
02:42:25 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/classes
02:42:26 [INFO] 
02:42:26 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator.client ---
02:42:26 [INFO] 
02:42:26 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.client ---
02:42:26 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:26 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/src/test/resources
02:42:26 [INFO] 
02:42:26 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.generator.client ---
02:42:26 [INFO] 
02:42:26 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.generator.client ---
02:42:26 [INFO] No tests to run.
02:42:26 [INFO] 
02:42:26 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.client ---
02:42:26 [INFO] 
02:42:26 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.client ---
02:42:26 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.2.0-SNAPSHOT-sources.jar
02:42:26 [INFO] 
02:42:26 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.client ---
02:42:26 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.2.0-SNAPSHOT.jar
02:42:26 [INFO] 
02:42:26 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.client ---
02:42:26 [INFO] 
02:42:26 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.client ---
02:42:26 [INFO] 
02:42:26 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.client ---
02:42:26 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.2.0-SNAPSHOT.jar
02:42:27 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.2.0-SNAPSHOT-sources.jar
02:42:28 [INFO] 
02:42:28 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.client ---
02:42:28 [INFO] 
02:42:28 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.generator.client ---
02:42:28 [INFO] 
02:42:28 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.generator.client ---
02:42:28 [INFO] No tests to run.
02:42:28 [INFO] 
02:42:28 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.client ---
02:42:28 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.2.0-SNAPSHOT.jar
02:42:28 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.2.0-SNAPSHOT.pom
02:42:28 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.2.0-SNAPSHOT-sources.jar
02:42:28 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.2.0-SNAPSHOT-p2metadata.xml
02:42:28 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:28 [INFO] 
02:42:28 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.client ---
02:42:28 [INFO] 
02:42:28 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench >--
02:42:28 [INFO] Building org.eclipse.swtbot.generator.rules.workbench 4.2.0-SNAPSHOT [21/57]
02:42:28 [INFO]   from org.eclipse.swtbot.generator.rules.workbench/pom.xml
02:42:28 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:28 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:28 [INFO] 
02:42:28 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:28 [INFO] 
02:42:28 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] 
02:42:28 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] 
02:42:28 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] 
02:42:28 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] Resolving class path of org.eclipse.swtbot.generator.rules.workbench...
02:42:28 [INFO] 
02:42:28 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:42:28 [INFO] 
02:42:28 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/src/main/resources
02:42:28 [INFO] 
02:42:28 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/classes
02:42:28 [INFO] 
02:42:28 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] 
02:42:28 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/src/test/resources
02:42:28 [INFO] 
02:42:28 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] 
02:42:28 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] No tests to run.
02:42:28 [INFO] 
02:42:28 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] 
02:42:28 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.2.0-SNAPSHOT-sources.jar
02:42:28 [INFO] 
02:42:28 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.2.0-SNAPSHOT.jar
02:42:28 [INFO] 
02:42:28 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] 
02:42:28 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] 
02:42:28 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:28 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.2.0-SNAPSHOT.jar
02:42:29 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.2.0-SNAPSHOT-sources.jar
02:42:31 [INFO] 
02:42:31 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:31 [INFO] 
02:42:31 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:31 [INFO] 
02:42:31 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:31 [INFO] No tests to run.
02:42:31 [INFO] 
02:42:31 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:31 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.2.0-SNAPSHOT.jar
02:42:31 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.2.0-SNAPSHOT.pom
02:42:31 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.2.0-SNAPSHOT-sources.jar
02:42:31 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.2.0-SNAPSHOT-p2metadata.xml
02:42:31 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:31 [INFO] 
02:42:31 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.rules.workbench ---
02:42:31 [INFO] 
02:42:31 [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt >-----
02:42:31 [INFO] Building org.eclipse.swtbot.generator.jdt 4.2.0-SNAPSHOT         [22/57]
02:42:31 [INFO]   from org.eclipse.swtbot.generator.jdt/pom.xml
02:42:31 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:31 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:31 [INFO] 
02:42:31 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.jdt ---
02:42:31 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:31 [INFO] 
02:42:31 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.jdt ---
02:42:31 [INFO] 
02:42:31 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.jdt ---
02:42:31 [INFO] 
02:42:31 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.jdt ---
02:42:31 [INFO] 
02:42:31 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator.jdt ---
02:42:31 [INFO] Resolving class path of org.eclipse.swtbot.generator.jdt...
02:42:31 [INFO] 
02:42:31 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.jdt ---
02:42: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.*
02:42:31 [INFO] 
02:42:31 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.jdt ---
02:42:31 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:31 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/src/main/resources
02:42:31 [INFO] 
02:42:31 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator.jdt ---
02:42:31 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/classes
02:42:32 [INFO] 
02:42:32 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator.jdt ---
02:42:32 [INFO] 
02:42:32 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.jdt ---
02:42:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/src/test/resources
02:42:32 [INFO] 
02:42:32 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.generator.jdt ---
02:42:32 [INFO] 
02:42:32 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.generator.jdt ---
02:42:32 [INFO] No tests to run.
02:42:32 [INFO] 
02:42:32 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.jdt ---
02:42:32 [INFO] 
02:42:32 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.jdt ---
02:42:32 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.2.0-SNAPSHOT-sources.jar
02:42:32 [INFO] 
02:42:32 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.jdt ---
02:42:32 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.2.0-SNAPSHOT.jar
02:42:32 [INFO] 
02:42:32 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.jdt ---
02:42:32 [INFO] 
02:42:32 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.jdt ---
02:42:32 [INFO] 
02:42:32 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.jdt ---
02:42:32 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.2.0-SNAPSHOT.jar
02:42:33 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.2.0-SNAPSHOT-sources.jar
02:42:34 [INFO] 
02:42:34 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.jdt ---
02:42:34 [INFO] 
02:42:34 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.generator.jdt ---
02:42:34 [INFO] 
02:42:34 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.generator.jdt ---
02:42:34 [INFO] No tests to run.
02:42:34 [INFO] 
02:42:34 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.jdt ---
02:42:34 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.2.0-SNAPSHOT.jar
02:42:34 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.2.0-SNAPSHOT.pom
02:42:34 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.2.0-SNAPSHOT-sources.jar
02:42:34 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.2.0-SNAPSHOT-p2metadata.xml
02:42:34 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:34 [INFO] 
02:42:34 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.jdt ---
02:42:34 [INFO] 
02:42:34 [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui >-----
02:42:34 [INFO] Building org.eclipse.swtbot.generator.ui 4.2.0-SNAPSHOT          [23/57]
02:42:34 [INFO]   from org.eclipse.swtbot.generator.ui/pom.xml
02:42:34 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:34 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:34 [INFO] 
02:42:34 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:34 [INFO] 
02:42:34 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] 
02:42:34 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] 
02:42:34 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] 
02:42:34 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] Resolving class path of org.eclipse.swtbot.generator.ui...
02:42:34 [INFO] 
02:42:34 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.ui ---
02:42: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.*
02:42:34 [INFO] 
02:42:34 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/src/main/resources
02:42:34 [INFO] 
02:42:34 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/classes
02:42:34 [INFO] 
02:42:34 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] 
02:42:34 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:34 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/src/test/resources
02:42:34 [INFO] 
02:42:34 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] 
02:42:34 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] No tests to run.
02:42:34 [INFO] 
02:42:34 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] 
02:42:34 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.2.0-SNAPSHOT-sources.jar
02:42:34 [INFO] 
02:42:34 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.2.0-SNAPSHOT.jar
02:42:34 [INFO] 
02:42:34 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] 
02:42:34 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] 
02:42:34 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.ui ---
02:42:34 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.2.0-SNAPSHOT.jar
02:42:35 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.2.0-SNAPSHOT-sources.jar
02:42:37 [INFO] 
02:42:37 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.ui ---
02:42:37 [INFO] 
02:42:37 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.generator.ui ---
02:42:37 [INFO] 
02:42:37 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.generator.ui ---
02:42:37 [INFO] No tests to run.
02:42:37 [INFO] 
02:42:37 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.ui ---
02:42:37 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.2.0-SNAPSHOT.jar
02:42:37 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.2.0-SNAPSHOT.pom
02:42:37 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.2.0-SNAPSHOT-sources.jar
02:42:37 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.2.0-SNAPSHOT-p2metadata.xml
02:42:37 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:37 [INFO] 
02:42:37 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.ui ---
02:42:37 [INFO] 
02:42:37 [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit5_x >-------
02:42:37 [INFO] Building org.eclipse.swtbot.junit5_x 4.2.0-SNAPSHOT              [24/57]
02:42:37 [INFO]   from org.eclipse.swtbot.junit5_x/pom.xml
02:42:37 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:37 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:37 [INFO] 
02:42:37 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:37 [INFO] 
02:42:37 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] 
02:42:37 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] 
02:42:37 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] 
02:42:37 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] Resolving class path of org.eclipse.swtbot.junit5_x...
02:42:37 [INFO] 
02:42:37 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:42:37 [INFO] 
02:42:37 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/src/main/resources
02:42:37 [INFO] 
02:42:37 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/classes
02:42:37 [INFO] 
02:42:37 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] 
02:42:37 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/src/test/resources
02:42:37 [INFO] 
02:42:37 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] 
02:42:37 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] No tests to run.
02:42:37 [INFO] 
02:42:37 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] 
02:42:37 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.2.0-SNAPSHOT-sources.jar
02:42:37 [INFO] 
02:42:37 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.2.0-SNAPSHOT.jar
02:42:37 [INFO] 
02:42:37 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] 
02:42:37 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] 
02:42:37 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.junit5_x ---
02:42:37 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.2.0-SNAPSHOT.jar
02:42:39 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.2.0-SNAPSHOT-sources.jar
02:42:40 [INFO] 
02:42:40 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit5_x ---
02:42:40 [INFO] 
02:42:40 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.junit5_x ---
02:42:40 [INFO] 
02:42:40 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.junit5_x ---
02:42:40 [INFO] No tests to run.
02:42:40 [INFO] 
02:42:40 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.junit5_x ---
02:42:40 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.2.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.2.0-SNAPSHOT.jar
02:42:40 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.2.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.2.0-SNAPSHOT.pom
02:42:40 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.2.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.2.0-SNAPSHOT-sources.jar
02:42:40 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.2.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.2.0-SNAPSHOT-p2metadata.xml
02:42:40 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.2.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:40 [INFO] 
02:42:40 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.junit5_x ---
02:42:40 [INFO] 
02:42:40 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder >--
02:42:40 [INFO] Building org.eclipse.swtbot.nebula.gallery.finder 4.2.0-SNAPSHOT [25/57]
02:42:40 [INFO]   from org.eclipse.swtbot.nebula.gallery.finder/pom.xml
02:42:40 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:40 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:40 [INFO] 
02:42:40 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:40 [INFO] 
02:42:40 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] 
02:42:40 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] 
02:42:40 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] 
02:42:40 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] Resolving class path of org.eclipse.swtbot.nebula.gallery.finder...
02:42:40 [INFO] 
02:42:40 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:42:40 [INFO] 
02:42:40 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/src/main/resources
02:42:40 [INFO] 
02:42:40 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/classes
02:42:40 [INFO] 
02:42:40 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] 
02:42:40 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/src/test/resources
02:42:40 [INFO] 
02:42:40 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] 
02:42:40 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] No tests to run.
02:42:40 [INFO] 
02:42:40 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] 
02:42:40 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.2.0-SNAPSHOT-sources.jar
02:42:40 [INFO] 
02:42:40 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.2.0-SNAPSHOT.jar
02:42:40 [INFO] 
02:42:40 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] 
02:42:40 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] 
02:42:40 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:40 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.2.0-SNAPSHOT.jar
02:42:41 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.2.0-SNAPSHOT-sources.jar
02:42:43 [INFO] 
02:42:43 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:43 [INFO] 
02:42:43 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:43 [INFO] 
02:42:43 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:43 [INFO] No tests to run.
02:42:43 [INFO] 
02:42:43 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:43 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.2.0-SNAPSHOT.jar
02:42:43 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.2.0-SNAPSHOT.pom
02:42:43 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.2.0-SNAPSHOT-sources.jar
02:42:43 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.2.0-SNAPSHOT-p2metadata.xml
02:42:43 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:43 [INFO] 
02:42:43 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.gallery.finder ---
02:42:43 [INFO] 
02:42:43 [INFO] ----------< org.eclipse.swtbot.test:org.eclipse.swt.examples >----------
02:42:43 [INFO] Building org.eclipse.swt.examples 4.2.0-SNAPSHOT                 [26/57]
02:42:43 [INFO]   from org.eclipse.swt.examples/pom.xml
02:42:43 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:43 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:43 [INFO] 
02:42:43 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples ---
02:42:43 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:43 [INFO] 
02:42:43 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swt.examples ---
02:42:43 [INFO] 
02:42:43 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swt.examples ---
02:42:43 [INFO] 
02:42:43 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swt.examples ---
02:42:43 [INFO] 
02:42:43 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples ---
02:42:43 [INFO] Resolving class path of org.eclipse.swt.examples...
02:42:43 [INFO] 
02:42:43 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swt.examples ---
02:42:43 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:42:43 [INFO] 
02:42:43 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swt.examples ---
02:42:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/src/main/resources
02:42:43 [INFO] 
02:42:43 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swt.examples ---
02:42:43 [INFO] Compiling 135 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/classes
02:42:44 [INFO] 
02:42:44 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swt.examples ---
02:42:44 [INFO] 
02:42:44 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swt.examples ---
02:42:44 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:44 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/src/test/resources
02:42:44 [INFO] 
02:42:44 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swt.examples ---
02:42:44 [INFO] 
02:42:44 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swt.examples ---
02:42:44 [INFO] No tests to run.
02:42:44 [INFO] 
02:42:44 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples ---
02:42:44 [INFO] 
02:42:44 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swt.examples ---
02:42:44 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.2.0-SNAPSHOT-sources.jar
02:42:44 [INFO] 
02:42:44 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swt.examples ---
02:42:44 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.2.0-SNAPSHOT.jar
02:42:44 [INFO] 
02:42:44 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples ---
02:42:44 [INFO] 
02:42:44 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swt.examples ---
02:42:44 [INFO] 
02:42:44 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swt.examples ---
02:42:45 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.2.0-SNAPSHOT.jar
02:42:46 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.2.0-SNAPSHOT-sources.jar
02:42:48 [INFO] 
02:42:48 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swt.examples ---
02:42:48 [INFO] 
02:42:48 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swt.examples ---
02:42:48 [INFO] 
02:42:48 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swt.examples ---
02:42:48 [INFO] No tests to run.
02:42:48 [INFO] 
02:42:48 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swt.examples ---
02:42:48 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.2.0-SNAPSHOT/org.eclipse.swt.examples-4.2.0-SNAPSHOT.jar
02:42:48 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.2.0-SNAPSHOT/org.eclipse.swt.examples-4.2.0-SNAPSHOT.pom
02:42:48 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.2.0-SNAPSHOT/org.eclipse.swt.examples-4.2.0-SNAPSHOT-sources.jar
02:42:48 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.2.0-SNAPSHOT/org.eclipse.swt.examples-4.2.0-SNAPSHOT-p2metadata.xml
02:42:48 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.2.0-SNAPSHOT/org.eclipse.swt.examples-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:48 [INFO] 
02:42:48 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swt.examples ---
02:42:48 [INFO] 
02:42:48 [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo >-------
02:42:48 [INFO] Building org.eclipse.swtbot.swt.demo 4.2.0-SNAPSHOT              [27/57]
02:42:48 [INFO]   from org.eclipse.swtbot.swt.demo/pom.xml
02:42:48 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:48 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:48 [INFO] 
02:42:48 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:48 [INFO] 
02:42:48 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] 
02:42:48 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] 
02:42:48 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] 
02:42:48 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] Resolving class path of org.eclipse.swtbot.swt.demo...
02:42:48 [INFO] 
02:42:48 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.demo ---
02:42: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.*
02:42:48 [INFO] 
02:42:48 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/src/main/resources
02:42:48 [INFO] 
02:42:48 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/classes
02:42:48 [INFO] 
02:42:48 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] 
02:42:48 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:48 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/src/test/resources
02:42:48 [INFO] 
02:42:48 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] 
02:42:48 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] No tests to run.
02:42:48 [INFO] 
02:42:48 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] 
02:42:48 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.2.0-SNAPSHOT-sources.jar
02:42:48 [INFO] 
02:42:48 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.2.0-SNAPSHOT.jar
02:42:48 [INFO] 
02:42:48 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] 
02:42:48 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] 
02:42:48 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.demo ---
02:42:48 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.2.0-SNAPSHOT.jar
02:42:49 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.2.0-SNAPSHOT-sources.jar
02:42:50 [INFO] 
02:42:50 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.demo ---
02:42:50 [INFO] 
02:42:50 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.swt.demo ---
02:42:50 [INFO] 
02:42:50 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.swt.demo ---
02:42:50 [INFO] No tests to run.
02:42:50 [INFO] 
02:42:50 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.demo ---
02:42:50 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.2.0-SNAPSHOT.jar
02:42:50 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.2.0-SNAPSHOT.pom
02:42:50 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.2.0-SNAPSHOT-sources.jar
02:42:50 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.2.0-SNAPSHOT-p2metadata.xml
02:42:50 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:50 [INFO] 
02:42:50 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.demo ---
02:42:50 [INFO] 
02:42:50 [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples >------
02:42:50 [INFO] Building org.eclipse.ui.forms.examples 4.2.0-SNAPSHOT            [28/57]
02:42:50 [INFO]   from org.eclipse.ui.forms.examples/pom.xml
02:42:50 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:50 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:50 [INFO] 
02:42:50 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.ui.forms.examples ---
02:42:50 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:50 [INFO] 
02:42:50 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.ui.forms.examples ---
02:42:50 [INFO] 
02:42:50 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.ui.forms.examples ---
02:42:50 [INFO] 
02:42:50 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.ui.forms.examples ---
02:42:50 [INFO] 
02:42:50 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.ui.forms.examples ---
02:42:50 [INFO] Resolving class path of org.eclipse.ui.forms.examples...
02:42:50 [INFO] 
02:42:50 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.ui.forms.examples ---
02:42: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.*
02:42:50 [INFO] 
02:42:50 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.ui.forms.examples ---
02:42:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/src/main/resources
02:42:50 [INFO] 
02:42:50 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.ui.forms.examples ---
02:42:50 [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/classes
02:42:51 [INFO] 
02:42:51 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.ui.forms.examples ---
02:42:51 [INFO] 
02:42:51 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.ui.forms.examples ---
02:42:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/src/test/resources
02:42:51 [INFO] 
02:42:51 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.ui.forms.examples ---
02:42:51 [INFO] 
02:42:51 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.ui.forms.examples ---
02:42:51 [INFO] No tests to run.
02:42:51 [INFO] 
02:42:51 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.forms.examples ---
02:42:51 [INFO] 
02:42:51 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.ui.forms.examples ---
02:42:51 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.2.0-SNAPSHOT-sources.jar
02:42:51 [INFO] 
02:42:51 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.ui.forms.examples ---
02:42:51 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/examples.jar
02:42:51 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.2.0-SNAPSHOT.jar
02:42:51 [INFO] 
02:42:51 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.forms.examples ---
02:42:51 [INFO] 
02:42:51 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.ui.forms.examples ---
02:42:51 [INFO] 
02:42:51 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.ui.forms.examples ---
02:42:51 [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.2.0-SNAPSHOT.jar_unpacked_7735610333818360494/examples.jar' is disabled.
02:42:51 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.2.0-SNAPSHOT.jar_unpacked_7735610333818360494/examples.jar
02:42:52 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.2.0-SNAPSHOT.jar
02:42:53 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.2.0-SNAPSHOT-sources.jar
02:42:55 [INFO] 
02:42:55 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.ui.forms.examples ---
02:42:55 [INFO] 
02:42:55 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.ui.forms.examples ---
02:42:55 [INFO] 
02:42:55 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.ui.forms.examples ---
02:42:55 [INFO] No tests to run.
02:42:55 [INFO] 
02:42:55 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.ui.forms.examples ---
02:42:55 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.2.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.2.0-SNAPSHOT.jar
02:42:55 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.2.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.2.0-SNAPSHOT.pom
02:42:55 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.2.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.2.0-SNAPSHOT-sources.jar
02:42:55 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.2.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.2.0-SNAPSHOT-p2metadata.xml
02:42:55 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.2.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:55 [INFO] 
02:42:55 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.ui.forms.examples ---
02:42:55 [INFO] 
02:42:55 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder >--
02:42:55 [INFO] Building org.eclipse.swtbot.nebula.nattable.finder 4.2.0-SNAPSHOT [29/57]
02:42:55 [INFO]   from org.eclipse.swtbot.nebula.nattable.finder/pom.xml
02:42:55 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:55 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:55 [INFO] 
02:42:55 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:55 [INFO] 
02:42:55 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] 
02:42:55 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] 
02:42:55 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] 
02:42:55 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] Resolving class path of org.eclipse.swtbot.nebula.nattable.finder...
02:42:55 [INFO] 
02:42:55 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:42:55 [INFO] 
02:42:55 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/src/main/resources
02:42:55 [INFO] 
02:42:55 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/classes
02:42:55 [INFO] 
02:42:55 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] 
02:42:55 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/src/test/resources
02:42:55 [INFO] 
02:42:55 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] 
02:42:55 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] No tests to run.
02:42:55 [INFO] 
02:42:55 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] 
02:42:55 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.2.0-SNAPSHOT-sources.jar
02:42:55 [INFO] 
02:42:55 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.2.0-SNAPSHOT.jar
02:42:55 [INFO] 
02:42:55 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] 
02:42:55 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] 
02:42:55 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:55 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.2.0-SNAPSHOT.jar
02:42:56 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.2.0-SNAPSHOT-sources.jar
02:42:58 [INFO] 
02:42:58 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:58 [INFO] 
02:42:58 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:58 [INFO] 
02:42:58 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:58 [INFO] No tests to run.
02:42:58 [INFO] 
02:42:58 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:58 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.2.0-SNAPSHOT.jar
02:42:58 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.2.0-SNAPSHOT.pom
02:42:58 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.2.0-SNAPSHOT-sources.jar
02:42:58 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.2.0-SNAPSHOT-p2metadata.xml
02:42:58 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.2.0-SNAPSHOT-p2artifacts.xml
02:42:58 [INFO] 
02:42:58 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable.finder ---
02:42:58 [INFO] 
02:42:58 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder >--
02:42:58 [INFO] Building org.eclipse.swtbot.nebula.checkboxgroup.finder 4.2.0-SNAPSHOT [30/57]
02:42:58 [INFO]   from org.eclipse.swtbot.nebula.checkboxgroup.finder/pom.xml
02:42:58 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:42:58 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:42:58 [INFO] 
02:42:58 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] The project's OSGi version is 4.2.0.202307270640
02:42:58 [INFO] 
02:42:58 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] 
02:42:58 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] 
02:42:58 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] 
02:42:58 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] Resolving class path of org.eclipse.swtbot.nebula.checkboxgroup.finder...
02:42:58 [INFO] 
02:42:58 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:42:58 [INFO] 
02:42:58 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/src/main/resources
02:42:58 [INFO] 
02:42:58 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/classes
02:42:58 [INFO] 
02:42:58 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] 
02:42:58 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:42:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/src/test/resources
02:42:58 [INFO] 
02:42:58 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] 
02:42:58 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] No tests to run.
02:42:58 [INFO] 
02:42:58 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] 
02:42:58 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.2.0-SNAPSHOT-sources.jar
02:42:58 [INFO] 
02:42:58 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.2.0-SNAPSHOT.jar
02:42:58 [INFO] 
02:42:58 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] 
02:42:58 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] 
02:42:58 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:42:58 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.2.0-SNAPSHOT.jar
02:42:59 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.2.0-SNAPSHOT-sources.jar
02:43:00 [INFO] 
02:43:00 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:43:00 [INFO] 
02:43:00 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:43:00 [INFO] 
02:43:00 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:43:00 [INFO] No tests to run.
02:43:00 [INFO] 
02:43:00 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:43:00 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.2.0-SNAPSHOT.jar
02:43:00 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.2.0-SNAPSHOT.pom
02:43:00 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.2.0-SNAPSHOT-sources.jar
02:43:00 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.2.0-SNAPSHOT-p2metadata.xml
02:43:00 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:00 [INFO] 
02:43:00 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
02:43:00 [INFO] 
02:43:00 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder >--
02:43:00 [INFO] Building org.eclipse.swtbot.nebula.stepbar.finder 4.2.0-SNAPSHOT [31/57]
02:43:00 [INFO]   from org.eclipse.swtbot.nebula.stepbar.finder/pom.xml
02:43:00 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:43:00 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:00 [INFO] 
02:43:00 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:00 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:00 [INFO] 
02:43:00 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:00 [INFO] 
02:43:00 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:00 [INFO] 
02:43:00 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:00 [INFO] 
02:43:00 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:00 [INFO] Resolving class path of org.eclipse.swtbot.nebula.stepbar.finder...
02:43:00 [INFO] 
02:43:00 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:00 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:43:00 [INFO] 
02:43:00 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:43:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/src/main/resources
02:43:00 [INFO] 
02:43:00 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:00 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/classes
02:43:01 [INFO] 
02:43:01 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:01 [INFO] 
02:43:01 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:01 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:43:01 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/src/test/resources
02:43:01 [INFO] 
02:43:01 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:01 [INFO] 
02:43:01 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:01 [INFO] No tests to run.
02:43:01 [INFO] 
02:43:01 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:01 [INFO] 
02:43:01 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:01 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.2.0-SNAPSHOT-sources.jar
02:43:01 [INFO] 
02:43:01 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:01 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.2.0-SNAPSHOT.jar
02:43:01 [INFO] 
02:43:01 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:01 [INFO] 
02:43:01 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:01 [INFO] 
02:43:01 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:01 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.2.0-SNAPSHOT.jar
02:43:01 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.2.0-SNAPSHOT-sources.jar
02:43:02 [INFO] 
02:43:02 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:02 [INFO] 
02:43:02 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:02 [INFO] 
02:43:02 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:02 [INFO] No tests to run.
02:43:02 [INFO] 
02:43:02 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.2.0-SNAPSHOT.jar
02:43:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.2.0-SNAPSHOT.pom
02:43:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.2.0-SNAPSHOT-sources.jar
02:43:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.2.0-SNAPSHOT-p2metadata.xml
02:43:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:02 [INFO] 
02:43:02 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.stepbar.finder ---
02:43:02 [INFO] 
02:43:02 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder >--
02:43:02 [INFO] Building org.eclipse.swtbot.nebula.rangeslider.finder 4.2.0-SNAPSHOT [32/57]
02:43:02 [INFO]   from org.eclipse.swtbot.nebula.rangeslider.finder/pom.xml
02:43:02 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:43:02 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:02 [INFO] 
02:43:02 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:02 [INFO] 
02:43:02 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] 
02:43:02 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] 
02:43:02 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] 
02:43:02 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] Resolving class path of org.eclipse.swtbot.nebula.rangeslider.finder...
02:43:02 [INFO] 
02:43:02 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:43:02 [INFO] 
02:43:02 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:43:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/src/main/resources
02:43:02 [INFO] 
02:43:02 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/classes
02:43:02 [INFO] 
02:43:02 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] 
02:43:02 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:43:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/src/test/resources
02:43:02 [INFO] 
02:43:02 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] 
02:43:02 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] No tests to run.
02:43:02 [INFO] 
02:43:02 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] 
02:43:02 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.2.0-SNAPSHOT-sources.jar
02:43:02 [INFO] 
02:43:02 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.2.0-SNAPSHOT.jar
02:43:02 [INFO] 
02:43:02 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] 
02:43:02 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] 
02:43:02 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:02 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.2.0-SNAPSHOT.jar
02:43:06 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.2.0-SNAPSHOT-sources.jar
02:43:07 [INFO] 
02:43:07 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:07 [INFO] 
02:43:07 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:07 [INFO] 
02:43:07 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:07 [INFO] No tests to run.
02:43:07 [INFO] 
02:43:07 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.2.0-SNAPSHOT.jar
02:43:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.2.0-SNAPSHOT.pom
02:43:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.2.0-SNAPSHOT-sources.jar
02:43:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.2.0-SNAPSHOT-p2metadata.xml
02:43:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:07 [INFO] 
02:43:07 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
02:43:07 [INFO] 
02:43:07 [INFO] -----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef >-----
02:43:07 [INFO] Building org.eclipse.swtbot.eclipse.gef 4.2.0-SNAPSHOT           [33/57]
02:43:07 [INFO]   from org.eclipse.swtbot.eclipse.gef/pom.xml
02:43:07 [INFO] --------------------------[ eclipse-feature ]---------------------------
02:43:07 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:07 [INFO] 
02:43:07 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.gef ---
02:43:07 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:07 [INFO] 
02:43:07 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef ---
02:43:07 [INFO] 
02:43:07 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.gef ---
02:43:07 [INFO] 
02:43:07 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef ---
02:43:07 [INFO] 
02:43:07 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.gef ---
02:43: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.*
02:43:07 [INFO] 
02:43:07 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.gef ---
02:43:07 [INFO] 
02:43:07 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.gef ---
02:43:07 [INFO] 
02:43:07 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse.gef ---
02:43:07 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.2.0-SNAPSHOT.jar
02:43:07 [INFO] 
02:43:07 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef ---
02:43:07 [INFO] 
02:43:07 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.gef ---
02:43:07 [INFO] 
02:43:07 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.gef ---
02:43:07 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.2.0-SNAPSHOT-sources-feature.jar
02:43:07 [INFO] 
02:43:07 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.gef ---
02:43:07 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.2.0-SNAPSHOT.jar
02:43:08 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.2.0-SNAPSHOT-sources-feature.jar
02:43:10 [INFO] 
02:43:10 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.gef ---
02:43:10 [INFO] 
02:43:10 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.gef ---
02:43:10 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.2.0-SNAPSHOT.jar
02:43:10 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.2.0-SNAPSHOT.pom
02:43:10 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.2.0-SNAPSHOT-sources-feature.jar
02:43:10 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.2.0-SNAPSHOT-p2metadata.xml
02:43:10 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:10 [INFO] 
02:43:10 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.gef ---
02:43:10 [INFO] 
02:43:10 [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature >--
02:43:10 [INFO] Building org.eclipse.swtbot.generator.feature 4.2.0-SNAPSHOT     [34/57]
02:43:10 [INFO]   from org.eclipse.swtbot.generator.feature/pom.xml
02:43:10 [INFO] --------------------------[ eclipse-feature ]---------------------------
02:43:10 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:10 [INFO] 
02:43:10 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.generator.feature ---
02:43:10 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:10 [INFO] 
02:43:10 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.feature ---
02:43:10 [INFO] 
02:43:10 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.feature ---
02:43:10 [INFO] 
02:43:10 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.feature ---
02:43:10 [INFO] 
02:43:10 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.feature ---
02:43:10 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:43:10 [INFO] 
02:43:10 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.feature ---
02:43:10 [INFO] 
02:43:10 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.feature ---
02:43:10 [INFO] 
02:43:10 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.generator.feature ---
02:43:10 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.2.0-SNAPSHOT.jar
02:43:10 [INFO] 
02:43:10 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.feature ---
02:43:10 [INFO] 
02:43:10 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.generator.feature ---
02:43:10 [INFO] 
02:43:10 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.feature ---
02:43:10 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.2.0-SNAPSHOT-sources-feature.jar
02:43:10 [INFO] 
02:43:10 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.feature ---
02:43:10 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.2.0-SNAPSHOT.jar
02:43:11 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.2.0-SNAPSHOT-sources-feature.jar
02:43:12 [INFO] 
02:43:12 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.feature ---
02:43:12 [INFO] 
02:43:12 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.feature ---
02:43:12 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.2.0-SNAPSHOT.jar
02:43:12 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.2.0-SNAPSHOT.pom
02:43:12 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.2.0-SNAPSHOT-sources-feature.jar
02:43:12 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.2.0-SNAPSHOT-p2metadata.xml
02:43:12 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.2.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:12 [INFO] 
02:43:12 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.feature ---
02:43:12 [INFO] 
02:43:12 [INFO] ---------< org.eclipse.swtbot.features:org.eclipse.swtbot.ide >---------
02:43:12 [INFO] Building org.eclipse.swtbot.ide 4.2.0-SNAPSHOT                   [35/57]
02:43:12 [INFO]   from org.eclipse.swtbot.ide/pom.xml
02:43:12 [INFO] --------------------------[ eclipse-feature ]---------------------------
02:43:12 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:12 [INFO] 
02:43:12 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.ide ---
02:43:12 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:12 [INFO] 
02:43:12 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.ide ---
02:43:12 [INFO] 
02:43:12 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.ide ---
02:43:12 [INFO] 
02:43:12 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.ide ---
02:43:12 [INFO] 
02:43:12 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.ide ---
02:43: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.*
02:43:12 [INFO] 
02:43:12 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.ide ---
02:43:12 [INFO] 
02:43:12 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.ide ---
02:43:12 [INFO] 
02:43:12 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.ide ---
02:43:12 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.2.0-SNAPSHOT.jar
02:43:12 [INFO] 
02:43:12 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ide ---
02:43:12 [INFO] 
02:43:12 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.ide ---
02:43:12 [INFO] 
02:43:12 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.ide ---
02:43:12 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.2.0-SNAPSHOT-sources-feature.jar
02:43:12 [INFO] 
02:43:12 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.ide ---
02:43:12 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.2.0-SNAPSHOT.jar
02:43:13 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.2.0-SNAPSHOT-sources-feature.jar
02:43:14 [INFO] 
02:43:14 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.ide ---
02:43:14 [INFO] 
02:43:14 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.ide ---
02:43:14 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.2.0-SNAPSHOT/org.eclipse.swtbot.ide-4.2.0-SNAPSHOT.jar
02:43:14 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.2.0-SNAPSHOT/org.eclipse.swtbot.ide-4.2.0-SNAPSHOT.pom
02:43:14 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.2.0-SNAPSHOT/org.eclipse.swtbot.ide-4.2.0-SNAPSHOT-sources-feature.jar
02:43:14 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.2.0-SNAPSHOT/org.eclipse.swtbot.ide-4.2.0-SNAPSHOT-p2metadata.xml
02:43:14 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.2.0-SNAPSHOT/org.eclipse.swtbot.ide-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:14 [INFO] 
02:43:14 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.ide ---
02:43:14 [INFO] 
02:43:14 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless >--
02:43:14 [INFO] Building org.eclipse.swtbot.eclipse.junit5.headless 4.2.0-SNAPSHOT [36/57]
02:43:14 [INFO]   from org.eclipse.swtbot.eclipse.junit5.headless/pom.xml
02:43:14 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:43:14 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:14 [INFO] 
02:43:14 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:14 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:14 [INFO] 
02:43:14 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:14 [INFO] 
02:43:14 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:14 [INFO] 
02:43:14 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:14 [INFO] 
02:43:14 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:14 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.junit5.headless...
02:43:14 [INFO] 
02:43:14 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:14 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:43:14 [INFO] 
02:43:14 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:14 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:43:14 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/src/main/resources
02:43:14 [INFO] 
02:43:14 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:14 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/classes
02:43:15 [INFO] 
02:43:15 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:15 [INFO] 
02:43:15 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:15 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:43:15 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/src/test/resources
02:43:15 [INFO] 
02:43:15 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:15 [INFO] 
02:43:15 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:15 [INFO] No tests to run.
02:43:15 [INFO] 
02:43:15 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:15 [INFO] 
02:43:15 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:15 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.2.0-SNAPSHOT-sources.jar
02:43:15 [INFO] 
02:43:15 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:15 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.2.0-SNAPSHOT.jar
02:43:15 [INFO] 
02:43:15 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:15 [INFO] 
02:43:15 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:15 [INFO] 
02:43:15 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:15 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.2.0-SNAPSHOT.jar
02:43:16 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.2.0-SNAPSHOT-sources.jar
02:43:18 [INFO] 
02:43:18 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:18 [INFO] 
02:43:18 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:18 [INFO] 
02:43:18 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:18 [INFO] No tests to run.
02:43:18 [INFO] 
02:43:18 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:18 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.2.0-SNAPSHOT.jar
02:43:18 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.2.0-SNAPSHOT.pom
02:43:18 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.2.0-SNAPSHOT-sources.jar
02:43:18 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.2.0-SNAPSHOT-p2metadata.xml
02:43:18 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:18 [INFO] 
02:43:18 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.junit5.headless ---
02:43:18 [INFO] 
02:43:18 [INFO] -------< org.eclipse.swtbot.features:org.eclipse.swtbot.junit5 >--------
02:43:18 [INFO] Building org.eclipse.swtbot.junit5 4.2.0-SNAPSHOT                [37/57]
02:43:18 [INFO]   from org.eclipse.swtbot.junit5/pom.xml
02:43:18 [INFO] --------------------------[ eclipse-feature ]---------------------------
02:43:18 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:18 [INFO] 
02:43:18 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.junit5 ---
02:43:18 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:18 [INFO] 
02:43:18 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.junit5 ---
02:43:18 [INFO] 
02:43:18 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.junit5 ---
02:43:18 [INFO] 
02:43:18 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.junit5 ---
02:43:18 [INFO] 
02:43:18 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.junit5 ---
02:43:18 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:43:18 [INFO] 
02:43:18 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.junit5 ---
02:43:18 [INFO] 
02:43:18 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.junit5 ---
02:43:18 [INFO] 
02:43:18 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.junit5 ---
02:43:18 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.2.0-SNAPSHOT.jar
02:43:18 [INFO] 
02:43:18 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit5 ---
02:43:18 [INFO] 
02:43:18 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.junit5 ---
02:43:18 [INFO] 
02:43:18 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.junit5 ---
02:43:18 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.2.0-SNAPSHOT-sources-feature.jar
02:43:18 [INFO] 
02:43:18 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.junit5 ---
02:43:18 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.2.0-SNAPSHOT.jar
02:43:20 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.2.0-SNAPSHOT-sources-feature.jar
02:43:21 [INFO] 
02:43:21 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit5 ---
02:43:21 [INFO] 
02:43:21 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.junit5 ---
02:43:21 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.2.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.2.0-SNAPSHOT.jar
02:43:21 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.2.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.2.0-SNAPSHOT.pom
02:43:21 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.2.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.2.0-SNAPSHOT-sources-feature.jar
02:43:21 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.2.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.2.0-SNAPSHOT-p2metadata.xml
02:43:21 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.2.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:21 [INFO] 
02:43:21 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.junit5 ---
02:43:21 [INFO] 
02:43:21 [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery >----
02:43:21 [INFO] Building org.eclipse.swtbot.nebula.gallery 4.2.0-SNAPSHOT        [38/57]
02:43:21 [INFO]   from org.eclipse.swtbot.nebula.gallery/pom.xml
02:43:21 [INFO] --------------------------[ eclipse-feature ]---------------------------
02:43:21 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:21 [INFO] 
02:43:21 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.gallery ---
02:43:21 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:21 [INFO] 
02:43:21 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery ---
02:43:21 [INFO] 
02:43:21 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery ---
02:43:21 [INFO] 
02:43:21 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery ---
02:43:21 [INFO] 
02:43:21 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery ---
02:43:21 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:43:21 [INFO] 
02:43:21 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.gallery ---
02:43:21 [INFO] 
02:43:21 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery ---
02:43:21 [INFO] 
02:43:21 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.gallery ---
02:43:21 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.2.0-SNAPSHOT.jar
02:43:21 [INFO] 
02:43:21 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery ---
02:43:21 [INFO] 
02:43:21 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.gallery ---
02:43:21 [INFO] 
02:43:21 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.gallery ---
02:43:21 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.2.0-SNAPSHOT-sources-feature.jar
02:43:21 [INFO] 
02:43:21 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.gallery ---
02:43:21 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.2.0-SNAPSHOT.jar
02:43:22 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.2.0-SNAPSHOT-sources-feature.jar
02:43:23 [INFO] 
02:43:23 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery ---
02:43:23 [INFO] 
02:43:23 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.gallery ---
02:43:23 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.2.0-SNAPSHOT.jar
02:43:23 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.2.0-SNAPSHOT.pom
02:43:23 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.2.0-SNAPSHOT-sources-feature.jar
02:43:23 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.2.0-SNAPSHOT-p2metadata.xml
02:43:23 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:23 [INFO] 
02:43:23 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.gallery ---
02:43:23 [INFO] 
02:43:23 [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable >---
02:43:23 [INFO] Building org.eclipse.swtbot.nebula.nattable 4.2.0-SNAPSHOT       [39/57]
02:43:23 [INFO]   from org.eclipse.swtbot.nebula.nattable/pom.xml
02:43:23 [INFO] --------------------------[ eclipse-feature ]---------------------------
02:43:23 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:23 [INFO] 
02:43:23 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.nattable ---
02:43:23 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:23 [INFO] 
02:43:23 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable ---
02:43:23 [INFO] 
02:43:23 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable ---
02:43:23 [INFO] 
02:43:23 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable ---
02:43:23 [INFO] 
02:43:23 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable ---
02:43:23 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:43:23 [INFO] 
02:43:23 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.nattable ---
02:43:23 [INFO] 
02:43:23 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable ---
02:43:23 [INFO] 
02:43:23 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.nattable ---
02:43:23 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.2.0-SNAPSHOT.jar
02:43:24 [INFO] 
02:43:24 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable ---
02:43:24 [INFO] 
02:43:24 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.nattable ---
02:43:24 [INFO] 
02:43:24 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.nattable ---
02:43:24 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.2.0-SNAPSHOT-sources-feature.jar
02:43:24 [INFO] 
02:43:24 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.nattable ---
02:43:24 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.2.0-SNAPSHOT.jar
02:43:25 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.2.0-SNAPSHOT-sources-feature.jar
02:43:26 [INFO] 
02:43:26 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable ---
02:43:26 [INFO] 
02:43:26 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.nattable ---
02:43:26 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.2.0-SNAPSHOT.jar
02:43:26 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.2.0-SNAPSHOT.pom
02:43:26 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.2.0-SNAPSHOT-sources-feature.jar
02:43:26 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.2.0-SNAPSHOT-p2metadata.xml
02:43:26 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:26 [INFO] 
02:43:26 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable ---
02:43:26 [INFO] 
02:43:26 [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.checkboxgroup >--
02:43:26 [INFO] Building org.eclipse.swtbot.nebula.checkboxgroup 4.2.0-SNAPSHOT  [40/57]
02:43:26 [INFO]   from org.eclipse.swtbot.nebula.checkboxgroup/pom.xml
02:43:26 [INFO] --------------------------[ eclipse-feature ]---------------------------
02:43:26 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:26 [INFO] 
02:43:26 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.checkboxgroup ---
02:43:26 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:26 [INFO] 
02:43:26 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.checkboxgroup ---
02:43:26 [INFO] 
02:43:26 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.checkboxgroup ---
02:43:26 [INFO] 
02:43:26 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.checkboxgroup ---
02:43:26 [INFO] 
02:43:26 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.checkboxgroup ---
02:43: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.*
02:43:26 [INFO] 
02:43:26 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.checkboxgroup ---
02:43:26 [INFO] 
02:43:26 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.checkboxgroup ---
02:43:26 [INFO] 
02:43:26 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.checkboxgroup ---
02:43:26 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.2.0-SNAPSHOT.jar
02:43:26 [INFO] 
02:43:26 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.checkboxgroup ---
02:43:26 [INFO] 
02:43:26 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup ---
02:43:26 [INFO] 
02:43:26 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.checkboxgroup ---
02:43:26 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.2.0-SNAPSHOT-sources-feature.jar
02:43:26 [INFO] 
02:43:26 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.checkboxgroup ---
02:43:26 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.2.0-SNAPSHOT.jar
02:43:27 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.2.0-SNAPSHOT-sources-feature.jar
02:43:29 [INFO] 
02:43:29 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup ---
02:43:29 [INFO] 
02:43:29 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.checkboxgroup ---
02:43:29 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.2.0-SNAPSHOT.jar
02:43:29 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.2.0-SNAPSHOT.pom
02:43:29 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.2.0-SNAPSHOT-sources-feature.jar
02:43:29 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.2.0-SNAPSHOT-p2metadata.xml
02:43:29 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:29 [INFO] 
02:43:29 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.checkboxgroup ---
02:43:29 [INFO] 
02:43:29 [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.stepbar >----
02:43:29 [INFO] Building org.eclipse.swtbot.nebula.stepbar 4.2.0-SNAPSHOT        [41/57]
02:43:29 [INFO]   from org.eclipse.swtbot.nebula.stepbar/pom.xml
02:43:29 [INFO] --------------------------[ eclipse-feature ]---------------------------
02:43:29 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:29 [INFO] 
02:43:29 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.stepbar ---
02:43:29 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:29 [INFO] 
02:43:29 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.stepbar ---
02:43:29 [INFO] 
02:43:29 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.stepbar ---
02:43:29 [INFO] 
02:43:29 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.stepbar ---
02:43:29 [INFO] 
02:43:29 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.stepbar ---
02:43: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.*
02:43:29 [INFO] 
02:43:29 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.stepbar ---
02:43:29 [INFO] 
02:43:29 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.stepbar ---
02:43:29 [INFO] 
02:43:29 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.stepbar ---
02:43:29 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.2.0-SNAPSHOT.jar
02:43:29 [INFO] 
02:43:29 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.stepbar ---
02:43:29 [INFO] 
02:43:29 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.stepbar ---
02:43:29 [INFO] 
02:43:29 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.stepbar ---
02:43:29 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.2.0-SNAPSHOT-sources-feature.jar
02:43:29 [INFO] 
02:43:29 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.stepbar ---
02:43:29 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.2.0-SNAPSHOT.jar
02:43:30 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.2.0-SNAPSHOT-sources-feature.jar
02:43:31 [INFO] 
02:43:31 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.stepbar ---
02:43:31 [INFO] 
02:43:31 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.stepbar ---
02:43:31 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.2.0-SNAPSHOT.jar
02:43:31 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.2.0-SNAPSHOT.pom
02:43:31 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.2.0-SNAPSHOT-sources-feature.jar
02:43:31 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.2.0-SNAPSHOT-p2metadata.xml
02:43:31 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:31 [INFO] 
02:43:31 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.stepbar ---
02:43:31 [INFO] 
02:43:31 [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.rangeslider >--
02:43:31 [INFO] Building org.eclipse.swtbot.nebula.rangeslider 4.2.0-SNAPSHOT    [42/57]
02:43:31 [INFO]   from org.eclipse.swtbot.nebula.rangeslider/pom.xml
02:43:31 [INFO] --------------------------[ eclipse-feature ]---------------------------
02:43:31 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:31 [INFO] 
02:43:31 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.rangeslider ---
02:43:31 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:31 [INFO] 
02:43:31 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.rangeslider ---
02:43:31 [INFO] 
02:43:31 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.rangeslider ---
02:43:31 [INFO] 
02:43:31 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.rangeslider ---
02:43:31 [INFO] 
02:43:31 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.rangeslider ---
02:43: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.*
02:43:31 [INFO] 
02:43:31 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.rangeslider ---
02:43:31 [INFO] 
02:43:31 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.rangeslider ---
02:43:31 [INFO] 
02:43:31 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.rangeslider ---
02:43:31 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.2.0-SNAPSHOT.jar
02:43:31 [INFO] 
02:43:31 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.rangeslider ---
02:43:31 [INFO] 
02:43:31 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider ---
02:43:31 [INFO] 
02:43:31 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.rangeslider ---
02:43:31 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.2.0-SNAPSHOT-sources-feature.jar
02:43:31 [INFO] 
02:43:31 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.rangeslider ---
02:43:31 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.2.0-SNAPSHOT.jar
02:43:32 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.2.0-SNAPSHOT-sources-feature.jar
02:43:33 [INFO] 
02:43:33 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider ---
02:43:33 [INFO] 
02:43:33 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.rangeslider ---
02:43:33 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.2.0-SNAPSHOT.jar
02:43:33 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.2.0-SNAPSHOT.pom
02:43:33 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.2.0-SNAPSHOT-sources-feature.jar
02:43:33 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.2.0-SNAPSHOT-p2metadata.xml
02:43:33 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:33 [INFO] 
02:43:33 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.rangeslider ---
02:43:33 [INFO] 
02:43:33 [INFO] ----------< org.eclipse.swtbot:org.eclipse.swtbot.updatesite >----------
02:43:33 [INFO] Building org.eclipse.swtbot.updatesite 4.2.0-SNAPSHOT            [43/57]
02:43:33 [INFO]   from org.eclipse.swtbot.updatesite/pom.xml
02:43:33 [INFO] -------------------------[ eclipse-repository ]-------------------------
02:43:33 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:33 [INFO] 
02:43:33 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.updatesite ---
02:43:33 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:33 [INFO] 
02:43:33 [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.swtbot.updatesite ---
02:43:33 [INFO] 
02:43:33 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.updatesite ---
02:43:33 [INFO] 
02:43:33 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.updatesite ---
02:43:33 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
02:43:33 [INFO] 
02:43:33 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.updatesite ---
02:43:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:43:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/src/main/resources
02:43:33 [INFO] 
02:43:33 [INFO] --- tycho-p2-publisher:3.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.swtbot.updatesite ---
02:43:33 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
02:43:33 [INFO] Published profile IUs: [a.jre.javase 12.0.0]
02:43:33 [INFO] Published profile IUs: [a.jre.javase 13.0.0]
02:43:33 [INFO] Published profile IUs: [a.jre.javase 14.0.0]
02:43:33 [INFO] Published profile IUs: [a.jre.javase 15.0.0]
02:43:33 [INFO] Published profile IUs: [a.jre.javase 16.0.0]
02:43:33 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
02:43:33 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
02:43:33 [INFO] Published profile IUs: [a.jre.javase 19.0.0]
02:43:33 [INFO] Published profile IUs: [a.jre.javase 20.0.0]
02:43:33 [INFO] Published profile IUs: [a.jre.javase 21.0.0]
02:43:33 [INFO] 
02:43:33 [INFO] --- tycho-p2-publisher:3.0.4:publish-products (default-publish-products) @ org.eclipse.swtbot.updatesite ---
02:43:33 [INFO] 
02:43:33 [INFO] --- tycho-p2-publisher:3.0.4:publish-categories (default-publish-categories) @ org.eclipse.swtbot.updatesite ---
02:43:33 [INFO] 
02:43:33 [INFO] --- tycho-p2-publisher:3.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.swtbot.updatesite ---
02:43:33 [INFO] 
02:43:33 [INFO] --- tycho-p2-repository:3.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.swtbot.updatesite ---
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.stepbar,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.rules.workbench.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.ide.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.spy,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.rangeslider.finder,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.jdt,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.e4.finder.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.ui.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.generator.feature.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.forms.finder,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.gallery,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.ant.junit,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.ui,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.eclipse.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.nattable.finder,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.gallery.finder,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.stepbar.finder,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.ui,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.generator.feature,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.swt.finder.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.jdt.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.eclipse.test.junit,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.finder.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.forms.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.junit5,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.junit.headless,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.checkboxgroup.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.junit5_x,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.gef.finder.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.gef.finder,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.eclipse.gef,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.rangeslider.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.gallery.finder.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.finder,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.junit4_x,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.ide,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.checkboxgroup.finder.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.junit4_x.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.go.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.eclipse.gef.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.rangeslider.finder.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.nattable,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.nattable.finder.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.stepbar.finder.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.forms.finder.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.nebula.checkboxgroup.finder,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.go,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.nattable.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.client.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.junit5.headless,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.ui.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.checkboxgroup,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.client,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.swt.finder,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.stepbar.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.forms,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.rangeslider,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.spy.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.nebula.gallery.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.generator.rules.workbench,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.swtbot.eclipse,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.e4.finder,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.core.source,4.2.0.202307270640.
02:43:34 [WARNING] [2e158e4e-0e50-40ab-aa4f-7491e41f62f9][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.swtbot.eclipse.core,4.2.0.202307270640.
02:43:36 [INFO] 
02:43:36 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.updatesite ---
02:43:36 [INFO] 
02:43:36 [INFO] --- tycho-p2-repository:3.0.4:archive-repository (default-archive-repository) @ org.eclipse.swtbot.updatesite ---
02:43:36 [INFO] Building zip: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/org.eclipse.swtbot.updatesite-4.2.0-SNAPSHOT.zip
02:43:36 [INFO] 
02:43:36 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.updatesite ---
02:43:36 [INFO] 
02:43:36 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.updatesite ---
02:43:36 [INFO] 
02:43:36 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.updatesite ---
02:43:36 [INFO] 
02:43:36 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.updatesite ---
02:43:36 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/org.eclipse.swtbot.updatesite-4.2.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.2.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.2.0-SNAPSHOT.zip
02:43:36 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.2.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.2.0-SNAPSHOT.pom
02:43:36 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.2.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.2.0-SNAPSHOT-p2metadata.xml
02:43:36 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.2.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:36 [INFO] 
02:43:36 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.updatesite ---
02:43:36 [INFO] 
02:43:36 [INFO] -----< org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test >-----
02:43:36 [INFO] Building org.eclipse.swtbot.eclipse.ui.test 4.2.0-SNAPSHOT       [44/57]
02:43:36 [INFO]   from org.eclipse.swtbot.eclipse.ui.test/pom.xml
02:43:36 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:43:36 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:36 [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)'
02:43:37 [INFO] 
02:43:37 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:37 [INFO] 
02:43:37 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [INFO] 
02:43:37 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [INFO] 
02:43:37 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [INFO] 
02:43:37 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.ui.test...
02:43:37 [INFO] 
02:43:37 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [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.*
02:43:37 [INFO] 
02:43:37 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:43:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/src/main/resources
02:43:37 [INFO] 
02:43:37 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/classes
02:43:37 [INFO] 
02:43:37 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [INFO] 
02:43:37 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:43:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/src/test/resources
02:43:37 [INFO] 
02:43:37 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [INFO] 
02:43:37 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.2.0-SNAPSHOT-sources.jar
02:43:37 [INFO] 
02:43:37 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.2.0-SNAPSHOT.jar
02:43:37 [INFO] 
02:43:37 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [INFO] 
02:43:37 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [INFO] 
02:43:37 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:37 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.2.0-SNAPSHOT.jar
02:43:38 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.2.0-SNAPSHOT-sources.jar
02:43:39 [INFO] 
02:43:39 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:39 [INFO] 
02:43:39 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:40 [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
02:43:40 [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
02:43:40 [INFO] Command line:
02:43:40 	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.sdk.ide, -nouithread]
02:43:42 Launching application org.eclipse.ui.ide.workbench...
02:43:45 Running org.eclipse.swtbot.eclipse.ui.functional.AllTests
02:43:45 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
02:43:45 SLF4J: Defaulting to no-operation (NOP) logger implementation
02:43:45 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
02:43:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.35 s - in org.eclipse.swtbot.eclipse.ui.functional.AllTests
02:43:48 org.eclipse.swtbot.eclipse.ui.functional.ProjectCreationWizardTest.canCreateSWTBotProject  Time elapsed: 3.121 s
02:43:48 
02:43:48 Results:
02:43:48 
02:43:48 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
02:43:48 
02:43:53 [INFO] All tests passed!
02:43:53 [INFO] 
02:43:53 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:53 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.2.0-SNAPSHOT.jar
02:43:53 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.2.0-SNAPSHOT.pom
02:43:53 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.2.0-SNAPSHOT-sources.jar
02:43:53 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.2.0-SNAPSHOT-p2metadata.xml
02:43:53 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:53 [INFO] 
02:43:53 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.ui.test ---
02:43:53 [INFO] 
02:43:53 [INFO] --< org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards >--
02:43:53 [INFO] Building org.eclipse.swtbot.swt.finder.test.keyboards 4.2.0-SNAPSHOT [45/57]
02:43:53 [INFO]   from org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml
02:43:53 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
02:43:53 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:53 [INFO] 
02:43:53 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:53 [INFO] 
02:43:53 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] 
02:43:53 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] 
02:43:53 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] 
02:43:53 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] Resolving class path of org.eclipse.swtbot.swt.finder.test.keyboards...
02:43:53 [INFO] 
02:43:53 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43: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.*
02:43:53 [INFO] 
02:43:53 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:43:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/src/main/resources
02:43:53 [INFO] 
02:43:53 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] Nothing to compile - all classes are up to date
02:43:53 [INFO] 
02:43:53 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] 
02:43:53 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:43:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/src/test/resources
02:43:53 [INFO] 
02:43:53 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] 
02:43:53 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] No tests to run.
02:43:53 [INFO] 
02:43:53 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] 
02:43:53 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.2.0-SNAPSHOT-sources.jar
02:43:53 [INFO] 
02:43:53 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.2.0-SNAPSHOT.jar
02:43:53 [INFO] 
02:43:53 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] 
02:43:53 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] 
02:43:53 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:53 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.2.0-SNAPSHOT.jar
02:43:54 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.2.0-SNAPSHOT-sources.jar
02:43:55 [INFO] 
02:43:55 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:55 [INFO] 
02:43:55 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:55 [INFO] 
02:43:55 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:55 [INFO] No tests to run.
02:43:55 [INFO] 
02:43:55 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:55 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.2.0-SNAPSHOT.jar
02:43:55 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.2.0-SNAPSHOT.pom
02:43:55 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.2.0-SNAPSHOT-sources.jar
02:43:55 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.2.0-SNAPSHOT-p2metadata.xml
02:43:55 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.2.0-SNAPSHOT-p2artifacts.xml
02:43:55 [INFO] 
02:43:55 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
02:43:55 [INFO] 
02:43:55 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test >---
02:43:55 [INFO] Building org.eclipse.swtbot.forms.finder.test 4.2.0-SNAPSHOT     [46/57]
02:43:55 [INFO]   from org.eclipse.swtbot.forms.finder.test/pom.xml
02:43:55 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:43:55 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:43:55 [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)'
02:43:55 [INFO] 
02:43:55 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [INFO] The project's OSGi version is 4.2.0.202307270640
02:43:55 [INFO] 
02:43:55 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [INFO] 
02:43:55 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [INFO] 
02:43:55 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [INFO] 
02:43:55 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [INFO] Resolving class path of org.eclipse.swtbot.forms.finder.test...
02:43:55 [INFO] 
02:43:55 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [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.*
02:43:55 [INFO] 
02:43:55 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:43:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/src/main/resources
02:43:55 [INFO] 
02:43:55 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/classes
02:43:55 [INFO] 
02:43:55 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [INFO] 
02:43:55 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:43:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/src/test/resources
02:43:55 [INFO] 
02:43:55 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [INFO] 
02:43:55 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.2.0-SNAPSHOT-sources.jar
02:43:55 [INFO] 
02:43:55 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.2.0-SNAPSHOT.jar
02:43:55 [INFO] 
02:43:55 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [INFO] 
02:43:55 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [INFO] 
02:43:55 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.forms.finder.test ---
02:43:55 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.2.0-SNAPSHOT.jar
02:43:56 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.2.0-SNAPSHOT-sources.jar
02:43:59 [INFO] 
02:43:59 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms.finder.test ---
02:43:59 [INFO] 
02:43:59 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.forms.finder.test ---
02:43:59 [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
02: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.forms.finder.test/target/work/data/.metadata/.log
02:43:59 [INFO] Command line:
02:43:59 	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.sdk.ide, -nouithread]
02:44:01 Launching application org.eclipse.ui.ide.workbench...
02:44:03 Running org.eclipse.swtbot.forms.finder.test.AllTests
02:44:03 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
02:44:03 SLF4J: Defaulting to no-operation (NOP) logger implementation
02:44:03 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
02:44:05 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.03 s - in org.eclipse.swtbot.forms.finder.test.AllTests
02:44:05 org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest.canFindHyperlinkWithRegex  Time elapsed: 0.01 s
02:44:05 org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest.findHyperlink  Time elapsed: 0.004 s
02:44:05 org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest.findImageHyperlinkWithNoImage  Time elapsed: 0.002 s
02:44:05 org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest.canFindImageHyperlinkWithNoImageByRegex  Time elapsed: 0.003 s
02:44:05 org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest.findImageHyperlinkWithImage  Time elapsed: 0.001 s
02:44:05 org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest.canFindImageHyperlinkWithImageByRegex  Time elapsed: 0.003 s
02:44:05 
02:44:05 Results:
02:44:05 
02:44:05 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
02:44:05 
02:44:06 [INFO] All tests passed!
02:44:06 [INFO] 
02:44:06 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.forms.finder.test ---
02:44:06 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.2.0-SNAPSHOT.jar
02:44:06 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.2.0-SNAPSHOT.pom
02:44:06 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.2.0-SNAPSHOT-sources.jar
02:44:06 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.2.0-SNAPSHOT-p2metadata.xml
02:44:06 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.2.0-SNAPSHOT-p2artifacts.xml
02:44:06 [INFO] 
02:44:06 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.forms.finder.test ---
02:44:06 [INFO] 
02:44:06 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test >--
02:44:06 [INFO] Building org.eclipse.swtbot.eclipse.finder.test 4.2.0-SNAPSHOT   [47/57]
02:44:06 [INFO]   from org.eclipse.swtbot.eclipse.finder.test/pom.xml
02:44:06 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:44:06 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:44:06 [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)'
02:44:06 [INFO] 
02:44:06 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [INFO] The project's OSGi version is 4.2.0.202307270640
02:44:06 [INFO] 
02:44:06 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [INFO] 
02:44:06 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [INFO] 
02:44:06 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [INFO] 
02:44:06 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.finder.test...
02:44:06 [INFO] 
02:44:06 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [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.*
02:44:06 [INFO] 
02:44:06 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:44:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/src/main/resources
02:44:06 [INFO] 
02:44:06 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/classes
02:44:06 [INFO] 
02:44:06 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [INFO] 
02:44:06 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:44:06 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/src/test/resources
02:44:06 [INFO] 
02:44:06 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [INFO] 
02:44:06 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.2.0-SNAPSHOT-sources.jar
02:44:06 [INFO] 
02:44:06 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.2.0-SNAPSHOT.jar
02:44:06 [INFO] 
02:44:06 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [INFO] 
02:44:06 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [INFO] 
02:44:06 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:06 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.2.0-SNAPSHOT.jar
02:44:07 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.2.0-SNAPSHOT-sources.jar
02:44:08 [INFO] 
02:44:08 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:08 [INFO] 
02:44:08 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.eclipse.finder.test ---
02:44:08 [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
02:44:08 [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
02:44:08 [INFO] Command line:
02:44:08 	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/surefire.properties, -testApplication, org.eclipse.ui.ide.workbench, -product, org.eclipse.platform.ide, -nouithread]
02:44:10 Launching application org.eclipse.ui.ide.workbench...
02:44:12 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
02:44:12 SLF4J: Defaulting to no-operation (NOP) logger implementation
02:44:12 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
02:44:13 Running org.eclipse.swtbot.eclipse.finder.AllTests
02:46:40 Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 146.409 s - in org.eclipse.swtbot.eclipse.finder.AllTests
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.viewMenuDropDown  Time elapsed: 1.608 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.viewActionDelegateWithId  Time elapsed: 1.436 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.toolbarToogleButton  Time elapsed: 1.37 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.viewBotWidgetScope  Time elapsed: 1.254 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.toolbarButtonNotFound  Time elapsed: 1.29 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.menusAddedProgramatically  Time elapsed: 1.416 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.toolbarPushButton  Time elapsed: 1.308 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.notFindingViewThrowsException  Time elapsed: 5.139 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.openView  Time elapsed: 1.26 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.menusExtensionsCommandWithoutParameters  Time elapsed: 1.308 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.toolbarDropDownButton  Time elapsed: 1.279 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.menusExtensionsParameterizedCommand  Time elapsed: 1.31 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.findsView  Time elapsed: 0.244 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.breakpointsViewMenuWorkingSets  Time elapsed: 0.593 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.toolbarRadioButton  Time elapsed: 1.28 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.closesAView  Time elapsed: 0.218 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.getToolbarButtons  Time elapsed: 1.243 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.getsViewTitle  Time elapsed: 0.218 s
02:46:40 org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest.quickFixNotFoundExceptionString  Time elapsed: 0.001 s
02:46:40 org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest.quickFixNotFoundExceptionStringThrowable  Time elapsed: 0 s
02:46:40 org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest.quickFixNotFoundExceptionThrowable  Time elapsed: 0 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.canAutoCompleteProposals  Time elapsed: 11.341 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.getsAutoCompleteProposals  Time elapsed: 8.422 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.contextMenu  Time elapsed: 7.654 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.contextMenuWithSubMenu  Time elapsed: 8.09 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.isActivePartIsFalseForActiveEditor  Time elapsed: 9.988 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.getsStatusMessagesOfEditor  Time elapsed: 7.957 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.isActiveIsTrueForActiveEditor  Time elapsed: 9.86 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canAccessContextMenuSubmenu  Time elapsed: 7.664 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canGetStatusMessageOfView  Time elapsed: 8.33 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canRefreshProject  Time elapsed: 7.582 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canAccessContextMenuCopyQualifiedName  Time elapsed: 7.531 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canAccessContextMenuOnMultipleSelection  Time elapsed: 9.129 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canAccessOpen  Time elapsed: 8.246 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canAccessContextMenuWithSubmenus  Time elapsed: 7.973 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldGetPageCount  Time elapsed: 0.238 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldSaveEditorContents  Time elapsed: 0.304 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.editorShouldBeMarkedDirtyOnChanges  Time elapsed: 0.249 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldGetActivePage  Time elapsed: 0.223 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldGetListOfPageTitles  Time elapsed: 0.22 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldAnswerIsActivePageCorrectly  Time elapsed: 0.203 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldSetActivePage  Time elapsed: 0.215 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest.canFindControlContributionWithTooltip  Time elapsed: 0.129 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest.canFindControlContributionWithText  Time elapsed: 0.127 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest.canFindControlContributionWithId  Time elapsed: 0.13 s
02:46:40 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipsePreferencesTest.canSelectMultipleRadioInPreferencesWindow  Time elapsed: 0.498 s
02:46:40 
02:46:40 Results:
02:46:40 
02:46:40 Tests run: 46, Failures: 0, Errors: 0, Skipped: 0
02:46:40 
02:46:41 [INFO] All tests passed!
02:46:41 [INFO] 
02:46:41 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.finder.test ---
02:46:41 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.2.0-SNAPSHOT.jar
02:46:41 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.2.0-SNAPSHOT.pom
02:46:41 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.2.0-SNAPSHOT-sources.jar
02:46:41 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.2.0-SNAPSHOT-p2metadata.xml
02:46:41 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.2.0-SNAPSHOT-p2artifacts.xml
02:46:41 [INFO] 
02:46:41 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.finder.test ---
02:46:41 [INFO] 
02:46:41 [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test >----
02:46:41 [INFO] Building org.eclipse.swtbot.e4.finder.test 4.2.0-SNAPSHOT        [48/57]
02:46:41 [INFO]   from org.eclipse.swtbot.e4.finder.test/pom.xml
02:46:41 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:46:41 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:46:41 [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)'
02:46:41 [INFO] 
02:46:41 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [INFO] The project's OSGi version is 4.2.0.202307270640
02:46:41 [INFO] 
02:46:41 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [INFO] 
02:46:41 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [INFO] 
02:46:41 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [INFO] 
02:46:41 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [INFO] Resolving class path of org.eclipse.swtbot.e4.finder.test...
02:46:41 [INFO] 
02:46:41 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [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.*
02:46:41 [INFO] 
02:46:41 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:46:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/src/main/resources
02:46:41 [INFO] 
02:46:41 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/classes
02:46:41 [INFO] 
02:46:41 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [INFO] 
02:46:41 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:46:41 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/src/test/resources
02:46:41 [INFO] 
02:46:41 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [INFO] 
02:46:41 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.2.0-SNAPSHOT-sources.jar
02:46:41 [INFO] 
02:46:41 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.2.0-SNAPSHOT.jar
02:46:41 [INFO] 
02:46:41 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [INFO] 
02:46:41 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [INFO] 
02:46:41 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.e4.finder.test ---
02:46:41 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.2.0-SNAPSHOT.jar
02:46:43 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.2.0-SNAPSHOT-sources.jar
02:46:44 [INFO] 
02:46:44 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.e4.finder.test ---
02:46:44 [INFO] 
02:46:44 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.e4.finder.test ---
02:46:44 [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
02:46:44 [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
02:46:44 [INFO] Command line:
02:46:44 	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/surefire.properties, -testApplication, org.eclipse.e4.ui.workbench.swt.E4Application, -product, org.eclipse.swtbot.e4.finder.test.product, -nouithread, -clearPersistedState]
02:46:46 Launching application org.eclipse.e4.ui.workbench.swt.E4Application...
02:46:47 Running org.eclipse.swtbot.e4.finder.test.AllTests
02:46:47 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
02:46:47 SLF4J: Defaulting to no-operation (NOP) logger implementation
02:46:47 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
02:46:53 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.39 s - in org.eclipse.swtbot.e4.finder.test.AllTests
02:46:53 org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest.showsPart  Time elapsed: 0.026 s
02:46:53 org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest.closePart  Time elapsed: 5.01 s
02:46:53 org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest.findsPart  Time elapsed: 0 s
02:46:53 org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest.getsPartTitle  Time elapsed: 0 s
02:46:53 org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest.openNewlyCreatedPart  Time elapsed: 0.061 s
02:46:53 org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotPerspectiveTest.switchPerspective  Time elapsed: 0.035 s
02:46:53 
02:46:53 Results:
02:46:53 
02:46:53 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
02:46:53 
02:46:53 [INFO] All tests passed!
02:46:53 [INFO] 
02:46:53 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.e4.finder.test ---
02:46:53 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.2.0-SNAPSHOT.jar
02:46:53 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.2.0-SNAPSHOT.pom
02:46:53 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.2.0-SNAPSHOT-sources.jar
02:46:53 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.2.0-SNAPSHOT-p2metadata.xml
02:46:53 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.2.0-SNAPSHOT-p2artifacts.xml
02:46:53 [INFO] 
02:46:53 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.e4.finder.test ---
02:46:53 [INFO] 
02:46:53 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test >--
02:46:53 [INFO] Building org.eclipse.swtbot.nebula.gallery.finder.test 4.2.0-SNAPSHOT [49/57]
02:46:53 [INFO]   from org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml
02:46:53 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:46:53 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:46:53 [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)'
02:46:53 [INFO] 
02:46:53 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [INFO] The project's OSGi version is 4.2.0.202307270640
02:46:53 [INFO] 
02:46:53 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [INFO] 
02:46:53 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [INFO] 
02:46:53 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [INFO] 
02:46:53 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [INFO] Resolving class path of org.eclipse.swtbot.nebula.gallery.finder.test...
02:46:53 [INFO] 
02:46:53 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [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.*
02:46:53 [INFO] 
02:46:53 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:46:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/src/main/resources
02:46:53 [INFO] 
02:46:53 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/classes
02:46:53 [INFO] 
02:46:53 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [INFO] 
02:46:53 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:46:53 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/src/test/resources
02:46:53 [INFO] 
02:46:53 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [INFO] 
02:46:53 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.2.0-SNAPSHOT-sources.jar
02:46:53 [INFO] 
02:46:53 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.2.0-SNAPSHOT.jar
02:46:53 [INFO] 
02:46:53 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [INFO] 
02:46:53 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [INFO] 
02:46:53 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:53 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.2.0-SNAPSHOT.jar
02:46:55 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.2.0-SNAPSHOT-sources.jar
02:46:56 [INFO] 
02:46:56 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:56 [INFO] 
02:46:56 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:46:56 [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
02:46:56 [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
02:46:56 [INFO] Command line:
02:46:56 	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/surefire.properties, -nouithread]
02:47:00 Running org.eclipse.swtbot.nebula.gallery.finder.test.AllTests
02:47:01 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
02:47:01 SLF4J: Defaulting to no-operation (NOP) logger implementation
02:47:01 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
02:47:01 
02:47:01 (SWT:2133): Gtk-CRITICAL **: 06:47:01.241: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:01 
02:47:01 (SWT:2133): Gtk-CRITICAL **: 06:47:01.427: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:01 
02:47:01 (SWT:2133): Gtk-CRITICAL **: 06:47:01.466: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:01 
02:47:01 (SWT:2133): Gtk-CRITICAL **: 06:47:01.531: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:01 
02:47:01 (SWT:2133): Gtk-CRITICAL **: 06:47:01.571: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:01 
02:47:01 (SWT:2133): Gtk-CRITICAL **: 06:47:01.637: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:01 
02:47:01 (SWT:2133): Gtk-CRITICAL **: 06:47:01.696: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:01 
02:47:01 (SWT:2133): Gtk-CRITICAL **: 06:47:01.758: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:01 
02:47:01 (SWT:2133): Gtk-CRITICAL **: 06:47:01.826: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:01 
02:47:01 (SWT:2133): Gtk-CRITICAL **: 06:47:01.857: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:01 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.901 s - in org.eclipse.swtbot.nebula.gallery.finder.test.AllTests
02:47:01 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testSelectByText  Time elapsed: 0.216 s
02:47:01 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testCount  Time elapsed: 0.07 s
02:47:01 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testGetGalleryItemByText  Time elapsed: 0.039 s
02:47:01 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testSelectUnselect  Time elapsed: 0.07 s
02:47:01 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testGetGalleryItemByIndex  Time elapsed: 0.034 s
02:47:01 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testMultipleSelectByText  Time elapsed: 0.081 s
02:47:01 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest.testGetItemByIndex  Time elapsed: 0.066 s
02:47:01 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest.testSelectByText  Time elapsed: 0.043 s
02:47:01 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest.testGetItemByText  Time elapsed: 0.063 s
02:47:01 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest.testMultipleSelectByText  Time elapsed: 0.035 s
02:47:01 
02:47:01 Results:
02:47:01 
02:47:01 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
02:47:01 
02:47:02 [INFO] All tests passed!
02:47:02 [INFO] 
02:47:02 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:47:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.2.0-SNAPSHOT.jar
02:47:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.2.0-SNAPSHOT.pom
02:47:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.2.0-SNAPSHOT-sources.jar
02:47:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.2.0-SNAPSHOT-p2metadata.xml
02:47:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.2.0-SNAPSHOT-p2artifacts.xml
02:47:02 [INFO] 
02:47:02 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
02:47:02 [INFO] 
02:47:02 [INFO] ---< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test >----
02:47:02 [INFO] Building org.eclipse.swtbot.swt.finder.test 4.2.0-SNAPSHOT       [50/57]
02:47:02 [INFO]   from org.eclipse.swtbot.swt.finder.test/pom.xml
02:47:02 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
02:47:02 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
02:47:02 [INFO] 
02:47:02 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test ---
02:47:02 [INFO] The project's OSGi version is 4.2.0.202307270640
02:47:02 [INFO] 
02:47:02 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test ---
02:47:02 [INFO] 
02:47:02 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder.test ---
02:47:02 [INFO] 
02:47:02 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test ---
02:47:02 [INFO] 
02:47:02 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.swt.finder.test ---
02:47:02 [INFO] Resolving class path of org.eclipse.swtbot.swt.finder.test...
02:47:02 [INFO] 
02:47:02 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.finder.test ---
02:47:02 [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.*
02:47:02 [INFO] 
02:47:02 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder.test ---
02:47:02 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:47:02 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/src/main/resources
02:47:02 [INFO] 
02:47:02 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.swt.finder.test ---
02:47:02 [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/classes
02:47:03 [INFO] 
02:47:03 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.swt.finder.test ---
02:47:03 [INFO] 
02:47:03 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder.test ---
02:47:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
02:47:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/src/test/resources
02:47:03 [INFO] 
02:47:03 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.swt.finder.test ---
02:47:03 [INFO] 
02:47:03 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder.test ---
02:47:03 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.2.0-SNAPSHOT-sources.jar
02:47:03 [INFO] 
02:47:03 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder.test ---
02:47:03 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.2.0-SNAPSHOT.jar
02:47:03 [INFO] 
02:47:03 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test ---
02:47:03 [INFO] 
02:47:03 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.swt.finder.test ---
02:47:03 [INFO] 
02:47:03 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.finder.test ---
02:47:03 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.2.0-SNAPSHOT.jar
02:47:04 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.2.0-SNAPSHOT-sources.jar
02:47:05 [INFO] 
02:47:05 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder.test ---
02:47:05 [INFO] 
02:47:05 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.swt.finder.test ---
02:47:05 [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
02:47:05 [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
02:47:05 [INFO] Command line:
02:47:05 	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Xms64m, -Xmx1024m, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/surefire.properties]
02:47:07 Running org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test
02:47:07 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
02:47:07 SLF4J: Defaulting to no-operation (NOP) logger implementation
02:47:07 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
02:47:08 
02:47:08 (SWT:2219): Gdk-CRITICAL **: 06:47:08.305: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:08 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.046 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test
02:47:08 org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test.getsControlPath  Time elapsed: 0.583 s
02:47:08 org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test.findsAllTabItem  Time elapsed: 0.316 s
02:47:08 Running org.eclipse.swtbot.swt.finder.finders.MenuFinderTest
02:47:08 
02:47:08 (SWT:2219): Gdk-CRITICAL **: 06:47:08.653: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:08 
02:47:08 (SWT:2219): Gdk-CRITICAL **: 06:47:08.746: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:08 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.172 s - in org.eclipse.swtbot.swt.finder.finders.MenuFinderTest
02:47:08 org.eclipse.swtbot.swt.finder.finders.MenuFinderTest.findsAllVisibleMenus  Time elapsed: 0.093 s
02:47:08 org.eclipse.swtbot.swt.finder.finders.MenuFinderTest.clicksMenuItem  Time elapsed: 0.076 s
02:47:08 Running org.eclipse.swtbot.swt.finder.finders.ControlFinderTest
02:47:08 
02:47:08 (SWT:2219): Gdk-CRITICAL **: 06:47:08.833: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:09 
02:47:09 (SWT:2219): Gtk-WARNING **: 06:47:09.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:09 
02:47:09 (SWT:2219): Gtk-WARNING **: 06:47:09.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:09 
02:47:09 (SWT:2219): Gtk-WARNING **: 06:47:09.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:09 
02:47:09 (SWT:2219): Gtk-WARNING **: 06:47:09.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:09 
02:47:09 (SWT:2219): Gtk-WARNING **: 06:47:09.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:09 
02:47:09 (SWT:2219): Gtk-WARNING **: 06:47:09.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:09 
02:47:09 (SWT:2219): Gtk-WARNING **: 06:47:09.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:10 
02:47:10 (SWT:2219): Gdk-CRITICAL **: 06:47:10.279: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:10 
02:47:10 (SWT:2219): Gtk-WARNING **: 06:47:10.504: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:10 
02:47:10 (SWT:2219): Gtk-WARNING **: 06:47:10.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:10 
02:47:10 (SWT:2219): Gtk-WARNING **: 06:47:10.512: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:10 
02:47:10 (SWT:2219): Gtk-WARNING **: 06:47:10.512: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:10 
02:47:10 (SWT:2219): Gtk-WARNING **: 06:47:10.512: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:10 
02:47:10 (SWT:2219): Gtk-WARNING **: 06:47:10.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:10 
02:47:10 (SWT:2219): Gtk-WARNING **: 06:47:10.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:11 
02:47:11 (SWT:2219): Gdk-CRITICAL **: 06:47:11.642: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:11 
02:47:11 (SWT:2219): Gtk-WARNING **: 06:47:11.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:11 
02:47:11 (SWT:2219): Gtk-WARNING **: 06:47:11.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:11 
02:47:11 (SWT:2219): Gtk-WARNING **: 06:47:11.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:11 
02:47:11 (SWT:2219): Gtk-WARNING **: 06:47:11.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:11 
02:47:11 (SWT:2219): Gtk-WARNING **: 06:47:11.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:11 
02:47:11 (SWT:2219): Gtk-WARNING **: 06:47:11.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:11 
02:47:11 (SWT:2219): Gtk-WARNING **: 06:47:11.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:12 
02:47:12 (SWT:2219): Gdk-CRITICAL **: 06:47:12.972: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:13 
02:47:13 (SWT:2219): Gtk-WARNING **: 06:47:13.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:13 
02:47:13 (SWT:2219): Gtk-WARNING **: 06:47:13.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:13 
02:47:13 (SWT:2219): Gtk-WARNING **: 06:47:13.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:13 
02:47:13 (SWT:2219): Gtk-WARNING **: 06:47:13.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:13 
02:47:13 (SWT:2219): Gtk-WARNING **: 06:47:13.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:13 
02:47:13 (SWT:2219): Gtk-WARNING **: 06:47:13.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:13 
02:47:13 (SWT:2219): Gtk-WARNING **: 06:47:13.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:14 
02:47:14 (SWT:2219): Gtk-CRITICAL **: 06:47:14.135: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:14 
02:47:14 (SWT:2219): Gtk-CRITICAL **: 06:47:14.140: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:14 
02:47:14 (SWT:2219): Gdk-CRITICAL **: 06:47:14.407: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:14 
02:47:14 (SWT:2219): Gtk-WARNING **: 06:47:14.650: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:14 
02:47:14 (SWT:2219): Gtk-WARNING **: 06:47:14.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:14 
02:47:14 (SWT:2219): Gtk-WARNING **: 06:47:14.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:14 
02:47:14 (SWT:2219): Gtk-WARNING **: 06:47:14.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:14 
02:47:14 (SWT:2219): Gtk-WARNING **: 06:47:14.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:14 
02:47:14 (SWT:2219): Gtk-WARNING **: 06:47:14.658: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:14 
02:47:14 (SWT:2219): Gtk-WARNING **: 06:47:14.658: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:15 
02:47:15 (SWT:2219): Gdk-CRITICAL **: 06:47:15.930: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:16 
02:47:16 (SWT:2219): Gtk-WARNING **: 06:47:16.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:16 
02:47:16 (SWT:2219): Gtk-WARNING **: 06:47:16.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:16 
02:47:16 (SWT:2219): Gtk-WARNING **: 06:47:16.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:16 
02:47:16 (SWT:2219): Gtk-WARNING **: 06:47:16.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:16 
02:47:16 (SWT:2219): Gtk-WARNING **: 06:47:16.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:16 
02:47:16 (SWT:2219): Gtk-WARNING **: 06:47:16.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:16 
02:47:16 (SWT:2219): Gtk-WARNING **: 06:47:16.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:17 
02:47:17 (SWT:2219): Gdk-CRITICAL **: 06:47:17.388: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:17 
02:47:17 (SWT:2219): Gtk-WARNING **: 06:47:17.633: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:17 
02:47:17 (SWT:2219): Gtk-WARNING **: 06:47:17.637: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:17 
02:47:17 (SWT:2219): Gtk-WARNING **: 06:47:17.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:17 
02:47:17 (SWT:2219): Gtk-WARNING **: 06:47:17.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:17 
02:47:17 (SWT:2219): Gtk-WARNING **: 06:47:17.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:17 
02:47:17 (SWT:2219): Gtk-WARNING **: 06:47:17.640: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:17 
02:47:17 (SWT:2219): Gtk-WARNING **: 06:47:17.640: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:18 
02:47:18 (SWT:2219): Gdk-CRITICAL **: 06:47:18.838: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:19 
02:47:19 (SWT:2219): Gtk-WARNING **: 06:47:19.082: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:19 
02:47:19 (SWT:2219): Gtk-WARNING **: 06:47:19.086: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:19 
02:47:19 (SWT:2219): Gtk-WARNING **: 06:47:19.088: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:19 
02:47:19 (SWT:2219): Gtk-WARNING **: 06:47:19.088: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:19 
02:47:19 (SWT:2219): Gtk-WARNING **: 06:47:19.088: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:19 
02:47:19 (SWT:2219): Gtk-WARNING **: 06:47:19.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:19 
02:47:19 (SWT:2219): Gtk-WARNING **: 06:47:19.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:20 
02:47:20 (SWT:2219): Gdk-CRITICAL **: 06:47:20.240: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:20 
02:47:20 (SWT:2219): Gtk-WARNING **: 06:47:20.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:20 
02:47:20 (SWT:2219): Gtk-WARNING **: 06:47:20.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:20 
02:47:20 (SWT:2219): Gtk-WARNING **: 06:47:20.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:20 
02:47:20 (SWT:2219): Gtk-WARNING **: 06:47:20.480: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:20 
02:47:20 (SWT:2219): Gtk-WARNING **: 06:47:20.480: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:20 
02:47:20 (SWT:2219): Gtk-WARNING **: 06:47:20.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:20 
02:47:20 (SWT:2219): Gtk-WARNING **: 06:47:20.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:21 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.829 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinderTest
02:47:21 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsATabItem  Time elapsed: 1.446 s
02:47:21 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.getsControlPathToTabItem  Time elapsed: 1.363 s
02:47:21 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.getsControlPath  Time elapsed: 1.33 s
02:47:21 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.getsOnlyVisibleControls  Time elapsed: 1.434 s
02:47:21 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsAGroup  Time elapsed: 1.522 s
02:47:21 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsAShell  Time elapsed: 1.459 s
02:47:21 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsText  Time elapsed: 1.45 s
02:47:21 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsAllTabItem  Time elapsed: 1.402 s
02:47:21 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsTwoButtons  Time elapsed: 1.42 s
02:47:21 Running org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest
02:47:21 
02:47:21 (SWT:2219): Gdk-CRITICAL **: 06:47:21.674: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:21 
02:47:21 (SWT:2219): Gtk-WARNING **: 06:47:21.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:21 
02:47:21 (SWT:2219): Gtk-WARNING **: 06:47:21.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:21 
02:47:21 (SWT:2219): Gtk-WARNING **: 06:47:21.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:21 
02:47:21 (SWT:2219): Gtk-WARNING **: 06:47:21.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:21 
02:47:21 (SWT:2219): Gtk-WARNING **: 06:47:21.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:21 
02:47:21 (SWT:2219): Gtk-WARNING **: 06:47:21.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:21 
02:47:21 (SWT:2219): Gtk-WARNING **: 06:47:21.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:23 
02:47:23 (SWT:2219): Gdk-CRITICAL **: 06:47:23.061: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:23 
02:47:23 (SWT:2219): Gtk-WARNING **: 06:47:23.293: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:23 
02:47:23 (SWT:2219): Gtk-WARNING **: 06:47:23.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:23 
02:47:23 (SWT:2219): Gtk-WARNING **: 06:47:23.299: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:23 
02:47:23 (SWT:2219): Gtk-WARNING **: 06:47:23.299: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:23 
02:47:23 (SWT:2219): Gtk-WARNING **: 06:47:23.299: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:23 
02:47:23 (SWT:2219): Gtk-WARNING **: 06:47:23.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:23 
02:47:23 (SWT:2219): Gtk-WARNING **: 06:47:23.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:24 
02:47:24 (SWT:2219): Gdk-CRITICAL **: 06:47:24.467: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:24 
02:47:24 (SWT:2219): Gtk-WARNING **: 06:47:24.706: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:24 
02:47:24 (SWT:2219): Gtk-WARNING **: 06:47:24.709: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:24 
02:47:24 (SWT:2219): Gtk-WARNING **: 06:47:24.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:24 
02:47:24 (SWT:2219): Gtk-WARNING **: 06:47:24.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:24 
02:47:24 (SWT:2219): Gtk-WARNING **: 06:47:24.712: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:24 
02:47:24 (SWT:2219): Gtk-WARNING **: 06:47:24.713: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:24 
02:47:24 (SWT:2219): Gtk-WARNING **: 06:47:24.713: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:25 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.191 s - in org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest
02:47:25 org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest.generatesStringFromPath  Time elapsed: 1.378 s
02:47:25 org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest.getsPathFromInvalidString  Time elapsed: 1.413 s
02:47:25 org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest.getsPathFromString  Time elapsed: 1.398 s
02:47:25 Running org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest
02:47:25 
02:47:25 (SWT:2219): Gdk-CRITICAL **: 06:47:25.874: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:26 
02:47:26 (SWT:2219): Gtk-WARNING **: 06:47:26.106: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:26 
02:47:26 (SWT:2219): Gtk-WARNING **: 06:47:26.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:26 
02:47:26 (SWT:2219): Gtk-WARNING **: 06:47:26.111: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:26 
02:47:26 (SWT:2219): Gtk-WARNING **: 06:47:26.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:26 
02:47:26 (SWT:2219): Gtk-WARNING **: 06:47:26.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:26 
02:47:26 (SWT:2219): Gtk-WARNING **: 06:47:26.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:26 
02:47:26 (SWT:2219): Gtk-WARNING **: 06:47:26.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:27 
02:47:27 (SWT:2219): Gdk-CRITICAL **: 06:47:27.246: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:27 
02:47:27 (SWT:2219): Gtk-WARNING **: 06:47:27.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:27 
02:47:27 (SWT:2219): Gtk-WARNING **: 06:47:27.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:27 
02:47:27 (SWT:2219): Gtk-WARNING **: 06:47:27.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:27 
02:47:27 (SWT:2219): Gtk-WARNING **: 06:47:27.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:27 
02:47:27 (SWT:2219): Gtk-WARNING **: 06:47:27.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:27 
02:47:27 (SWT:2219): Gtk-WARNING **: 06:47:27.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:27 
02:47:27 (SWT:2219): Gtk-WARNING **: 06:47:27.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:28 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.752 s - in org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest
02:47:28 org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest.childrenControlFinder1  Time elapsed: 1.371 s
02:47:28 org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest.childrenControlFinder2  Time elapsed: 1.379 s
02:47:28 Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest
02:47:28 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest
02:47:28 org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest.shouldBeAbleToParseUserProvidedKeyboardLayout  Time elapsed: 0.019 s
02:47:28 org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest.shouldBeAbleToParseUserProvidedKeyboardLayoutViaPreference  Time elapsed: 0.001 s
02:47:28 Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest
02:47:28 
02:47:28 (SWT:2219): Gdk-CRITICAL **: 06:47:28.664: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:28 
02:47:28 (SWT:2219): Gdk-CRITICAL **: 06:47:28.738: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:28 
02:47:28 (SWT:2219): Gdk-CRITICAL **: 06:47:28.788: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:28 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.177 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest
02:47:28 org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest.createsKeyboardForAWTKeyboardStrategy  Time elapsed: 0.074 s
02:47:28 org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest.createsKeyboardForMockKeyboardStrategy  Time elapsed: 0.05 s
02:47:28 org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest.createsKeyboardForSWTKeyboardStrategy  Time elapsed: 0.051 s
02:47:28 Running org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest
02:47:28 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest
02:47:28 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeystrokesForModificationKeyWithShiftAndCapitalCharacter  Time elapsed: 0 s
02:47:28 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeyStrokeForCapitalCharacters  Time elapsed: 0.001 s
02:47:28 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeyStrokeForSmallCharacters  Time elapsed: 0 s
02:47:28 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeystrokesForModificationKeys  Time elapsed: 0 s
02:47:28 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeystrokesForModificationKey  Time elapsed: 0 s
02:47:28 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeystrokesForModificationKeyWithShiftAndSmallCharacter  Time elapsed: 0 s
02:47:28 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeyStrokeForSpecialCharacters  Time elapsed: 0.002 s
02:47:28 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeystrokesForModificationKeyForCapitalCharacter  Time elapsed: 0 s
02:47:28 Running org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest
02:47:28 Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest
02:47:28 org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest skipped
02:47:28 Running org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest
02:47:28 Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest
02:47:28 org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest skipped
02:47:28 Running org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest
02:47:28 
02:47:28 (SWT:2219): Gdk-CRITICAL **: 06:47:28.875: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:29 
02:47:29 (SWT:2219): Gtk-WARNING **: 06:47:29.156: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:29 
02:47:29 (SWT:2219): Gtk-WARNING **: 06:47:29.159: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:29 
02:47:29 (SWT:2219): Gtk-WARNING **: 06:47:29.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:29 
02:47:29 (SWT:2219): Gtk-WARNING **: 06:47:29.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:29 
02:47:29 (SWT:2219): Gtk-WARNING **: 06:47:29.161: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:29 
02:47:29 (SWT:2219): Gtk-WARNING **: 06:47:29.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:29 
02:47:29 (SWT:2219): Gtk-WARNING **: 06:47:29.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.413 s - in org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest
02:47:30 org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest.getsToString  Time elapsed: 1.412 s
02:47:30 Running org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest
02:47:30 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest
02:47:30 org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.getsToString  Time elapsed: 0.002 s
02:47:30 org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.matchTooltipIgnoreCase  Time elapsed: 0 s
02:47:30 org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.matchTooltip  Time elapsed: 0 s
02:47:30 org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.doesNotMatchObjectsWithNullGetTooltip  Time elapsed: 0.001 s
02:47:30 org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.doesNotMatchTooltip  Time elapsed: 0 s
02:47:30 org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.doesNotMatchObjectsWithNoGetTooltipMethod  Time elapsed: 0 s
02:47:30 Running org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest
02:47:30 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest
02:47:30 org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest.matchMessage  Time elapsed: 0.001 s
02:47:30 org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest.doesNotMatchObjectsWithNullGetMessage  Time elapsed: 0 s
02:47:30 org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest.doesNotMatchMessage  Time elapsed: 0 s
02:47:30 org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest.getsToString  Time elapsed: 0.001 s
02:47:30 org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest.doesNotMatchObjectsWithNoGetMessageMethod  Time elapsed: 0 s
02:47:30 Running org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest
02:47:30 
02:47:30 (SWT:2219): Gdk-CRITICAL **: 06:47:30.309: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:30 
02:47:30 (SWT:2219): Gdk-CRITICAL **: 06:47:30.462: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:30 
02:47:30 (SWT:2219): Gdk-CRITICAL **: 06:47:30.601: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:30 
02:47:30 (SWT:2219): Gdk-CRITICAL **: 06:47:30.745: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:30 
02:47:30 (SWT:2219): Gdk-CRITICAL **: 06:47:30.876: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:31 
02:47:31 (SWT:2219): Gdk-CRITICAL **: 06:47:31.009: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:31 
02:47:31 (SWT:2219): Gdk-CRITICAL **: 06:47:31.153: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:31 
02:47:31 (SWT:2219): Gdk-CRITICAL **: 06:47:31.298: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:31 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.122 s - in org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest
02:47:31 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithTooltip  Time elapsed: 0.152 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithTextIgnoringCase  Time elapsed: 0.139 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithTooltipIgnoringCase  Time elapsed: 0.143 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithText  Time elapsed: 0.13 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsInGroup  Time elapsed: 0.133 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.findsControlsById  Time elapsed: 0.144 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithLabel  Time elapsed: 0.145 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithRegex  Time elapsed: 0.132 s
02:47:31 Running org.eclipse.swtbot.swt.finder.matchers.WithItemTest
02:47:31 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.WithItemTest
02:47:31 org.eclipse.swtbot.swt.finder.matchers.WithItemTest.testDescription  Time elapsed: 0.001 s
02:47:31 Running org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest
02:47:31 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest
02:47:31 org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest.matchesRegex  Time elapsed: 0.001 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest.doesNotMatchRegex  Time elapsed: 0 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest.getsToString  Time elapsed: 0 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest.doesNotMatchNullText  Time elapsed: 0.001 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest.cannotNotMatchText  Time elapsed: 0 s
02:47:31 Running org.eclipse.swtbot.swt.finder.matchers.AllOfTest
02:47:31 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.AllOfTest
02:47:31 org.eclipse.swtbot.swt.finder.matchers.AllOfTest.testShouldAnswerTrueIfAllMatcherMatches  Time elapsed: 0 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.AllOfTest.testShouldAnswerFalseIfAnyMatchersDoesNotMatch  Time elapsed: 0 s
02:47:31 Running org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest
02:47:31 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest
02:47:31 org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest.matchesMenuWithoutAccesor  Time elapsed: 0 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest.matchesMenuWithMnemonic  Time elapsed: 0 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest.matchesWithoutMnemonic  Time elapsed: 0 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest.matchesMnemonic  Time elapsed: 0 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest.matchesMenuWithoutMnemonic  Time elapsed: 0 s
02:47:31 Running org.eclipse.swtbot.swt.finder.matchers.AnyOfTest
02:47:31 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.AnyOfTest
02:47:31 org.eclipse.swtbot.swt.finder.matchers.AnyOfTest.testShouldAnswerTrueIfAnyMatcherMatches  Time elapsed: 0.001 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.AnyOfTest.testShouldAnswerFalseIfNoMatchersMatche  Time elapsed: 0 s
02:47:31 Running org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest
02:47:31 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest
02:47:31 org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.doesNotMatchText  Time elapsed: 0 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.doesNotMatchObjectsWithNullGetText  Time elapsed: 0 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.getsToString  Time elapsed: 0 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.matchText  Time elapsed: 0 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.doesNotMatchObjectsWithNoGetTextMethod  Time elapsed: 0 s
02:47:31 org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.matchTextIgnoreCase  Time elapsed: 0 s
02:47:31 Running org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest
02:47:31 
02:47:31 (SWT:2219): Gdk-CRITICAL **: 06:47:31.468: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.590: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.591: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.601: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.603: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.629: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.629: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.655: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.656: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.693: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.693: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.699: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.699: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.704: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.704: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.725: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.725: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.738: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 
02:47:31 (SWT:2219): Gtk-CRITICAL **: 06:47:31.738: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:47:31 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.29 s - in org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest
02:47:31 org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest.dragsAndDropsFromTreeToTree  Time elapsed: 0.289 s
02:47:31 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest
02:47:31 
02:47:31 (SWT:2219): Gdk-CRITICAL **: 06:47:31.763: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:32 
02:47:32 (SWT:2219): Gtk-WARNING **: 06:47:31.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:32 
02:47:32 (SWT:2219): Gtk-WARNING **: 06:47:32.003: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:32 
02:47:32 (SWT:2219): Gtk-WARNING **: 06:47:32.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:32 
02:47:32 (SWT:2219): Gtk-WARNING **: 06:47:32.005: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:32 
02:47:32 (SWT:2219): Gtk-WARNING **: 06:47:32.005: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:32 
02:47:32 (SWT:2219): Gtk-WARNING **: 06:47:32.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:32 
02:47:32 (SWT:2219): Gtk-WARNING **: 06:47:32.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:33 
02:47:33 (SWT:2219): Gdk-CRITICAL **: 06:47:33.195: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:33 
02:47:33 (SWT:2219): Gtk-WARNING **: 06:47:33.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:33 
02:47:33 (SWT:2219): Gtk-WARNING **: 06:47:33.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:33 
02:47:33 (SWT:2219): Gtk-WARNING **: 06:47:33.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:33 
02:47:33 (SWT:2219): Gtk-WARNING **: 06:47:33.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:33 
02:47:33 (SWT:2219): Gtk-WARNING **: 06:47:33.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:33 
02:47:33 (SWT:2219): Gtk-WARNING **: 06:47:33.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:33 
02:47:33 (SWT:2219): Gtk-WARNING **: 06:47:33.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:34 
02:47:34 (SWT:2219): Gdk-CRITICAL **: 06:47:34.665: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:34 
02:47:34 (SWT:2219): Gtk-WARNING **: 06:47:34.916: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:34 
02:47:34 (SWT:2219): Gtk-WARNING **: 06:47:34.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:34 
02:47:34 (SWT:2219): Gtk-WARNING **: 06:47:34.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:34 
02:47:34 (SWT:2219): Gtk-WARNING **: 06:47:34.922: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:34 
02:47:34 (SWT:2219): Gtk-WARNING **: 06:47:34.922: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:34 
02:47:34 (SWT:2219): Gtk-WARNING **: 06:47:34.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:34 
02:47:34 (SWT:2219): Gtk-WARNING **: 06:47:34.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:36 
02:47:36 (SWT:2219): Gdk-CRITICAL **: 06:47:36.175: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:36 
02:47:36 (SWT:2219): Gtk-WARNING **: 06:47:36.420: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:36 
02:47:36 (SWT:2219): Gtk-WARNING **: 06:47:36.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:36 
02:47:36 (SWT:2219): Gtk-WARNING **: 06:47:36.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:36 
02:47:36 (SWT:2219): Gtk-WARNING **: 06:47:36.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:36 
02:47:36 (SWT:2219): Gtk-WARNING **: 06:47:36.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:36 
02:47:36 (SWT:2219): Gtk-WARNING **: 06:47:36.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:36 
02:47:36 (SWT:2219): Gtk-WARNING **: 06:47:36.427: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:37 
02:47:37 (SWT:2219): Gdk-CRITICAL **: 06:47:37.629: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:37 
02:47:37 (SWT:2219): Gtk-WARNING **: 06:47:37.870: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:37 
02:47:37 (SWT:2219): Gtk-WARNING **: 06:47:37.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:37 
02:47:37 (SWT:2219): Gtk-WARNING **: 06:47:37.875: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:37 
02:47:37 (SWT:2219): Gtk-WARNING **: 06:47:37.875: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:37 
02:47:37 (SWT:2219): Gtk-WARNING **: 06:47:37.875: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:37 
02:47:37 (SWT:2219): Gtk-WARNING **: 06:47:37.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:37 
02:47:37 (SWT:2219): Gtk-WARNING **: 06:47:37.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:39 
02:47:39 (SWT:2219): Gdk-CRITICAL **: 06:47:39.093: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:39 
02:47:39 (SWT:2219): Gtk-WARNING **: 06:47:39.336: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:39 
02:47:39 (SWT:2219): Gtk-WARNING **: 06:47:39.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:39 
02:47:39 (SWT:2219): Gtk-WARNING **: 06:47:39.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:39 
02:47:39 (SWT:2219): Gtk-WARNING **: 06:47:39.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:39 
02:47:39 (SWT:2219): Gtk-WARNING **: 06:47:39.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:39 
02:47:39 (SWT:2219): Gtk-WARNING **: 06:47:39.342: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:39 
02:47:39 (SWT:2219): Gtk-WARNING **: 06:47:39.342: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:40 
02:47:40 (SWT:2219): Gtk-WARNING **: 06:47:40.356: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
02:47:40 
02:47:40 (SWT:2219): Gtk-WARNING **: 06:47:40.360: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
02:47:40 
02:47:40 (SWT:2219): Gtk-WARNING **: 06:47:40.361: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
02:47:40 
02:47:40 (SWT:2219): Gtk-WARNING **: 06:47:40.362: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
02:47:40 
02:47:40 (SWT:2219): Gtk-WARNING **: 06:47:40.362: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
02:47:40 
02:47:40 (SWT:2219): Gtk-WARNING **: 06:47:40.363: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
02:47:40 
02:47:40 (SWT:2219): Gtk-WARNING **: 06:47:40.363: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
02:47:40 
02:47:40 (SWT:2219): Gdk-CRITICAL **: 06:47:40.645: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:40 
02:47:40 (SWT:2219): Gtk-WARNING **: 06:47:40.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:40 
02:47:40 (SWT:2219): Gtk-WARNING **: 06:47:40.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:40 
02:47:40 (SWT:2219): Gtk-WARNING **: 06:47:40.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:40 
02:47:40 (SWT:2219): Gtk-WARNING **: 06:47:40.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:40 
02:47:40 (SWT:2219): Gtk-WARNING **: 06:47:40.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:40 
02:47:40 (SWT:2219): Gtk-WARNING **: 06:47:40.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:40 
02:47:40 (SWT:2219): Gtk-WARNING **: 06:47:40.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:47 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.373 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest
02:47:47 org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldGetExpandItemCount  Time elapsed: 1.432 s
02:47:47 org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldCollapseAnItem  Time elapsed: 1.469 s
02:47:47 org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldExpandAnItem  Time elapsed: 1.509 s
02:47:47 org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldGetExpandedAndCollapsedItemCount  Time elapsed: 1.454 s
02:47:47 org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldGetAllExpandBarItems  Time elapsed: 1.464 s
02:47:47 org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldMatchEvents  Time elapsed: 1.552 s
02:47:47 org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldThrowExceptionWhenItemIsNotFound  Time elapsed: 6.489 s
02:47:47 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest
02:47:47 
02:47:47 (SWT:2219): Gdk-CRITICAL **: 06:47:47.141: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:47 
02:47:47 (SWT:2219): Gtk-WARNING **: 06:47:47.390: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:47 
02:47:47 (SWT:2219): Gtk-WARNING **: 06:47:47.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:47 
02:47:47 (SWT:2219): Gtk-WARNING **: 06:47:47.395: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:47 
02:47:47 (SWT:2219): Gtk-WARNING **: 06:47:47.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:47 
02:47:47 (SWT:2219): Gtk-WARNING **: 06:47:47.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:47 
02:47:47 (SWT:2219): Gtk-WARNING **: 06:47:47.397: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:47 
02:47:47 (SWT:2219): Gtk-WARNING **: 06:47:47.397: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:48 
02:47:48 (SWT:2219): Gdk-CRITICAL **: 06:47:48.706: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:48 
02:47:48 (SWT:2219): Gtk-WARNING **: 06:47:48.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:48 
02:47:48 (SWT:2219): Gtk-WARNING **: 06:47:48.972: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:48 
02:47:48 (SWT:2219): Gtk-WARNING **: 06:47:48.973: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:48 
02:47:48 (SWT:2219): Gtk-WARNING **: 06:47:48.974: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:48 
02:47:48 (SWT:2219): Gtk-WARNING **: 06:47:48.974: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:48 
02:47:48 (SWT:2219): Gtk-WARNING **: 06:47:48.975: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:48 
02:47:48 (SWT:2219): Gtk-WARNING **: 06:47:48.975: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:50 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.216 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest
02:47:50 org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest.findsArrowButtons  Time elapsed: 1.565 s
02:47:50 org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest.clicksArrowButton  Time elapsed: 1.65 s
02:47:50 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest
02:47:50 
02:47:50 (SWT:2219): Gdk-CRITICAL **: 06:47:50.361: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:50 
02:47:50 (SWT:2219): Gtk-WARNING **: 06:47:50.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:50 
02:47:50 (SWT:2219): Gtk-WARNING **: 06:47:50.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:50 
02:47:50 (SWT:2219): Gtk-WARNING **: 06:47:50.627: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:50 
02:47:50 (SWT:2219): Gtk-WARNING **: 06:47:50.627: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:50 
02:47:50 (SWT:2219): Gtk-WARNING **: 06:47:50.627: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:50 
02:47:50 (SWT:2219): Gtk-WARNING **: 06:47:50.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:50 
02:47:50 (SWT:2219): Gtk-WARNING **: 06:47:50.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:51 
02:47:51 (SWT:2219): Gdk-CRITICAL **: 06:47:51.927: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:52 
02:47:52 (SWT:2219): Gtk-WARNING **: 06:47:52.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:52 
02:47:52 (SWT:2219): Gtk-WARNING **: 06:47:52.184: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:52 
02:47:52 (SWT:2219): Gtk-WARNING **: 06:47:52.186: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:52 
02:47:52 (SWT:2219): Gtk-WARNING **: 06:47:52.186: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:52 
02:47:52 (SWT:2219): Gtk-WARNING **: 06:47:52.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:52 
02:47:52 (SWT:2219): Gtk-WARNING **: 06:47:52.188: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:52 
02:47:52 (SWT:2219): Gtk-WARNING **: 06:47:52.188: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:53 
02:47:53 (SWT:2219): Gdk-CRITICAL **: 06:47:53.420: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:53 
02:47:53 (SWT:2219): Gtk-WARNING **: 06:47:53.668: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:53 
02:47:53 (SWT:2219): Gtk-WARNING **: 06:47:53.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:53 
02:47:53 (SWT:2219): Gtk-WARNING **: 06:47:53.673: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:53 
02:47:53 (SWT:2219): Gtk-WARNING **: 06:47:53.673: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:53 
02:47:53 (SWT:2219): Gtk-WARNING **: 06:47:53.673: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:53 
02:47:53 (SWT:2219): Gtk-WARNING **: 06:47:53.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:53 
02:47:53 (SWT:2219): Gtk-WARNING **: 06:47:53.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:54 
02:47:54 (SWT:2219): Gdk-CRITICAL **: 06:47:54.922: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:55 
02:47:55 (SWT:2219): Gtk-WARNING **: 06:47:55.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:55 
02:47:55 (SWT:2219): Gtk-WARNING **: 06:47:55.186: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:55 
02:47:55 (SWT:2219): Gtk-WARNING **: 06:47:55.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:55 
02:47:55 (SWT:2219): Gtk-WARNING **: 06:47:55.188: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:55 
02:47:55 (SWT:2219): Gtk-WARNING **: 06:47:55.188: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:55 
02:47:55 (SWT:2219): Gtk-WARNING **: 06:47:55.189: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:55 
02:47:55 (SWT:2219): Gtk-WARNING **: 06:47:55.189: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:56 
02:47:56 (SWT:2219): Gdk-CRITICAL **: 06:47:56.469: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:56 
02:47:56 (SWT:2219): Gtk-WARNING **: 06:47:56.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:56 
02:47:56 (SWT:2219): Gtk-WARNING **: 06:47:56.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:56 
02:47:56 (SWT:2219): Gtk-WARNING **: 06:47:56.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:56 
02:47:56 (SWT:2219): Gtk-WARNING **: 06:47:56.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:56 
02:47:56 (SWT:2219): Gtk-WARNING **: 06:47:56.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:56 
02:47:56 (SWT:2219): Gtk-WARNING **: 06:47:56.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:56 
02:47:56 (SWT:2219): Gtk-WARNING **: 06:47:56.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:57 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.634 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest
02:47:57 org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest.testsInitialValues  Time elapsed: 1.566 s
02:47:57 org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest.findsProgressBarInGroup  Time elapsed: 1.492 s
02:47:57 org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest.testsGetStyle  Time elapsed: 1.503 s
02:47:57 org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest.findsProgressBar  Time elapsed: 1.546 s
02:47:57 org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest.testsProgressPercentage  Time elapsed: 1.526 s
02:47:57 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest
02:47:58 
02:47:58 (SWT:2219): Gdk-CRITICAL **: 06:47:58.000: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:58 
02:47:58 (SWT:2219): Gtk-WARNING **: 06:47:58.267: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:58 
02:47:58 (SWT:2219): Gtk-WARNING **: 06:47:58.270: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:58 
02:47:58 (SWT:2219): Gtk-WARNING **: 06:47:58.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:58 
02:47:58 (SWT:2219): Gtk-WARNING **: 06:47:58.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:58 
02:47:58 (SWT:2219): Gtk-WARNING **: 06:47:58.272: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:58 
02:47:58 (SWT:2219): Gtk-WARNING **: 06:47:58.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:58 
02:47:58 (SWT:2219): Gtk-WARNING **: 06:47:58.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:59 
02:47:59 (SWT:2219): Gdk-CRITICAL **: 06:47:59.507: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:47:59 
02:47:59 (SWT:2219): Gtk-WARNING **: 06:47:59.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:59 
02:47:59 (SWT:2219): Gtk-WARNING **: 06:47:59.773: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:59 
02:47:59 (SWT:2219): Gtk-WARNING **: 06:47:59.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:59 
02:47:59 (SWT:2219): Gtk-WARNING **: 06:47:59.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:59 
02:47:59 (SWT:2219): Gtk-WARNING **: 06:47:59.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:59 
02:47:59 (SWT:2219): Gtk-WARNING **: 06:47:59.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:47:59 
02:47:59 (SWT:2219): Gtk-WARNING **: 06:47:59.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:01 
02:48:01 (SWT:2219): Gdk-CRITICAL **: 06:48:01.024: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:01 
02:48:01 (SWT:2219): Gtk-WARNING **: 06:48:01.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:01 
02:48:01 (SWT:2219): Gtk-WARNING **: 06:48:01.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:01 
02:48:01 (SWT:2219): Gtk-WARNING **: 06:48:01.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:01 
02:48:01 (SWT:2219): Gtk-WARNING **: 06:48:01.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:01 
02:48:01 (SWT:2219): Gtk-WARNING **: 06:48:01.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:01 
02:48:01 (SWT:2219): Gtk-WARNING **: 06:48:01.281: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:01 
02:48:01 (SWT:2219): Gtk-WARNING **: 06:48:01.282: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:02 
02:48:02 (SWT:2219): Gdk-CRITICAL **: 06:48:02.571: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:02 
02:48:02 (SWT:2219): Gtk-WARNING **: 06:48:02.819: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:02 
02:48:02 (SWT:2219): Gtk-WARNING **: 06:48:02.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:02 
02:48:02 (SWT:2219): Gtk-WARNING **: 06:48:02.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:02 
02:48:02 (SWT:2219): Gtk-WARNING **: 06:48:02.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:02 
02:48:02 (SWT:2219): Gtk-WARNING **: 06:48:02.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:02 
02:48:02 (SWT:2219): Gtk-WARNING **: 06:48:02.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:02 
02:48:02 (SWT:2219): Gtk-WARNING **: 06:48:02.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:04 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.061 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest
02:48:04 org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest.findsForegroundColor  Time elapsed: 1.506 s
02:48:04 org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest.findsBackgroundColor  Time elapsed: 1.517 s
02:48:04 org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest.clicksButtons  Time elapsed: 1.547 s
02:48:04 org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest.findsButtons  Time elapsed: 1.488 s
02:48:04 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest
02:48:04 
02:48:04 (SWT:2219): Gdk-CRITICAL **: 06:48:04.066: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:04 
02:48:04 (SWT:2219): Gtk-WARNING **: 06:48:04.322: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:04 
02:48:04 (SWT:2219): Gtk-WARNING **: 06:48:04.326: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:04 
02:48:04 (SWT:2219): Gtk-WARNING **: 06:48:04.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:04 
02:48:04 (SWT:2219): Gtk-WARNING **: 06:48:04.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:04 
02:48:04 (SWT:2219): Gtk-WARNING **: 06:48:04.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:04 
02:48:04 (SWT:2219): Gtk-WARNING **: 06:48:04.329: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:04 
02:48:04 (SWT:2219): Gtk-WARNING **: 06:48:04.329: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:05 
02:48:05 (SWT:2219): Gdk-CRITICAL **: 06:48:05.591: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:05 
02:48:05 (SWT:2219): Gtk-WARNING **: 06:48:05.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:05 
02:48:05 (SWT:2219): Gtk-WARNING **: 06:48:05.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:05 
02:48:05 (SWT:2219): Gtk-WARNING **: 06:48:05.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:05 
02:48:05 (SWT:2219): Gtk-WARNING **: 06:48:05.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:05 
02:48:05 (SWT:2219): Gtk-WARNING **: 06:48:05.853: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:05 
02:48:05 (SWT:2219): Gtk-WARNING **: 06:48:05.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:05 
02:48:05 (SWT:2219): Gtk-WARNING **: 06:48:05.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:07 
02:48:07 (SWT:2219): Gdk-CRITICAL **: 06:48:07.098: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:07 
02:48:07 (SWT:2219): Gtk-WARNING **: 06:48:07.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:07 
02:48:07 (SWT:2219): Gtk-WARNING **: 06:48:07.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:07 
02:48:07 (SWT:2219): Gtk-WARNING **: 06:48:07.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:07 
02:48:07 (SWT:2219): Gtk-WARNING **: 06:48:07.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:07 
02:48:07 (SWT:2219): Gtk-WARNING **: 06:48:07.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:07 
02:48:07 (SWT:2219): Gtk-WARNING **: 06:48:07.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:07 
02:48:07 (SWT:2219): Gtk-WARNING **: 06:48:07.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:08 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.538 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest
02:48:08 org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest.findsAlignment  Time elapsed: 1.524 s
02:48:08 org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest.findsLabel  Time elapsed: 1.508 s
02:48:08 org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest.getsImage  Time elapsed: 1.505 s
02:48:08 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest
02:48:08 
02:48:08 (SWT:2219): Gdk-CRITICAL **: 06:48:08.609: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:08 
02:48:08 (SWT:2219): Gtk-WARNING **: 06:48:08.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:08 
02:48:08 (SWT:2219): Gtk-WARNING **: 06:48:08.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:08 
02:48:08 (SWT:2219): Gtk-WARNING **: 06:48:08.869: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:08 
02:48:08 (SWT:2219): Gtk-WARNING **: 06:48:08.870: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:08 
02:48:08 (SWT:2219): Gtk-WARNING **: 06:48:08.870: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:08 
02:48:08 (SWT:2219): Gtk-WARNING **: 06:48:08.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:08 
02:48:08 (SWT:2219): Gtk-WARNING **: 06:48:08.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:10 
02:48:10 (SWT:2219): Gdk-CRITICAL **: 06:48:10.220: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:10 
02:48:10 (SWT:2219): Gtk-WARNING **: 06:48:10.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:10 
02:48:10 (SWT:2219): Gtk-WARNING **: 06:48:10.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:10 
02:48:10 (SWT:2219): Gtk-WARNING **: 06:48:10.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:10 
02:48:10 (SWT:2219): Gtk-WARNING **: 06:48:10.483: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:10 
02:48:10 (SWT:2219): Gtk-WARNING **: 06:48:10.483: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:10 
02:48:10 (SWT:2219): Gtk-WARNING **: 06:48:10.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:10 
02:48:10 (SWT:2219): Gtk-WARNING **: 06:48:10.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:11 
02:48:11 (SWT:2219): Gdk-CRITICAL **: 06:48:11.870: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:12 
02:48:12 (SWT:2219): Gtk-WARNING **: 06:48:12.129: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:12 
02:48:12 (SWT:2219): Gtk-WARNING **: 06:48:12.132: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:12 
02:48:12 (SWT:2219): Gtk-WARNING **: 06:48:12.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:12 
02:48:12 (SWT:2219): Gtk-WARNING **: 06:48:12.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:12 
02:48:12 (SWT:2219): Gtk-WARNING **: 06:48:12.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:12 
02:48:12 (SWT:2219): Gtk-WARNING **: 06:48:12.136: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:12 
02:48:12 (SWT:2219): Gtk-WARNING **: 06:48:12.136: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:13 
02:48:13 (SWT:2219): Gdk-CRITICAL **: 06:48:13.508: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:13 
02:48:13 (SWT:2219): Gtk-WARNING **: 06:48:13.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:13 
02:48:13 (SWT:2219): Gtk-WARNING **: 06:48:13.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:13 
02:48:13 (SWT:2219): Gtk-WARNING **: 06:48:13.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:13 
02:48:13 (SWT:2219): Gtk-WARNING **: 06:48:13.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:13 
02:48:13 (SWT:2219): Gtk-WARNING **: 06:48:13.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:13 
02:48:13 (SWT:2219): Gtk-WARNING **: 06:48:13.772: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:13 
02:48:13 (SWT:2219): Gtk-WARNING **: 06:48:13.772: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:15 
02:48:15 (SWT:2219): Gdk-CRITICAL **: 06:48:15.120: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:15 
02:48:15 (SWT:2219): Gtk-WARNING **: 06:48:15.384: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:15 
02:48:15 (SWT:2219): Gtk-WARNING **: 06:48:15.388: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:15 
02:48:15 (SWT:2219): Gtk-WARNING **: 06:48:15.389: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:15 
02:48:15 (SWT:2219): Gtk-WARNING **: 06:48:15.390: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:15 
02:48:15 (SWT:2219): Gtk-WARNING **: 06:48:15.390: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:15 
02:48:15 (SWT:2219): Gtk-WARNING **: 06:48:15.391: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:15 
02:48:15 (SWT:2219): Gtk-WARNING **: 06:48:15.391: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:16 
02:48:16 (SWT:2219): Gdk-CRITICAL **: 06:48:16.770: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:17 
02:48:17 (SWT:2219): Gtk-WARNING **: 06:48:17.027: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:17 
02:48:17 (SWT:2219): Gtk-WARNING **: 06:48:17.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:17 
02:48:17 (SWT:2219): Gtk-WARNING **: 06:48:17.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:17 
02:48:17 (SWT:2219): Gtk-WARNING **: 06:48:17.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:17 
02:48:17 (SWT:2219): Gtk-WARNING **: 06:48:17.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:17 
02:48:17 (SWT:2219): Gtk-WARNING **: 06:48:17.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:17 
02:48:17 (SWT:2219): Gtk-WARNING **: 06:48:17.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:18 
02:48:18 (SWT:2219): Gdk-CRITICAL **: 06:48:18.413: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:18 
02:48:18 (SWT:2219): Gtk-WARNING **: 06:48:18.672: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:18 
02:48:18 (SWT:2219): Gtk-WARNING **: 06:48:18.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:18 
02:48:18 (SWT:2219): Gtk-WARNING **: 06:48:18.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:18 
02:48:18 (SWT:2219): Gtk-WARNING **: 06:48:18.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:18 
02:48:18 (SWT:2219): Gtk-WARNING **: 06:48:18.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:18 
02:48:18 (SWT:2219): Gtk-WARNING **: 06:48:18.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:18 
02:48:18 (SWT:2219): Gtk-WARNING **: 06:48:18.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:20 
02:48:20 (SWT:2219): Gdk-CRITICAL **: 06:48:20.090: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:20 
02:48:20 (SWT:2219): Gtk-WARNING **: 06:48:20.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:20 
02:48:20 (SWT:2219): Gtk-WARNING **: 06:48:20.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:20 
02:48:20 (SWT:2219): Gtk-WARNING **: 06:48:20.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:20 
02:48:20 (SWT:2219): Gtk-WARNING **: 06:48:20.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:20 
02:48:20 (SWT:2219): Gtk-WARNING **: 06:48:20.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:20 
02:48:20 (SWT:2219): Gtk-WARNING **: 06:48:20.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:20 
02:48:20 (SWT:2219): Gtk-WARNING **: 06:48:20.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:21 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.13 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest
02:48:21 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.selectsRadioButton  Time elapsed: 1.61 s
02:48:21 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.findsToolBarButtonWithIndex  Time elapsed: 1.648 s
02:48:21 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.clicksRadioButton  Time elapsed: 1.639 s
02:48:21 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.togglesRadioButton  Time elapsed: 1.612 s
02:48:21 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.togglingRadioButtonDeselectsOtherConditionally  Time elapsed: 1.649 s
02:48:21 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.clickingRadioButtonDeselectsOther  Time elapsed: 1.643 s
02:48:21 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.deselectsRadioButton  Time elapsed: 1.676 s
02:48:21 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.clicksRadioButtonWithModifier  Time elapsed: 1.648 s
02:48:21 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest
02:48:21 
02:48:21 (SWT:2219): Gdk-CRITICAL **: 06:48:21.754: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:22 
02:48:22 (SWT:2219): Gtk-WARNING **: 06:48:22.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:22 
02:48:22 (SWT:2219): Gtk-WARNING **: 06:48:22.019: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:22 
02:48:22 (SWT:2219): Gtk-WARNING **: 06:48:22.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:22 
02:48:22 (SWT:2219): Gtk-WARNING **: 06:48:22.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:22 
02:48:22 (SWT:2219): Gtk-WARNING **: 06:48:22.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:22 
02:48:22 (SWT:2219): Gtk-WARNING **: 06:48:22.022: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:22 
02:48:22 (SWT:2219): Gtk-WARNING **: 06:48:22.022: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:23 
02:48:23 (SWT:2219): Gdk-CRITICAL **: 06:48:23.485: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:23 
02:48:23 (SWT:2219): Gtk-WARNING **: 06:48:23.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:23 
02:48:23 (SWT:2219): Gtk-WARNING **: 06:48:23.755: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:23 
02:48:23 (SWT:2219): Gtk-WARNING **: 06:48:23.756: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:23 
02:48:23 (SWT:2219): Gtk-WARNING **: 06:48:23.757: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:23 
02:48:23 (SWT:2219): Gtk-WARNING **: 06:48:23.757: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:23 
02:48:23 (SWT:2219): Gtk-WARNING **: 06:48:23.758: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:23 
02:48:23 (SWT:2219): Gtk-WARNING **: 06:48:23.758: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:25 
02:48:25 (SWT:2219): Gdk-CRITICAL **: 06:48:25.164: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:25 
02:48:25 (SWT:2219): Gtk-WARNING **: 06:48:25.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:25 
02:48:25 (SWT:2219): Gtk-WARNING **: 06:48:25.427: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:25 
02:48:25 (SWT:2219): Gtk-WARNING **: 06:48:25.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:25 
02:48:25 (SWT:2219): Gtk-WARNING **: 06:48:25.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:25 
02:48:25 (SWT:2219): Gtk-WARNING **: 06:48:25.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:25 
02:48:25 (SWT:2219): Gtk-WARNING **: 06:48:25.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:25 
02:48:25 (SWT:2219): Gtk-WARNING **: 06:48:25.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:26 
02:48:26 (SWT:2219): Gdk-CRITICAL **: 06:48:26.829: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:27 
02:48:27 (SWT:2219): Gtk-WARNING **: 06:48:27.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:27 
02:48:27 (SWT:2219): Gtk-WARNING **: 06:48:27.095: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:27 
02:48:27 (SWT:2219): Gtk-WARNING **: 06:48:27.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:27 
02:48:27 (SWT:2219): Gtk-WARNING **: 06:48:27.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:27 
02:48:27 (SWT:2219): Gtk-WARNING **: 06:48:27.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:27 
02:48:27 (SWT:2219): Gtk-WARNING **: 06:48:27.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:27 
02:48:27 (SWT:2219): Gtk-WARNING **: 06:48:27.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:28 
02:48:28 (SWT:2219): Gdk-CRITICAL **: 06:48:28.503: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:28 
02:48:28 (SWT:2219): Gtk-WARNING **: 06:48:28.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:28 
02:48:28 (SWT:2219): Gtk-WARNING **: 06:48:28.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:28 
02:48:28 (SWT:2219): Gtk-WARNING **: 06:48:28.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:28 
02:48:28 (SWT:2219): Gtk-WARNING **: 06:48:28.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:28 
02:48:28 (SWT:2219): Gtk-WARNING **: 06:48:28.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:28 
02:48:28 (SWT:2219): Gtk-WARNING **: 06:48:28.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:28 
02:48:28 (SWT:2219): Gtk-WARNING **: 06:48:28.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:30 
02:48:30 (SWT:2219): Gdk-CRITICAL **: 06:48:30.167: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:30 
02:48:30 (SWT:2219): Gtk-WARNING **: 06:48:30.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:30 
02:48:30 (SWT:2219): Gtk-WARNING **: 06:48:30.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:30 
02:48:30 (SWT:2219): Gtk-WARNING **: 06:48:30.436: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:30 
02:48:30 (SWT:2219): Gtk-WARNING **: 06:48:30.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:30 
02:48:30 (SWT:2219): Gtk-WARNING **: 06:48:30.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:30 
02:48:30 (SWT:2219): Gtk-WARNING **: 06:48:30.438: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:30 
02:48:30 (SWT:2219): Gtk-WARNING **: 06:48:30.438: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:31 
02:48:31 (SWT:2219): Gdk-CRITICAL **: 06:48:31.825: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:32 
02:48:32 (SWT:2219): Gtk-WARNING **: 06:48:32.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:32 
02:48:32 (SWT:2219): Gtk-WARNING **: 06:48:32.093: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:32 
02:48:32 (SWT:2219): Gtk-WARNING **: 06:48:32.095: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:32 
02:48:32 (SWT:2219): Gtk-WARNING **: 06:48:32.095: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:32 
02:48:32 (SWT:2219): Gtk-WARNING **: 06:48:32.095: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:32 
02:48:32 (SWT:2219): Gtk-WARNING **: 06:48:32.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:32 
02:48:32 (SWT:2219): Gtk-WARNING **: 06:48:32.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:33 
02:48:33 (SWT:2219): Gdk-CRITICAL **: 06:48:33.513: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:33 
02:48:33 (SWT:2219): Gtk-WARNING **: 06:48:33.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:33 
02:48:33 (SWT:2219): Gtk-WARNING **: 06:48:33.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:33 
02:48:33 (SWT:2219): Gtk-WARNING **: 06:48:33.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:33 
02:48:33 (SWT:2219): Gtk-WARNING **: 06:48:33.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:33 
02:48:33 (SWT:2219): Gtk-WARNING **: 06:48:33.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:33 
02:48:33 (SWT:2219): Gtk-WARNING **: 06:48:33.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:33 
02:48:33 (SWT:2219): Gtk-WARNING **: 06:48:33.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:35 
02:48:35 (SWT:2219): Gdk-CRITICAL **: 06:48:35.192: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:35 
02:48:35 (SWT:2219): Gtk-WARNING **: 06:48:35.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:35 
02:48:35 (SWT:2219): Gtk-WARNING **: 06:48:35.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:35 
02:48:35 (SWT:2219): Gtk-WARNING **: 06:48:35.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:35 
02:48:35 (SWT:2219): Gtk-WARNING **: 06:48:35.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:35 
02:48:35 (SWT:2219): Gtk-WARNING **: 06:48:35.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:35 
02:48:35 (SWT:2219): Gtk-WARNING **: 06:48:35.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:35 
02:48:35 (SWT:2219): Gtk-WARNING **: 06:48:35.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:36 
02:48:36 (SWT:2219): Gdk-CRITICAL **: 06:48:36.900: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:37 
02:48:37 (SWT:2219): Gtk-WARNING **: 06:48:37.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:37 
02:48:37 (SWT:2219): Gtk-WARNING **: 06:48:37.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:37 
02:48:37 (SWT:2219): Gtk-WARNING **: 06:48:37.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:37 
02:48:37 (SWT:2219): Gtk-WARNING **: 06:48:37.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:37 
02:48:37 (SWT:2219): Gtk-WARNING **: 06:48:37.174: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:37 
02:48:37 (SWT:2219): Gtk-WARNING **: 06:48:37.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:37 
02:48:37 (SWT:2219): Gtk-WARNING **: 06:48:37.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:38 
02:48:38 (SWT:2219): Gdk-CRITICAL **: 06:48:38.573: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:38 
02:48:38 (SWT:2219): Gtk-WARNING **: 06:48:38.837: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:38 
02:48:38 (SWT:2219): Gtk-WARNING **: 06:48:38.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:38 
02:48:38 (SWT:2219): Gtk-WARNING **: 06:48:38.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:38 
02:48:38 (SWT:2219): Gtk-WARNING **: 06:48:38.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:38 
02:48:38 (SWT:2219): Gtk-WARNING **: 06:48:38.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:38 
02:48:38 (SWT:2219): Gtk-WARNING **: 06:48:38.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:38 
02:48:38 (SWT:2219): Gtk-WARNING **: 06:48:38.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:40 
02:48:40 (SWT:2219): Gdk-CRITICAL **: 06:48:40.306: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:40 
02:48:40 (SWT:2219): Gtk-WARNING **: 06:48:40.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:40 
02:48:40 (SWT:2219): Gtk-WARNING **: 06:48:40.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:40 
02:48:40 (SWT:2219): Gtk-WARNING **: 06:48:40.582: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:40 
02:48:40 (SWT:2219): Gtk-WARNING **: 06:48:40.583: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:40 
02:48:40 (SWT:2219): Gtk-WARNING **: 06:48:40.583: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:40 
02:48:40 (SWT:2219): Gtk-WARNING **: 06:48:40.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:40 
02:48:40 (SWT:2219): Gtk-WARNING **: 06:48:40.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:42 
02:48:42 (SWT:2219): Gdk-CRITICAL **: 06:48:42.052: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:42 
02:48:42 (SWT:2219): Gtk-WARNING **: 06:48:42.319: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:42 
02:48:42 (SWT:2219): Gtk-WARNING **: 06:48:42.323: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:42 
02:48:42 (SWT:2219): Gtk-WARNING **: 06:48:42.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:42 
02:48:42 (SWT:2219): Gtk-WARNING **: 06:48:42.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:42 
02:48:42 (SWT:2219): Gtk-WARNING **: 06:48:42.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:42 
02:48:42 (SWT:2219): Gtk-WARNING **: 06:48:42.326: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:42 
02:48:42 (SWT:2219): Gtk-WARNING **: 06:48:42.326: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:43 
02:48:43 (SWT:2219): Gdk-CRITICAL **: 06:48:43.733: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:44 
02:48:44 (SWT:2219): Gtk-WARNING **: 06:48:44.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:44 
02:48:44 (SWT:2219): Gtk-WARNING **: 06:48:44.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:44 
02:48:44 (SWT:2219): Gtk-WARNING **: 06:48:44.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:44 
02:48:44 (SWT:2219): Gtk-WARNING **: 06:48:44.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:44 
02:48:44 (SWT:2219): Gtk-WARNING **: 06:48:44.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:44 
02:48:44 (SWT:2219): Gtk-WARNING **: 06:48:44.011: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:44 
02:48:44 (SWT:2219): Gtk-WARNING **: 06:48:44.011: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:45 
02:48:45 (SWT:2219): Gdk-CRITICAL **: 06:48:45.455: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:45 
02:48:45 (SWT:2219): Gtk-WARNING **: 06:48:45.730: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:45 
02:48:45 (SWT:2219): Gtk-WARNING **: 06:48:45.734: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:45 
02:48:45 (SWT:2219): Gtk-WARNING **: 06:48:45.736: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:45 
02:48:45 (SWT:2219): Gtk-WARNING **: 06:48:45.736: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:45 
02:48:45 (SWT:2219): Gtk-WARNING **: 06:48:45.736: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:45 
02:48:45 (SWT:2219): Gtk-WARNING **: 06:48:45.737: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:45 
02:48:45 (SWT:2219): Gtk-WARNING **: 06:48:45.737: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:47 
02:48:47 (SWT:2219): Gdk-CRITICAL **: 06:48:47.172: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:47 
02:48:47 (SWT:2219): Gtk-WARNING **: 06:48:47.441: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:47 
02:48:47 (SWT:2219): Gtk-WARNING **: 06:48:47.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:47 
02:48:47 (SWT:2219): Gtk-WARNING **: 06:48:47.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:47 
02:48:47 (SWT:2219): Gtk-WARNING **: 06:48:47.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:47 
02:48:47 (SWT:2219): Gtk-WARNING **: 06:48:47.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:47 
02:48:47 (SWT:2219): Gtk-WARNING **: 06:48:47.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:47 
02:48:47 (SWT:2219): Gtk-WARNING **: 06:48:47.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:48 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 27.112 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.findsMenusRecursive[StaticMenu]  Time elapsed: 1.731 s
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksSubMenu[StaticMenu]  Time elapsed: 1.678 s
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksRadioMenuItem[StaticMenu]  Time elapsed: 1.665 s
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.findsSubMenus[StaticMenu]  Time elapsed: 1.675 s
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.testMenuItems[StaticMenu]  Time elapsed: 1.663 s
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksMenu[StaticMenu]  Time elapsed: 1.659 s
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.findsMenus[StaticMenu]  Time elapsed: 1.688 s
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksCheckMenuItem[StaticMenu]  Time elapsed: 1.678 s
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.findsMenusRecursive[DynamicMenu]  Time elapsed: 1.709 s
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksSubMenu[DynamicMenu]  Time elapsed: 1.672 s
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksRadioMenuItem[DynamicMenu]  Time elapsed: 1.733 s
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.findsSubMenus[DynamicMenu]  Time elapsed: 1.746 s
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.testMenuItems[DynamicMenu]  Time elapsed: 1.681 s
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksMenu[DynamicMenu]  Time elapsed: 1.722 s
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.findsMenus[DynamicMenu]  Time elapsed: 1.716 s
02:48:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksCheckMenuItem[DynamicMenu]  Time elapsed: 1.685 s
02:48:48 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest
02:48:48 
02:48:48 (SWT:2219): Gdk-CRITICAL **: 06:48:48.863: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:49 
02:48:49 (SWT:2219): Gtk-WARNING **: 06:48:49.132: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:49 
02:48:49 (SWT:2219): Gtk-WARNING **: 06:48:49.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:49 
02:48:49 (SWT:2219): Gtk-WARNING **: 06:48:49.137: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:49 
02:48:49 (SWT:2219): Gtk-WARNING **: 06:48:49.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:49 
02:48:49 (SWT:2219): Gtk-WARNING **: 06:48:49.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:49 
02:48:49 (SWT:2219): Gtk-WARNING **: 06:48:49.139: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:49 
02:48:49 (SWT:2219): Gtk-WARNING **: 06:48:49.139: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:50 
02:48:50 (SWT:2219): Gdk-CRITICAL **: 06:48:50.489: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:50 
02:48:50 (SWT:2219): Gtk-WARNING **: 06:48:50.759: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:50 
02:48:50 (SWT:2219): Gtk-WARNING **: 06:48:50.763: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:50 
02:48:50 (SWT:2219): Gtk-WARNING **: 06:48:50.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:50 
02:48:50 (SWT:2219): Gtk-WARNING **: 06:48:50.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:50 
02:48:50 (SWT:2219): Gtk-WARNING **: 06:48:50.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:50 
02:48:50 (SWT:2219): Gtk-WARNING **: 06:48:50.767: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:50 
02:48:50 (SWT:2219): Gtk-WARNING **: 06:48:50.767: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:52 
02:48:52 (SWT:2219): Gdk-CRITICAL **: 06:48:52.132: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:52 
02:48:52 (SWT:2219): Gtk-WARNING **: 06:48:52.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:52 
02:48:52 (SWT:2219): Gtk-WARNING **: 06:48:52.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:52 
02:48:52 (SWT:2219): Gtk-WARNING **: 06:48:52.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:52 
02:48:52 (SWT:2219): Gtk-WARNING **: 06:48:52.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:52 
02:48:52 (SWT:2219): Gtk-WARNING **: 06:48:52.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:52 
02:48:52 (SWT:2219): Gtk-WARNING **: 06:48:52.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:52 
02:48:52 (SWT:2219): Gtk-WARNING **: 06:48:52.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:53 
02:48:53 (SWT:2219): Gdk-CRITICAL **: 06:48:53.795: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:54 
02:48:54 (SWT:2219): Gtk-WARNING **: 06:48:54.081: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:54 
02:48:54 (SWT:2219): Gtk-WARNING **: 06:48:54.085: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:54 
02:48:54 (SWT:2219): Gtk-WARNING **: 06:48:54.087: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:54 
02:48:54 (SWT:2219): Gtk-WARNING **: 06:48:54.088: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:54 
02:48:54 (SWT:2219): Gtk-WARNING **: 06:48:54.088: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:54 
02:48:54 (SWT:2219): Gtk-WARNING **: 06:48:54.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:54 
02:48:54 (SWT:2219): Gtk-WARNING **: 06:48:54.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:55 
02:48:55 (SWT:2219): Gdk-CRITICAL **: 06:48:55.483: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:55 
02:48:55 (SWT:2219): Gtk-WARNING **: 06:48:55.761: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:55 
02:48:55 (SWT:2219): Gtk-WARNING **: 06:48:55.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:55 
02:48:55 (SWT:2219): Gtk-WARNING **: 06:48:55.767: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:55 
02:48:55 (SWT:2219): Gtk-WARNING **: 06:48:55.767: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:55 
02:48:55 (SWT:2219): Gtk-WARNING **: 06:48:55.767: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:55 
02:48:55 (SWT:2219): Gtk-WARNING **: 06:48:55.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:55 
02:48:55 (SWT:2219): Gtk-WARNING **: 06:48:55.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:57 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.267 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest
02:48:57 org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest.findsDateTime  Time elapsed: 1.626 s
02:48:57 org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest.bug347824  Time elapsed: 1.643 s
02:48:57 org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest.shouldHandleInvalidDates  Time elapsed: 1.663 s
02:48:57 org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest.setsAndGetsDateOnDateTime  Time elapsed: 1.688 s
02:48:57 org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest.sendsNotification  Time elapsed: 1.645 s
02:48:57 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest
02:48:57 
02:48:57 (SWT:2219): Gdk-CRITICAL **: 06:48:57.134: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:57 
02:48:57 (SWT:2219): Gtk-WARNING **: 06:48:57.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:57 
02:48:57 (SWT:2219): Gtk-WARNING **: 06:48:57.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:57 
02:48:57 (SWT:2219): Gtk-WARNING **: 06:48:57.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:57 
02:48:57 (SWT:2219): Gtk-WARNING **: 06:48:57.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:57 
02:48:57 (SWT:2219): Gtk-WARNING **: 06:48:57.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:57 
02:48:57 (SWT:2219): Gtk-WARNING **: 06:48:57.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:57 
02:48:57 (SWT:2219): Gtk-WARNING **: 06:48:57.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:58 
02:48:58 (SWT:2219): Gdk-CRITICAL **: 06:48:58.820: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:48:59 
02:48:59 (SWT:2219): Gtk-WARNING **: 06:48:59.096: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:59 
02:48:59 (SWT:2219): Gtk-WARNING **: 06:48:59.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:59 
02:48:59 (SWT:2219): Gtk-WARNING **: 06:48:59.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:59 
02:48:59 (SWT:2219): Gtk-WARNING **: 06:48:59.103: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:59 
02:48:59 (SWT:2219): Gtk-WARNING **: 06:48:59.103: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:59 
02:48:59 (SWT:2219): Gtk-WARNING **: 06:48:59.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:48:59 
02:48:59 (SWT:2219): Gtk-WARNING **: 06:48:59.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:04 
02:49:04 (SWT:2219): Gdk-CRITICAL **: 06:49:04.441: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:04 
02:49:04 (SWT:2219): Gtk-WARNING **: 06:49:04.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:04 
02:49:04 (SWT:2219): Gtk-WARNING **: 06:49:04.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:04 
02:49:04 (SWT:2219): Gtk-WARNING **: 06:49:04.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:04 
02:49:04 (SWT:2219): Gtk-WARNING **: 06:49:04.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:04 
02:49:04 (SWT:2219): Gtk-WARNING **: 06:49:04.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:04 
02:49:04 (SWT:2219): Gtk-WARNING **: 06:49:04.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:04 
02:49:04 (SWT:2219): Gtk-WARNING **: 06:49:04.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:10 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.935 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest
02:49:10 org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest.clicksCheckBox  Time elapsed: 1.685 s
02:49:10 org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest.doesNotMatchRegularButtons  Time elapsed: 5.621 s
02:49:10 org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest.doesNotMatchRadioButtons  Time elapsed: 5.626 s
02:49:10 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest
02:49:10 
02:49:10 (SWT:2219): Gdk-CRITICAL **: 06:49:10.073: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:10 
02:49:10 (SWT:2219): Gdk-CRITICAL **: 06:49:10.493: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:15 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.887 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest
02:49:15 org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest.canClickContextMenuOnCTabItem  Time elapsed: 0.42 s
02:49:15 org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest.canCloseCTabItems  Time elapsed: 5.466 s
02:49:15 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest
02:49:15 
02:49:15 (SWT:2219): Gdk-CRITICAL **: 06:49:15.966: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:16 
02:49:16 (SWT:2219): Gtk-WARNING **: 06:49:16.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:16 
02:49:16 (SWT:2219): Gtk-WARNING **: 06:49:16.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:16 
02:49:16 (SWT:2219): Gtk-WARNING **: 06:49:16.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:16 
02:49:16 (SWT:2219): Gtk-WARNING **: 06:49:16.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:16 
02:49:16 (SWT:2219): Gtk-WARNING **: 06:49:16.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:16 
02:49:16 (SWT:2219): Gtk-WARNING **: 06:49:16.262: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:16 
02:49:16 (SWT:2219): Gtk-WARNING **: 06:49:16.262: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:18 
02:49:18 (SWT:2219): Gdk-CRITICAL **: 06:49:18.150: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:18 
02:49:18 (SWT:2219): Gtk-WARNING **: 06:49:18.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:18 
02:49:18 (SWT:2219): Gtk-WARNING **: 06:49:18.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:18 
02:49:18 (SWT:2219): Gtk-WARNING **: 06:49:18.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:18 
02:49:18 (SWT:2219): Gtk-WARNING **: 06:49:18.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:18 
02:49:18 (SWT:2219): Gtk-WARNING **: 06:49:18.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:18 
02:49:18 (SWT:2219): Gtk-WARNING **: 06:49:18.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:18 
02:49:18 (SWT:2219): Gtk-WARNING **: 06:49:18.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:20 
02:49:20 (SWT:2219): Gdk-CRITICAL **: 06:49:20.325: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:20 
02:49:20 (SWT:2219): Gtk-WARNING **: 06:49:20.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:20 
02:49:20 (SWT:2219): Gtk-WARNING **: 06:49:20.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:20 
02:49:20 (SWT:2219): Gtk-WARNING **: 06:49:20.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:20 
02:49:20 (SWT:2219): Gtk-WARNING **: 06:49:20.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:20 
02:49:20 (SWT:2219): Gtk-WARNING **: 06:49:20.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:20 
02:49:20 (SWT:2219): Gtk-WARNING **: 06:49:20.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:20 
02:49:20 (SWT:2219): Gtk-WARNING **: 06:49:20.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:22 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.525 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest
02:49:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest.clicksHeaderContextMenuItem  Time elapsed: 2.183 s
02:49:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest.findsTableColumn  Time elapsed: 2.174 s
02:49:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest.clicksTableColumn  Time elapsed: 2.164 s
02:49:22 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest
02:49:22 
02:49:22 (SWT:2219): Gdk-CRITICAL **: 06:49:22.495: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:22 
02:49:22 (SWT:2219): Gtk-WARNING **: 06:49:22.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:22 
02:49:22 (SWT:2219): Gtk-WARNING **: 06:49:22.793: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:22 
02:49:22 (SWT:2219): Gtk-WARNING **: 06:49:22.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:22 
02:49:22 (SWT:2219): Gtk-WARNING **: 06:49:22.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:22 
02:49:22 (SWT:2219): Gtk-WARNING **: 06:49:22.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:22 
02:49:22 (SWT:2219): Gtk-WARNING **: 06:49:22.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:22 
02:49:22 (SWT:2219): Gtk-WARNING **: 06:49:22.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:24 
02:49:24 (SWT:2219): Gdk-CRITICAL **: 06:49:24.296: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:24 
02:49:24 (SWT:2219): Gtk-WARNING **: 06:49:24.580: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:24 
02:49:24 (SWT:2219): Gtk-WARNING **: 06:49:24.583: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:24 
02:49:24 (SWT:2219): Gtk-WARNING **: 06:49:24.585: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:24 
02:49:24 (SWT:2219): Gtk-WARNING **: 06:49:24.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:24 
02:49:24 (SWT:2219): Gtk-WARNING **: 06:49:24.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:24 
02:49:24 (SWT:2219): Gtk-WARNING **: 06:49:24.587: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:24 
02:49:24 (SWT:2219): Gtk-WARNING **: 06:49:24.587: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:26 
02:49:26 (SWT:2219): Gdk-CRITICAL **: 06:49:26.366: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:26 
02:49:26 (SWT:2219): Gtk-WARNING **: 06:49:26.651: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:26 
02:49:26 (SWT:2219): Gtk-WARNING **: 06:49:26.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:26 
02:49:26 (SWT:2219): Gtk-WARNING **: 06:49:26.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:26 
02:49:26 (SWT:2219): Gtk-WARNING **: 06:49:26.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:26 
02:49:26 (SWT:2219): Gtk-WARNING **: 06:49:26.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:26 
02:49:26 (SWT:2219): Gtk-WARNING **: 06:49:26.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:26 
02:49:26 (SWT:2219): Gtk-WARNING **: 06:49:26.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:28 
02:49:28 (SWT:2219): Gdk-CRITICAL **: 06:49:28.387: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:28 
02:49:28 (SWT:2219): Gtk-WARNING **: 06:49:28.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:28 
02:49:28 (SWT:2219): Gtk-WARNING **: 06:49:28.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:28 
02:49:28 (SWT:2219): Gtk-WARNING **: 06:49:28.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:28 
02:49:28 (SWT:2219): Gtk-WARNING **: 06:49:28.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:28 
02:49:28 (SWT:2219): Gtk-WARNING **: 06:49:28.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:28 
02:49:28 (SWT:2219): Gtk-WARNING **: 06:49:28.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:28 
02:49:28 (SWT:2219): Gtk-WARNING **: 06:49:28.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:30 
02:49:30 (SWT:2219): Gdk-CRITICAL **: 06:49:30.429: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:30 
02:49:30 (SWT:2219): Gtk-WARNING **: 06:49:30.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:30 
02:49:30 (SWT:2219): Gtk-WARNING **: 06:49:30.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:30 
02:49:30 (SWT:2219): Gtk-WARNING **: 06:49:30.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:30 
02:49:30 (SWT:2219): Gtk-WARNING **: 06:49:30.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:30 
02:49:30 (SWT:2219): Gtk-WARNING **: 06:49:30.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:30 
02:49:30 (SWT:2219): Gtk-WARNING **: 06:49:30.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:30 
02:49:30 (SWT:2219): Gtk-WARNING **: 06:49:30.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:32 
02:49:32 (SWT:2219): Gdk-CRITICAL **: 06:49:32.301: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:32 
02:49:32 (SWT:2219): Gtk-WARNING **: 06:49:32.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:32 
02:49:32 (SWT:2219): Gtk-WARNING **: 06:49:32.595: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:32 
02:49:32 (SWT:2219): Gtk-WARNING **: 06:49:32.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:32 
02:49:32 (SWT:2219): Gtk-WARNING **: 06:49:32.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:32 
02:49:32 (SWT:2219): Gtk-WARNING **: 06:49:32.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:32 
02:49:32 (SWT:2219): Gtk-WARNING **: 06:49:32.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:32 
02:49:32 (SWT:2219): Gtk-WARNING **: 06:49:32.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:34 
02:49:34 (SWT:2219): Gdk-CRITICAL **: 06:49:34.159: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:34 
02:49:34 (SWT:2219): Gtk-WARNING **: 06:49:34.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:34 
02:49:34 (SWT:2219): Gtk-WARNING **: 06:49:34.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:34 
02:49:34 (SWT:2219): Gtk-WARNING **: 06:49:34.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:34 
02:49:34 (SWT:2219): Gtk-WARNING **: 06:49:34.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:34 
02:49:34 (SWT:2219): Gtk-WARNING **: 06:49:34.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:34 
02:49:34 (SWT:2219): Gtk-WARNING **: 06:49:34.451: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:34 
02:49:34 (SWT:2219): Gtk-WARNING **: 06:49:34.451: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:36 
02:49:36 (SWT:2219): Gdk-CRITICAL **: 06:49:36.129: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:36 
02:49:36 (SWT:2219): Gtk-WARNING **: 06:49:36.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:36 
02:49:36 (SWT:2219): Gtk-WARNING **: 06:49:36.441: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:36 
02:49:36 (SWT:2219): Gtk-WARNING **: 06:49:36.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:36 
02:49:36 (SWT:2219): Gtk-WARNING **: 06:49:36.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:36 
02:49:36 (SWT:2219): Gtk-WARNING **: 06:49:36.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:36 
02:49:36 (SWT:2219): Gtk-WARNING **: 06:49:36.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:36 
02:49:36 (SWT:2219): Gtk-WARNING **: 06:49:36.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:38 
02:49:38 (SWT:2219): Gdk-CRITICAL **: 06:49:38.446: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:38 
02:49:38 (SWT:2219): Gtk-WARNING **: 06:49:38.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:38 
02:49:38 (SWT:2219): Gtk-WARNING **: 06:49:38.750: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:38 
02:49:38 (SWT:2219): Gtk-WARNING **: 06:49:38.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:38 
02:49:38 (SWT:2219): Gtk-WARNING **: 06:49:38.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:38 
02:49:38 (SWT:2219): Gtk-WARNING **: 06:49:38.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:38 
02:49:38 (SWT:2219): Gtk-WARNING **: 06:49:38.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:38 
02:49:38 (SWT:2219): Gtk-WARNING **: 06:49:38.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:45 
02:49:45 (SWT:2219): Gdk-CRITICAL **: 06:49:45.411: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:45 
02:49:45 (SWT:2219): Gtk-WARNING **: 06:49:45.703: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:45 
02:49:45 (SWT:2219): Gtk-WARNING **: 06:49:45.707: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:45 
02:49:45 (SWT:2219): Gtk-WARNING **: 06:49:45.709: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:45 
02:49:45 (SWT:2219): Gtk-WARNING **: 06:49:45.710: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:45 
02:49:45 (SWT:2219): Gtk-WARNING **: 06:49:45.710: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:45 
02:49:45 (SWT:2219): Gtk-WARNING **: 06:49:45.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:45 
02:49:45 (SWT:2219): Gtk-WARNING **: 06:49:45.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:47 
02:49:47 (SWT:2219): Gdk-CRITICAL **: 06:49:47.472: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:47 
02:49:47 (SWT:2219): Gtk-WARNING **: 06:49:47.761: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:47 
02:49:47 (SWT:2219): Gtk-WARNING **: 06:49:47.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:47 
02:49:47 (SWT:2219): Gtk-WARNING **: 06:49:47.767: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:47 
02:49:47 (SWT:2219): Gtk-WARNING **: 06:49:47.767: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:47 
02:49:47 (SWT:2219): Gtk-WARNING **: 06:49:47.767: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:47 
02:49:47 (SWT:2219): Gtk-WARNING **: 06:49:47.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:47 
02:49:47 (SWT:2219): Gtk-WARNING **: 06:49:47.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:49 
02:49:49 (SWT:2219): Gdk-CRITICAL **: 06:49:49.312: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:49 
02:49:49 (SWT:2219): Gtk-WARNING **: 06:49:49.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:49 
02:49:49 (SWT:2219): Gtk-WARNING **: 06:49:49.619: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:49 
02:49:49 (SWT:2219): Gtk-WARNING **: 06:49:49.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:49 
02:49:49 (SWT:2219): Gtk-WARNING **: 06:49:49.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:49 
02:49:49 (SWT:2219): Gtk-WARNING **: 06:49:49.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:49 
02:49:49 (SWT:2219): Gtk-WARNING **: 06:49:49.623: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:49 
02:49:49 (SWT:2219): Gtk-WARNING **: 06:49:49.623: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:51 
02:49:51 (SWT:2219): Gdk-CRITICAL **: 06:49:51.418: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:51 
02:49:51 (SWT:2219): Gtk-WARNING **: 06:49:51.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:51 
02:49:51 (SWT:2219): Gtk-WARNING **: 06:49:51.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:51 
02:49:51 (SWT:2219): Gtk-WARNING **: 06:49:51.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:51 
02:49:51 (SWT:2219): Gtk-WARNING **: 06:49:51.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:51 
02:49:51 (SWT:2219): Gtk-WARNING **: 06:49:51.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:51 
02:49:51 (SWT:2219): Gtk-WARNING **: 06:49:51.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:51 
02:49:51 (SWT:2219): Gtk-WARNING **: 06:49:51.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:53 
02:49:53 (SWT:2219): Gdk-CRITICAL **: 06:49:53.331: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:53 
02:49:53 (SWT:2219): Gtk-WARNING **: 06:49:53.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:53 
02:49:53 (SWT:2219): Gtk-WARNING **: 06:49:53.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:53 
02:49:53 (SWT:2219): Gtk-WARNING **: 06:49:53.645: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:53 
02:49:53 (SWT:2219): Gtk-WARNING **: 06:49:53.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:53 
02:49:53 (SWT:2219): Gtk-WARNING **: 06:49:53.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:53 
02:49:53 (SWT:2219): Gtk-WARNING **: 06:49:53.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:53 
02:49:53 (SWT:2219): Gtk-WARNING **: 06:49:53.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:55 
02:49:55 (SWT:2219): Gdk-CRITICAL **: 06:49:55.278: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:55 
02:49:55 (SWT:2219): Gtk-WARNING **: 06:49:55.571: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:55 
02:49:55 (SWT:2219): Gtk-WARNING **: 06:49:55.575: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:55 
02:49:55 (SWT:2219): Gtk-WARNING **: 06:49:55.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:55 
02:49:55 (SWT:2219): Gtk-WARNING **: 06:49:55.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:55 
02:49:55 (SWT:2219): Gtk-WARNING **: 06:49:55.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:55 
02:49:55 (SWT:2219): Gtk-WARNING **: 06:49:55.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:55 
02:49:55 (SWT:2219): Gtk-WARNING **: 06:49:55.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:57 
02:49:57 (SWT:2219): Gdk-CRITICAL **: 06:49:57.257: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:57 
02:49:57 (SWT:2219): Gtk-WARNING **: 06:49:57.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:57 
02:49:57 (SWT:2219): Gtk-WARNING **: 06:49:57.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:57 
02:49:57 (SWT:2219): Gtk-WARNING **: 06:49:57.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:57 
02:49:57 (SWT:2219): Gtk-WARNING **: 06:49:57.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:57 
02:49:57 (SWT:2219): Gtk-WARNING **: 06:49:57.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:57 
02:49:57 (SWT:2219): Gtk-WARNING **: 06:49:57.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:57 
02:49:57 (SWT:2219): Gtk-WARNING **: 06:49:57.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:59 
02:49:59 (SWT:2219): Gdk-CRITICAL **: 06:49:59.422: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:49:59 
02:49:59 (SWT:2219): Gtk-WARNING **: 06:49:59.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:59 
02:49:59 (SWT:2219): Gtk-WARNING **: 06:49:59.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:59 
02:49:59 (SWT:2219): Gtk-WARNING **: 06:49:59.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:59 
02:49:59 (SWT:2219): Gtk-WARNING **: 06:49:59.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:59 
02:49:59 (SWT:2219): Gtk-WARNING **: 06:49:59.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:59 
02:49:59 (SWT:2219): Gtk-WARNING **: 06:49:59.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:49:59 
02:49:59 (SWT:2219): Gtk-WARNING **: 06:49:59.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:01 
02:50:01 (SWT:2219): Gdk-CRITICAL **: 06:50:01.509: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:01 
02:50:01 (SWT:2219): Gtk-WARNING **: 06:50:01.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:01 
02:50:01 (SWT:2219): Gtk-WARNING **: 06:50:01.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:01 
02:50:01 (SWT:2219): Gtk-WARNING **: 06:50:01.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:01 
02:50:01 (SWT:2219): Gtk-WARNING **: 06:50:01.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:01 
02:50:01 (SWT:2219): Gtk-WARNING **: 06:50:01.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:01 
02:50:01 (SWT:2219): Gtk-WARNING **: 06:50:01.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:01 
02:50:01 (SWT:2219): Gtk-WARNING **: 06:50:01.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:03 
02:50:03 (SWT:2219): Gdk-CRITICAL **: 06:50:03.346: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:03 
02:50:03 (SWT:2219): Gtk-WARNING **: 06:50:03.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:03 
02:50:03 (SWT:2219): Gtk-WARNING **: 06:50:03.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:03 
02:50:03 (SWT:2219): Gtk-WARNING **: 06:50:03.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:03 
02:50:03 (SWT:2219): Gtk-WARNING **: 06:50:03.650: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:03 
02:50:03 (SWT:2219): Gtk-WARNING **: 06:50:03.650: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:03 
02:50:03 (SWT:2219): Gtk-WARNING **: 06:50:03.651: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:03 
02:50:03 (SWT:2219): Gtk-WARNING **: 06:50:03.651: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:05 
02:50:05 (SWT:2219): Gdk-CRITICAL **: 06:50:05.390: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:05 
02:50:05 (SWT:2219): Gtk-WARNING **: 06:50:05.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:05 
02:50:05 (SWT:2219): Gtk-WARNING **: 06:50:05.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:05 
02:50:05 (SWT:2219): Gtk-WARNING **: 06:50:05.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:05 
02:50:05 (SWT:2219): Gtk-WARNING **: 06:50:05.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:05 
02:50:05 (SWT:2219): Gtk-WARNING **: 06:50:05.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:05 
02:50:05 (SWT:2219): Gtk-WARNING **: 06:50:05.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:05 
02:50:05 (SWT:2219): Gtk-WARNING **: 06:50:05.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:07 
02:50:07 (SWT:2219): Gdk-CRITICAL **: 06:50:07.353: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:07 
02:50:07 (SWT:2219): Gtk-WARNING **: 06:50:07.640: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:07 
02:50:07 (SWT:2219): Gtk-WARNING **: 06:50:07.644: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:07 
02:50:07 (SWT:2219): Gtk-WARNING **: 06:50:07.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:07 
02:50:07 (SWT:2219): Gtk-WARNING **: 06:50:07.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:07 
02:50:07 (SWT:2219): Gtk-WARNING **: 06:50:07.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:07 
02:50:07 (SWT:2219): Gtk-WARNING **: 06:50:07.648: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:07 
02:50:07 (SWT:2219): Gtk-WARNING **: 06:50:07.648: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:09 
02:50:09 (SWT:2219): Gdk-CRITICAL **: 06:50:09.357: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:09 
02:50:09 (SWT:2219): Gtk-WARNING **: 06:50:09.653: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:09 
02:50:09 (SWT:2219): Gtk-WARNING **: 06:50:09.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:09 
02:50:09 (SWT:2219): Gtk-WARNING **: 06:50:09.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:09 
02:50:09 (SWT:2219): Gtk-WARNING **: 06:50:09.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:09 
02:50:09 (SWT:2219): Gtk-WARNING **: 06:50:09.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:09 
02:50:09 (SWT:2219): Gtk-WARNING **: 06:50:09.661: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:09 
02:50:09 (SWT:2219): Gtk-WARNING **: 06:50:09.661: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:11 
02:50:11 (SWT:2219): Gdk-CRITICAL **: 06:50:11.343: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:11 
02:50:11 (SWT:2219): Gtk-WARNING **: 06:50:11.648: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:11 
02:50:11 (SWT:2219): Gtk-WARNING **: 06:50:11.652: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:11 
02:50:11 (SWT:2219): Gtk-WARNING **: 06:50:11.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:11 
02:50:11 (SWT:2219): Gtk-WARNING **: 06:50:11.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:11 
02:50:11 (SWT:2219): Gtk-WARNING **: 06:50:11.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:11 
02:50:11 (SWT:2219): Gtk-WARNING **: 06:50:11.656: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:11 
02:50:11 (SWT:2219): Gtk-WARNING **: 06:50:11.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:13 
02:50:13 (SWT:2219): Gdk-CRITICAL **: 06:50:13.267: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:13 
02:50:13 (SWT:2219): Gtk-WARNING **: 06:50:13.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:13 
02:50:13 (SWT:2219): Gtk-WARNING **: 06:50:13.582: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:13 
02:50:13 (SWT:2219): Gtk-WARNING **: 06:50:13.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:13 
02:50:13 (SWT:2219): Gtk-WARNING **: 06:50:13.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:13 
02:50:13 (SWT:2219): Gtk-WARNING **: 06:50:13.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:13 
02:50:13 (SWT:2219): Gtk-WARNING **: 06:50:13.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:13 
02:50:13 (SWT:2219): Gtk-WARNING **: 06:50:13.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:15 
02:50:15 (SWT:2219): Gdk-CRITICAL **: 06:50:15.168: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:15 
02:50:15 (SWT:2219): Gtk-WARNING **: 06:50:15.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:15 
02:50:15 (SWT:2219): Gtk-WARNING **: 06:50:15.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:15 
02:50:15 (SWT:2219): Gtk-WARNING **: 06:50:15.476: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:15 
02:50:15 (SWT:2219): Gtk-WARNING **: 06:50:15.476: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:15 
02:50:15 (SWT:2219): Gtk-WARNING **: 06:50:15.476: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:15 
02:50:15 (SWT:2219): Gtk-WARNING **: 06:50:15.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:15 
02:50:15 (SWT:2219): Gtk-WARNING **: 06:50:15.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:17 
02:50:17 (SWT:2219): Gdk-CRITICAL **: 06:50:17.104: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:17 
02:50:17 (SWT:2219): Gtk-WARNING **: 06:50:17.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:17 
02:50:17 (SWT:2219): Gtk-WARNING **: 06:50:17.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:17 
02:50:17 (SWT:2219): Gtk-WARNING **: 06:50:17.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:17 
02:50:17 (SWT:2219): Gtk-WARNING **: 06:50:17.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:17 
02:50:17 (SWT:2219): Gtk-WARNING **: 06:50:17.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:17 
02:50:17 (SWT:2219): Gtk-WARNING **: 06:50:17.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:17 
02:50:17 (SWT:2219): Gtk-WARNING **: 06:50:17.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:19 
02:50:19 (SWT:2219): Gdk-CRITICAL **: 06:50:19.405: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:19 
02:50:19 (SWT:2219): Gtk-WARNING **: 06:50:19.710: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:19 
02:50:19 (SWT:2219): Gtk-WARNING **: 06:50:19.714: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:19 
02:50:19 (SWT:2219): Gtk-WARNING **: 06:50:19.716: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:19 
02:50:19 (SWT:2219): Gtk-WARNING **: 06:50:19.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:19 
02:50:19 (SWT:2219): Gtk-WARNING **: 06:50:19.717: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:19 
02:50:19 (SWT:2219): Gtk-WARNING **: 06:50:19.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:19 
02:50:19 (SWT:2219): Gtk-WARNING **: 06:50:19.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:21 
02:50:21 (SWT:2219): Gdk-CRITICAL **: 06:50:21.437: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:21 
02:50:21 (SWT:2219): Gtk-WARNING **: 06:50:21.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:21 
02:50:21 (SWT:2219): Gtk-WARNING **: 06:50:21.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:21 
02:50:21 (SWT:2219): Gtk-WARNING **: 06:50:21.749: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:21 
02:50:21 (SWT:2219): Gtk-WARNING **: 06:50:21.750: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:21 
02:50:21 (SWT:2219): Gtk-WARNING **: 06:50:21.750: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:21 
02:50:21 (SWT:2219): Gtk-WARNING **: 06:50:21.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:21 
02:50:21 (SWT:2219): Gtk-WARNING **: 06:50:21.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:23 Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 60.963 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.checkingATreeThatDoesNotHaveCheckStyleBitsThrowsException  Time elapsed: 1.8 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.selectsAll  Time elapsed: 2.07 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.getsColumnTextBasedOnRowColumnNumbers  Time elapsed: 2.02 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canSelectAListOfNodes  Time elapsed: 2.041 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canExpandANodeUsingVarArgs  Time elapsed: 1.872 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canClickOnANode  Time elapsed: 1.857 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canUnCheckANode  Time elapsed: 1.969 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canDoubleClickOnANodeInAColumn  Time elapsed: 2.316 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.throwsExceptionIfNodeNameIsIllegal  Time elapsed: 6.964 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.cellOutOfRangeWithMultipleColumnsTree  Time elapsed: 2.061 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.isGrayedTreeNotChecked  Time elapsed: 1.84 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.unselects  Time elapsed: 2.106 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.isGrayed  Time elapsed: 1.913 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canFindANode  Time elapsed: 1.947 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canDoubleClickOnANode  Time elapsed: 1.977 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.getsRow  Time elapsed: 2.165 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.getsColumnTextBasedOnColumnNumbers  Time elapsed: 2.088 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.getsRowCount  Time elapsed: 1.836 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.getNodeBasedOnIndex  Time elapsed: 2.044 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canRightClickOnANode  Time elapsed: 1.963 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.throwsExceptionIfMultipleIndicesOnSingleSelect  Time elapsed: 2.005 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canToggleANode  Time elapsed: 1.985 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.cellOutOfRangeWithSingleColumnsTree  Time elapsed: 1.924 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.cannotFindANodeWithIncorrectNodeIndex  Time elapsed: 1.901 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canCallGetItems  Time elapsed: 1.936 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canClickOnANodeInAColumn  Time elapsed: 2.301 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canCheckANode  Time elapsed: 2.031 s
02:50:23 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.throwsExceptionIfTheRowNumberIsIllegal  Time elapsed: 2.02 s
02:50:23 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest
02:50:23 
02:50:23 (SWT:2219): Gdk-CRITICAL **: 06:50:23.464: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:23 
02:50:23 (SWT:2219): Gtk-WARNING **: 06:50:23.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:23 
02:50:23 (SWT:2219): Gtk-WARNING **: 06:50:23.786: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:23 
02:50:23 (SWT:2219): Gtk-WARNING **: 06:50:23.788: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:23 
02:50:23 (SWT:2219): Gtk-WARNING **: 06:50:23.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:23 
02:50:23 (SWT:2219): Gtk-WARNING **: 06:50:23.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:23 
02:50:23 (SWT:2219): Gtk-WARNING **: 06:50:23.790: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:23 
02:50:23 (SWT:2219): Gtk-WARNING **: 06:50:23.791: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:25 
02:50:25 (SWT:2219): Gdk-CRITICAL **: 06:50:25.370: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:25 
02:50:25 (SWT:2219): Gtk-WARNING **: 06:50:25.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:25 
02:50:25 (SWT:2219): Gtk-WARNING **: 06:50:25.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:25 
02:50:25 (SWT:2219): Gtk-WARNING **: 06:50:25.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:25 
02:50:25 (SWT:2219): Gtk-WARNING **: 06:50:25.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:25 
02:50:25 (SWT:2219): Gtk-WARNING **: 06:50:25.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:25 
02:50:25 (SWT:2219): Gtk-WARNING **: 06:50:25.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:25 
02:50:25 (SWT:2219): Gtk-WARNING **: 06:50:25.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:27 
02:50:27 (SWT:2219): Gdk-CRITICAL **: 06:50:27.264: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:27 
02:50:27 (SWT:2219): Gtk-WARNING **: 06:50:27.580: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:27 
02:50:27 (SWT:2219): Gtk-WARNING **: 06:50:27.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:27 
02:50:27 (SWT:2219): Gtk-WARNING **: 06:50:27.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:27 
02:50:27 (SWT:2219): Gtk-WARNING **: 06:50:27.587: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:27 
02:50:27 (SWT:2219): Gtk-WARNING **: 06:50:27.587: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:27 
02:50:27 (SWT:2219): Gtk-WARNING **: 06:50:27.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:27 
02:50:27 (SWT:2219): Gtk-WARNING **: 06:50:27.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:29 
02:50:29 (SWT:2219): Gdk-CRITICAL **: 06:50:29.170: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:29 
02:50:29 (SWT:2219): Gtk-WARNING **: 06:50:29.480: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:29 
02:50:29 (SWT:2219): Gtk-WARNING **: 06:50:29.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:29 
02:50:29 (SWT:2219): Gtk-WARNING **: 06:50:29.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:29 
02:50:29 (SWT:2219): Gtk-WARNING **: 06:50:29.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:29 
02:50:29 (SWT:2219): Gtk-WARNING **: 06:50:29.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:29 
02:50:29 (SWT:2219): Gtk-WARNING **: 06:50:29.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:29 
02:50:29 (SWT:2219): Gtk-WARNING **: 06:50:29.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:31 
02:50:31 (SWT:2219): Gdk-CRITICAL **: 06:50:31.049: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:31 
02:50:31 (SWT:2219): Gtk-WARNING **: 06:50:31.361: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:31 
02:50:31 (SWT:2219): Gtk-WARNING **: 06:50:31.365: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:31 
02:50:31 (SWT:2219): Gtk-WARNING **: 06:50:31.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:31 
02:50:31 (SWT:2219): Gtk-WARNING **: 06:50:31.367: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:31 
02:50:31 (SWT:2219): Gtk-WARNING **: 06:50:31.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:31 
02:50:31 (SWT:2219): Gtk-WARNING **: 06:50:31.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:31 
02:50:31 (SWT:2219): Gtk-WARNING **: 06:50:31.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:32 
02:50:32 (SWT:2219): Gdk-CRITICAL **: 06:50:32.953: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:33 
02:50:33 (SWT:2219): Gtk-WARNING **: 06:50:33.281: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:33 
02:50:33 (SWT:2219): Gtk-WARNING **: 06:50:33.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:33 
02:50:33 (SWT:2219): Gtk-WARNING **: 06:50:33.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:33 
02:50:33 (SWT:2219): Gtk-WARNING **: 06:50:33.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:33 
02:50:33 (SWT:2219): Gtk-WARNING **: 06:50:33.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:33 
02:50:33 (SWT:2219): Gtk-WARNING **: 06:50:33.290: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:33 
02:50:33 (SWT:2219): Gtk-WARNING **: 06:50:33.290: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:34 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.41 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest
02:50:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest.findsScaleInGroup  Time elapsed: 1.906 s
02:50:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest.shouldSetValue  Time elapsed: 1.894 s
02:50:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest.shouldGetIncrementAndPageIncrement  Time elapsed: 1.905 s
02:50:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest.shouldGetValue  Time elapsed: 1.879 s
02:50:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest.findsScale  Time elapsed: 1.905 s
02:50:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest.shouldGetMinimumAndMaximum  Time elapsed: 1.919 s
02:50:34 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest
02:50:34 
02:50:34 (SWT:2219): Gdk-CRITICAL **: 06:50:34.884: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.251: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.253: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.267: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.267: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.267: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.268: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.268: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.268: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gdk-CRITICAL **: 06:50:35.319: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.717: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.720: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.737: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.737: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.738: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.739: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.739: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gtk-CRITICAL **: 06:50:35.739: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:35 
02:50:35 (SWT:2219): Gdk-CRITICAL **: 06:50:35.791: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.157: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.158: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.171: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.171: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.171: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.172: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.172: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.172: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:36 
02:50:36 (SWT:2219): Gdk-CRITICAL **: 06:50:36.221: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.585: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.587: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.599: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.599: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.600: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.601: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.601: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:36 
02:50:36 (SWT:2219): Gtk-CRITICAL **: 06:50:36.601: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:37 
02:50:37 (SWT:2219): Gdk-CRITICAL **: 06:50:37.507: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:37 
02:50:37 (SWT:2219): Gtk-CRITICAL **: 06:50:37.880: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:37 
02:50:37 (SWT:2219): Gtk-CRITICAL **: 06:50:37.882: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:37 
02:50:37 (SWT:2219): Gtk-CRITICAL **: 06:50:37.895: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:37 
02:50:37 (SWT:2219): Gtk-CRITICAL **: 06:50:37.895: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:37 
02:50:37 (SWT:2219): Gtk-CRITICAL **: 06:50:37.895: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:37 
02:50:37 (SWT:2219): Gtk-CRITICAL **: 06:50:37.896: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:37 
02:50:37 (SWT:2219): Gtk-CRITICAL **: 06:50:37.897: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:37 
02:50:37 (SWT:2219): Gtk-CRITICAL **: 06:50:37.897: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:37 
02:50:37 (SWT:2219): Gdk-CRITICAL **: 06:50:37.947: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.327: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.329: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.342: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.343: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.343: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.344: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.344: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.344: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gdk-CRITICAL **: 06:50:38.434: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.819: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.821: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.835: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.835: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.835: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.836: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.836: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gtk-CRITICAL **: 06:50:38.836: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:38 
02:50:38 (SWT:2219): Gdk-CRITICAL **: 06:50:38.883: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.262: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.265: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.278: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.278: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.279: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.280: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.280: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.280: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gdk-CRITICAL **: 06:50:39.404: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.782: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.784: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.797: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.797: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.797: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.798: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.798: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gtk-CRITICAL **: 06:50:39.799: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:39 
02:50:39 (SWT:2219): Gdk-CRITICAL **: 06:50:39.845: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.225: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.227: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.247: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.248: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.248: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.250: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.250: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.250: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gdk-CRITICAL **: 06:50:40.343: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.728: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.729: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.742: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.742: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.742: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.743: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.744: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gtk-CRITICAL **: 06:50:40.744: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:40 
02:50:40 (SWT:2219): Gdk-CRITICAL **: 06:50:40.817: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.202: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.204: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.216: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.216: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.216: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.217: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.218: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.218: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gdk-CRITICAL **: 06:50:41.308: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.685: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.686: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.699: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.699: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.700: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.701: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.701: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gtk-CRITICAL **: 06:50:41.701: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:41 
02:50:41 (SWT:2219): Gdk-CRITICAL **: 06:50:41.795: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.168: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.169: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.182: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.182: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.182: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.183: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.183: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.183: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gdk-CRITICAL **: 06:50:42.258: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.627: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.628: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.641: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.641: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.642: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gtk-CRITICAL **: 06:50:42.643: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:42 
02:50:42 (SWT:2219): Gdk-CRITICAL **: 06:50:42.736: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.119: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.121: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.133: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.133: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.134: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.135: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.135: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.135: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gdk-CRITICAL **: 06:50:43.180: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.548: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.549: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.562: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.562: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.563: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.563: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.564: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.564: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gdk-CRITICAL **: 06:50:43.608: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.983: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.984: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.997: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.998: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.999: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:43 
02:50:43 (SWT:2219): Gtk-CRITICAL **: 06:50:43.999: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:45 
02:50:45 (SWT:2219): Gdk-CRITICAL **: 06:50:45.253: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:45 
02:50:45 (SWT:2219): Gtk-CRITICAL **: 06:50:45.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:45 
02:50:45 (SWT:2219): Gtk-CRITICAL **: 06:50:45.637: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:45 
02:50:45 (SWT:2219): Gtk-CRITICAL **: 06:50:45.649: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:45 
02:50:45 (SWT:2219): Gtk-CRITICAL **: 06:50:45.649: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:45 
02:50:45 (SWT:2219): Gtk-CRITICAL **: 06:50:45.650: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:45 
02:50:45 (SWT:2219): Gtk-CRITICAL **: 06:50:45.650: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:45 
02:50:45 (SWT:2219): Gtk-CRITICAL **: 06:50:45.651: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:45 
02:50:45 (SWT:2219): Gtk-CRITICAL **: 06:50:45.651: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:45 
02:50:45 (SWT:2219): Gdk-CRITICAL **: 06:50:45.699: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.090: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.091: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.104: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.104: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.105: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.106: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.106: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.106: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gdk-CRITICAL **: 06:50:46.155: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.544: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.545: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.559: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.559: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.559: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.560: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.560: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gtk-CRITICAL **: 06:50:46.560: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:46 
02:50:46 (SWT:2219): Gdk-CRITICAL **: 06:50:46.654: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:47 
02:50:47 (SWT:2219): Gtk-CRITICAL **: 06:50:47.038: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:47 
02:50:47 (SWT:2219): Gtk-CRITICAL **: 06:50:47.039: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:47 
02:50:47 (SWT:2219): Gtk-CRITICAL **: 06:50:47.052: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:47 
02:50:47 (SWT:2219): Gtk-CRITICAL **: 06:50:47.053: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:47 
02:50:47 (SWT:2219): Gtk-CRITICAL **: 06:50:47.053: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:47 
02:50:47 (SWT:2219): Gtk-CRITICAL **: 06:50:47.054: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:47 
02:50:47 (SWT:2219): Gtk-CRITICAL **: 06:50:47.054: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:47 
02:50:47 (SWT:2219): Gtk-CRITICAL **: 06:50:47.054: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gdk-CRITICAL **: 06:50:48.108: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.485: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.486: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.499: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.500: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.500: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.501: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.501: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.501: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gdk-CRITICAL **: 06:50:48.548: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.933: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.934: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.947: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.947: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.947: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.948: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.949: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:48 
02:50:48 (SWT:2219): Gtk-CRITICAL **: 06:50:48.949: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:50 
02:50:50 (SWT:2219): Gdk-CRITICAL **: 06:50:50.631: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.021: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.022: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.035: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.035: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.036: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.037: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.037: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.037: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 
02:50:51 (SWT:2219): Gdk-CRITICAL **: 06:50:51.082: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.470: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.471: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.484: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.484: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.484: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.485: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.485: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.485: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 16.655 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.selectsRangeWithTabWidth  Time elapsed: 0.434 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.selectsRange  Time elapsed: 0.472 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.insertsTextAtALocation  Time elapsed: 0.43 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.typesTextAtALocation  Time elapsed: 1.285 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.insertsTextAtALocationWithTabWidth  Time elapsed: 0.439 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.canDoubleClickOnStyledText  Time elapsed: 0.487 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.getsLinesWithEOLAtEndOfText  Time elapsed: 0.448 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.canClickOnStyledText  Time elapsed: 0.52 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.getsLineCountWithNoEOLEndOfText  Time elapsed: 0.441 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.getsBullet  Time elapsed: 0.498 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.canCtrlClickOnStyledText  Time elapsed: 0.474 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.findsStylesRangeInARangeWithTabWidth  Time elapsed: 0.491 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.findsTextStyle  Time elapsed: 0.486 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.canShiftClickOnStyledText  Time elapsed: 0.463 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.findsTextStyleWithTabWidth  Time elapsed: 0.478 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.getsTextOnCurrentLine  Time elapsed: 0.443 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.setsText  Time elapsed: 0.428 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.typesSpecialCharactersAtALocation  Time elapsed: 1.646 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.navigatesToAParticularLocationWithTAB  Time elapsed: 0.445 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.navigatesToAParticularLocation  Time elapsed: 0.456 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.findsStylesRangeInARange  Time elapsed: 0.499 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.testTypesTextAtALocation  Time elapsed: 1.454 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.getsTabs  Time elapsed: 0.44 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.typesTextAtALocationWithTabWidth  Time elapsed: 2.083 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.getsLinesWithNoEOLEndOfText  Time elapsed: 0.451 s
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.getsLineCountWithEOLAtEndOfText  Time elapsed: 0.45 s
02:50:51 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest
02:50:51 
02:50:51 (SWT:2219): Gdk-CRITICAL **: 06:50:51.537: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:51 
02:50:51 (SWT:2219): Gtk-CRITICAL **: 06:50:51.635: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:50:51 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest
02:50:51 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest.doubleClickOnCell  Time elapsed: 0.125 s
02:50:51 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest
02:50:51 
02:50:51 (SWT:2219): Gdk-CRITICAL **: 06:50:51.667: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:52 
02:50:52 (SWT:2219): Gtk-WARNING **: 06:50:52.009: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:52 
02:50:52 (SWT:2219): Gtk-WARNING **: 06:50:52.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:52 
02:50:52 (SWT:2219): Gtk-WARNING **: 06:50:52.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:52 
02:50:52 (SWT:2219): Gtk-WARNING **: 06:50:52.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:52 
02:50:52 (SWT:2219): Gtk-WARNING **: 06:50:52.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:52 
02:50:52 (SWT:2219): Gtk-WARNING **: 06:50:52.018: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:52 
02:50:52 (SWT:2219): Gtk-WARNING **: 06:50:52.019: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:54 
02:50:54 (SWT:2219): Gdk-CRITICAL **: 06:50:54.082: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:54 
02:50:54 (SWT:2219): Gtk-WARNING **: 06:50:54.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:54 
02:50:54 (SWT:2219): Gtk-WARNING **: 06:50:54.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:54 
02:50:54 (SWT:2219): Gtk-WARNING **: 06:50:54.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:54 
02:50:54 (SWT:2219): Gtk-WARNING **: 06:50:54.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:54 
02:50:54 (SWT:2219): Gtk-WARNING **: 06:50:54.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:54 
02:50:54 (SWT:2219): Gtk-WARNING **: 06:50:54.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:54 
02:50:54 (SWT:2219): Gtk-WARNING **: 06:50:54.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:56 
02:50:56 (SWT:2219): Gdk-CRITICAL **: 06:50:56.493: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:56 
02:50:56 (SWT:2219): Gtk-WARNING **: 06:50:56.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:56 
02:50:56 (SWT:2219): Gtk-WARNING **: 06:50:56.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:56 
02:50:56 (SWT:2219): Gtk-WARNING **: 06:50:56.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:56 
02:50:56 (SWT:2219): Gtk-WARNING **: 06:50:56.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:56 
02:50:56 (SWT:2219): Gtk-WARNING **: 06:50:56.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:56 
02:50:56 (SWT:2219): Gtk-WARNING **: 06:50:56.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:56 
02:50:56 (SWT:2219): Gtk-WARNING **: 06:50:56.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:58 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.251 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest
02:50:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest.clicksTreeColumn  Time elapsed: 2.414 s
02:50:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest.clicksHeaderContextMenuItem  Time elapsed: 2.411 s
02:50:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest.findsTreeColumn  Time elapsed: 2.425 s
02:50:58 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest
02:50:58 
02:50:58 (SWT:2219): Gdk-CRITICAL **: 06:50:58.922: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:50:59 
02:50:59 (SWT:2219): Gtk-WARNING **: 06:50:59.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:59 
02:50:59 (SWT:2219): Gtk-WARNING **: 06:50:59.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:59 
02:50:59 (SWT:2219): Gtk-WARNING **: 06:50:59.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:59 
02:50:59 (SWT:2219): Gtk-WARNING **: 06:50:59.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:59 
02:50:59 (SWT:2219): Gtk-WARNING **: 06:50:59.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:59 
02:50:59 (SWT:2219): Gtk-WARNING **: 06:50:59.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:50:59 
02:50:59 (SWT:2219): Gtk-WARNING **: 06:50:59.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:00 
02:51:00 (SWT:2219): Gdk-CRITICAL **: 06:51:00.938: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:01 
02:51:01 (SWT:2219): Gtk-WARNING **: 06:51:01.282: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:01 
02:51:01 (SWT:2219): Gtk-WARNING **: 06:51:01.287: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:01 
02:51:01 (SWT:2219): Gtk-WARNING **: 06:51:01.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:01 
02:51:01 (SWT:2219): Gtk-WARNING **: 06:51:01.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:01 
02:51:01 (SWT:2219): Gtk-WARNING **: 06:51:01.290: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:01 
02:51:01 (SWT:2219): Gtk-WARNING **: 06:51:01.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:01 
02:51:01 (SWT:2219): Gtk-WARNING **: 06:51:01.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:02 
02:51:02 (SWT:2219): Gdk-CRITICAL **: 06:51:02.953: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:03 
02:51:03 (SWT:2219): Gtk-WARNING **: 06:51:03.292: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:03 
02:51:03 (SWT:2219): Gtk-WARNING **: 06:51:03.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:03 
02:51:03 (SWT:2219): Gtk-WARNING **: 06:51:03.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:03 
02:51:03 (SWT:2219): Gtk-WARNING **: 06:51:03.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:03 
02:51:03 (SWT:2219): Gtk-WARNING **: 06:51:03.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:03 
02:51:03 (SWT:2219): Gtk-WARNING **: 06:51:03.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:03 
02:51:03 (SWT:2219): Gtk-WARNING **: 06:51:03.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:04 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.035 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest
02:51:04 org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest.selectionWorks  Time elapsed: 2.016 s
02:51:04 org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest.findsSpinner  Time elapsed: 2.014 s
02:51:04 org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest.findsSpinnerInGroup  Time elapsed: 2.003 s
02:51:04 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest
02:51:04 Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest
02:51:04 org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest skipped
02:51:04 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest
02:51:04 
02:51:04 (SWT:2219): Gdk-CRITICAL **: 06:51:04.965: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:05 
02:51:05 (SWT:2219): Gdk-CRITICAL **: 06:51:05.067: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:05 
02:51:05 (SWT:2219): Gdk-CRITICAL **: 06:51:05.187: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:05 
02:51:05 (SWT:2219): Gdk-CRITICAL **: 06:51:05.288: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:05 
02:51:05 (SWT:2219): Gdk-CRITICAL **: 06:51:05.391: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:05 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.528 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest
02:51:05 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest.findsSubMenus  Time elapsed: 0.102 s
02:51:05 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest.clicksSubMenus  Time elapsed: 0.12 s
02:51:05 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest.findsMenuRecursive  Time elapsed: 0.102 s
02:51:05 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest.findsMenuNotRecursive  Time elapsed: 0.102 s
02:51:05 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest.findsMenus  Time elapsed: 0.101 s
02:51:05 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest
02:51:05 
02:51:05 (SWT:2219): Gdk-CRITICAL **: 06:51:05.499: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:05 
02:51:05 (SWT:2219): Gdk-CRITICAL **: 06:51:05.566: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:05 
02:51:05 (SWT:2219): Gdk-CRITICAL **: 06:51:05.636: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:05 
02:51:05 (SWT:2219): Gdk-CRITICAL **: 06:51:05.701: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:05 
02:51:05 (SWT:2219): Gdk-CRITICAL **: 06:51:05.772: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:05 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest
02:51:05 org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest.indexedTrayItemIsReturned  Time elapsed: 0.066 s
02:51:05 org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest.menuCanBeAccessedOnTrayItem  Time elapsed: 0.071 s
02:51:05 org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest.firstTrayItemIsReturned  Time elapsed: 0.064 s
02:51:05 org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest.listOfTrayItemsIsReturned  Time elapsed: 0.071 s
02:51:05 org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest.trayItemWithTooltipIsReturned  Time elapsed: 0.067 s
02:51:05 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest
02:51:05 
02:51:05 (SWT:2219): Gdk-CRITICAL **: 06:51:05.846: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:06 
02:51:06 (SWT:2219): Gtk-WARNING **: 06:51:06.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:06 
02:51:06 (SWT:2219): Gtk-WARNING **: 06:51:06.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:06 
02:51:06 (SWT:2219): Gtk-WARNING **: 06:51:06.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:06 
02:51:06 (SWT:2219): Gtk-WARNING **: 06:51:06.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:06 
02:51:06 (SWT:2219): Gtk-WARNING **: 06:51:06.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:06 
02:51:06 (SWT:2219): Gtk-WARNING **: 06:51:06.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:06 
02:51:06 (SWT:2219): Gtk-WARNING **: 06:51:06.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:08 
02:51:08 (SWT:2219): Gdk-CRITICAL **: 06:51:08.126: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:08 
02:51:08 (SWT:2219): Gtk-WARNING **: 06:51:08.462: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:08 
02:51:08 (SWT:2219): Gtk-WARNING **: 06:51:08.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:08 
02:51:08 (SWT:2219): Gtk-WARNING **: 06:51:08.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:08 
02:51:08 (SWT:2219): Gtk-WARNING **: 06:51:08.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:08 
02:51:08 (SWT:2219): Gtk-WARNING **: 06:51:08.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:08 
02:51:08 (SWT:2219): Gtk-WARNING **: 06:51:08.471: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:08 
02:51:08 (SWT:2219): Gtk-WARNING **: 06:51:08.471: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:10 
02:51:10 (SWT:2219): Gdk-CRITICAL **: 06:51:10.412: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:10 
02:51:10 (SWT:2219): Gtk-WARNING **: 06:51:10.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:10 
02:51:10 (SWT:2219): Gtk-WARNING **: 06:51:10.759: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:10 
02:51:10 (SWT:2219): Gtk-WARNING **: 06:51:10.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:10 
02:51:10 (SWT:2219): Gtk-WARNING **: 06:51:10.763: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:10 
02:51:10 (SWT:2219): Gtk-WARNING **: 06:51:10.763: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:10 
02:51:10 (SWT:2219): Gtk-WARNING **: 06:51:10.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:10 
02:51:10 (SWT:2219): Gtk-WARNING **: 06:51:10.765: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:12 
02:51:12 (SWT:2219): Gdk-CRITICAL **: 06:51:12.727: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:13 
02:51:13 (SWT:2219): Gtk-WARNING **: 06:51:13.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:13 
02:51:13 (SWT:2219): Gtk-WARNING **: 06:51:13.084: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:13 
02:51:13 (SWT:2219): Gtk-WARNING **: 06:51:13.087: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:13 
02:51:13 (SWT:2219): Gtk-WARNING **: 06:51:13.087: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:13 
02:51:13 (SWT:2219): Gtk-WARNING **: 06:51:13.087: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:13 
02:51:13 (SWT:2219): Gtk-WARNING **: 06:51:13.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:13 
02:51:13 (SWT:2219): Gtk-WARNING **: 06:51:13.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:15 
02:51:15 (SWT:2219): Gdk-CRITICAL **: 06:51:15.099: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:15 
02:51:15 (SWT:2219): Gtk-WARNING **: 06:51:15.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:15 
02:51:15 (SWT:2219): Gtk-WARNING **: 06:51:15.467: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:15 
02:51:15 (SWT:2219): Gtk-WARNING **: 06:51:15.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:15 
02:51:15 (SWT:2219): Gtk-WARNING **: 06:51:15.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:15 
02:51:15 (SWT:2219): Gtk-WARNING **: 06:51:15.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:15 
02:51:15 (SWT:2219): Gtk-WARNING **: 06:51:15.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:15 
02:51:15 (SWT:2219): Gtk-WARNING **: 06:51:15.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:17 
02:51:17 (SWT:2219): Gdk-CRITICAL **: 06:51:17.378: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:17 
02:51:17 (SWT:2219): Gtk-WARNING **: 06:51:17.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:17 
02:51:17 (SWT:2219): Gtk-WARNING **: 06:51:17.748: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:17 
02:51:17 (SWT:2219): Gtk-WARNING **: 06:51:17.750: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:17 
02:51:17 (SWT:2219): Gtk-WARNING **: 06:51:17.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:17 
02:51:17 (SWT:2219): Gtk-WARNING **: 06:51:17.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:17 
02:51:17 (SWT:2219): Gtk-WARNING **: 06:51:17.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:17 
02:51:17 (SWT:2219): Gtk-WARNING **: 06:51:17.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:19 
02:51:19 (SWT:2219): Gdk-CRITICAL **: 06:51:19.706: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:20 
02:51:20 (SWT:2219): Gtk-WARNING **: 06:51:20.056: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:20 
02:51:20 (SWT:2219): Gtk-WARNING **: 06:51:20.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:20 
02:51:20 (SWT:2219): Gtk-WARNING **: 06:51:20.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:20 
02:51:20 (SWT:2219): Gtk-WARNING **: 06:51:20.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:20 
02:51:20 (SWT:2219): Gtk-WARNING **: 06:51:20.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:20 
02:51:20 (SWT:2219): Gtk-WARNING **: 06:51:20.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:20 
02:51:20 (SWT:2219): Gtk-WARNING **: 06:51:20.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:22 
02:51:22 (SWT:2219): Gdk-CRITICAL **: 06:51:22.082: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:22 
02:51:22 (SWT:2219): Gtk-WARNING **: 06:51:22.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:22 
02:51:22 (SWT:2219): Gtk-WARNING **: 06:51:22.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:22 
02:51:22 (SWT:2219): Gtk-WARNING **: 06:51:22.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:22 
02:51:22 (SWT:2219): Gtk-WARNING **: 06:51:22.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:22 
02:51:22 (SWT:2219): Gtk-WARNING **: 06:51:22.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:22 
02:51:22 (SWT:2219): Gtk-WARNING **: 06:51:22.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:22 
02:51:22 (SWT:2219): Gtk-WARNING **: 06:51:22.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:24 
02:51:24 (SWT:2219): Gdk-CRITICAL **: 06:51:24.470: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:24 
02:51:24 (SWT:2219): Gtk-WARNING **: 06:51:24.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:24 
02:51:24 (SWT:2219): Gtk-WARNING **: 06:51:24.831: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:24 
02:51:24 (SWT:2219): Gtk-WARNING **: 06:51:24.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:24 
02:51:24 (SWT:2219): Gtk-WARNING **: 06:51:24.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:24 
02:51:24 (SWT:2219): Gtk-WARNING **: 06:51:24.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:24 
02:51:24 (SWT:2219): Gtk-WARNING **: 06:51:24.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:24 
02:51:24 (SWT:2219): Gtk-WARNING **: 06:51:24.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:26 
02:51:26 (SWT:2219): Gdk-CRITICAL **: 06:51:26.783: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:27 
02:51:27 (SWT:2219): Gtk-WARNING **: 06:51:27.136: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:27 
02:51:27 (SWT:2219): Gtk-WARNING **: 06:51:27.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:27 
02:51:27 (SWT:2219): Gtk-WARNING **: 06:51:27.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:27 
02:51:27 (SWT:2219): Gtk-WARNING **: 06:51:27.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:27 
02:51:27 (SWT:2219): Gtk-WARNING **: 06:51:27.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:27 
02:51:27 (SWT:2219): Gtk-WARNING **: 06:51:27.145: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:27 
02:51:27 (SWT:2219): Gtk-WARNING **: 06:51:27.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:29 
02:51:29 (SWT:2219): Gdk-CRITICAL **: 06:51:29.100: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:29 
02:51:29 (SWT:2219): Gtk-WARNING **: 06:51:29.455: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:29 
02:51:29 (SWT:2219): Gtk-WARNING **: 06:51:29.460: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:29 
02:51:29 (SWT:2219): Gtk-WARNING **: 06:51:29.462: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:29 
02:51:29 (SWT:2219): Gtk-WARNING **: 06:51:29.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:29 
02:51:29 (SWT:2219): Gtk-WARNING **: 06:51:29.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:29 
02:51:29 (SWT:2219): Gtk-WARNING **: 06:51:29.465: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:29 
02:51:29 (SWT:2219): Gtk-WARNING **: 06:51:29.465: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:31 
02:51:31 (SWT:2219): Gdk-CRITICAL **: 06:51:31.437: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:31 
02:51:31 (SWT:2219): Gtk-WARNING **: 06:51:31.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:31 
02:51:31 (SWT:2219): Gtk-WARNING **: 06:51:31.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:31 
02:51:31 (SWT:2219): Gtk-WARNING **: 06:51:31.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:31 
02:51:31 (SWT:2219): Gtk-WARNING **: 06:51:31.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:31 
02:51:31 (SWT:2219): Gtk-WARNING **: 06:51:31.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:31 
02:51:31 (SWT:2219): Gtk-WARNING **: 06:51:31.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:31 
02:51:31 (SWT:2219): Gtk-WARNING **: 06:51:31.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:33 
02:51:33 (SWT:2219): Gdk-CRITICAL **: 06:51:33.769: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:34 
02:51:34 (SWT:2219): Gtk-WARNING **: 06:51:34.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:34 
02:51:34 (SWT:2219): Gtk-WARNING **: 06:51:34.132: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:34 
02:51:34 (SWT:2219): Gtk-WARNING **: 06:51:34.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:34 
02:51:34 (SWT:2219): Gtk-WARNING **: 06:51:34.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:34 
02:51:34 (SWT:2219): Gtk-WARNING **: 06:51:34.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:34 
02:51:34 (SWT:2219): Gtk-WARNING **: 06:51:34.137: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:34 
02:51:34 (SWT:2219): Gtk-WARNING **: 06:51:34.137: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:36 
02:51:36 (SWT:2219): Gdk-CRITICAL **: 06:51:36.152: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:36 
02:51:36 (SWT:2219): Gtk-WARNING **: 06:51:36.518: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:36 
02:51:36 (SWT:2219): Gtk-WARNING **: 06:51:36.523: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:36 
02:51:36 (SWT:2219): Gtk-WARNING **: 06:51:36.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:36 
02:51:36 (SWT:2219): Gtk-WARNING **: 06:51:36.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:36 
02:51:36 (SWT:2219): Gtk-WARNING **: 06:51:36.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:36 
02:51:36 (SWT:2219): Gtk-WARNING **: 06:51:36.528: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:36 
02:51:36 (SWT:2219): Gtk-WARNING **: 06:51:36.528: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:38 
02:51:38 (SWT:2219): Gdk-CRITICAL **: 06:51:38.532: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:38 
02:51:38 (SWT:2219): Gtk-WARNING **: 06:51:38.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:38 
02:51:38 (SWT:2219): Gtk-WARNING **: 06:51:38.899: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:38 
02:51:38 (SWT:2219): Gtk-WARNING **: 06:51:38.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:38 
02:51:38 (SWT:2219): Gtk-WARNING **: 06:51:38.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:38 
02:51:38 (SWT:2219): Gtk-WARNING **: 06:51:38.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:38 
02:51:38 (SWT:2219): Gtk-WARNING **: 06:51:38.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:38 
02:51:38 (SWT:2219): Gtk-WARNING **: 06:51:38.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:40 
02:51:40 (SWT:2219): Gdk-CRITICAL **: 06:51:40.817: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:41 
02:51:41 (SWT:2219): Gtk-WARNING **: 06:51:41.172: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:41 
02:51:41 (SWT:2219): Gtk-WARNING **: 06:51:41.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:41 
02:51:41 (SWT:2219): Gtk-WARNING **: 06:51:41.179: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:41 
02:51:41 (SWT:2219): Gtk-WARNING **: 06:51:41.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:41 
02:51:41 (SWT:2219): Gtk-WARNING **: 06:51:41.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:41 
02:51:41 (SWT:2219): Gtk-WARNING **: 06:51:41.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:41 
02:51:41 (SWT:2219): Gtk-WARNING **: 06:51:41.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:43 
02:51:43 (SWT:2219): Gdk-CRITICAL **: 06:51:43.132: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:43 
02:51:43 (SWT:2219): Gtk-WARNING **: 06:51:43.486: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:43 
02:51:43 (SWT:2219): Gtk-WARNING **: 06:51:43.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:43 
02:51:43 (SWT:2219): Gtk-WARNING **: 06:51:43.493: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:43 
02:51:43 (SWT:2219): Gtk-WARNING **: 06:51:43.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:43 
02:51:43 (SWT:2219): Gtk-WARNING **: 06:51:43.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:43 
02:51:43 (SWT:2219): Gtk-WARNING **: 06:51:43.496: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:43 
02:51:43 (SWT:2219): Gtk-WARNING **: 06:51:43.496: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:45 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.576 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.selectionNotifiesListeners  Time elapsed: 2.279 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.unSelectsSelectionMulti  Time elapsed: 2.286 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.throwsExceptionInCaseOfInvalidTextBasedSelectionMulti  Time elapsed: 2.315 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.setsAndGetsMultipleSelectionByText  Time elapsed: 2.372 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.unSelectsSelection  Time elapsed: 2.279 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.setsAndGetsSingleSelectionByText  Time elapsed: 2.327 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.setsAndGetsMultipleSelectionByIndex  Time elapsed: 2.375 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.throwsExceptionInCaseOfInvalidIndexBasedSelectionMulti  Time elapsed: 2.389 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.getsItemAtIndex  Time elapsed: 2.313 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.throwsExceptionInCaseOfInvalidIndexBasedSelection  Time elapsed: 2.317 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.canDoubleClickOnList  Time elapsed: 2.336 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.throwsExceptionInCaseOfInvalidTextBasedSelection  Time elapsed: 2.332 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.deSelectNotifiesListeners  Time elapsed: 2.382 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.selectionNotifiesListenersMulti  Time elapsed: 2.381 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.setsAndGetsSingleSelectionByIndex  Time elapsed: 2.284 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.findsAListWithoutLabel  Time elapsed: 2.315 s
02:51:45 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.getsIndexOfItem  Time elapsed: 2.289 s
02:51:45 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest
02:51:45 
02:51:45 (SWT:2219): Gdk-CRITICAL **: 06:51:45.427: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:45 
02:51:45 (SWT:2219): Gtk-WARNING **: 06:51:45.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:45 
02:51:45 (SWT:2219): Gtk-WARNING **: 06:51:45.789: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:45 
02:51:45 (SWT:2219): Gtk-WARNING **: 06:51:45.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:45 
02:51:45 (SWT:2219): Gtk-WARNING **: 06:51:45.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:45 
02:51:45 (SWT:2219): Gtk-WARNING **: 06:51:45.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:45 
02:51:45 (SWT:2219): Gtk-WARNING **: 06:51:45.794: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:45 
02:51:45 (SWT:2219): Gtk-WARNING **: 06:51:45.794: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:48 
02:51:48 (SWT:2219): Gdk-CRITICAL **: 06:51:48.184: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:48 
02:51:48 (SWT:2219): Gtk-WARNING **: 06:51:48.543: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:48 
02:51:48 (SWT:2219): Gtk-WARNING **: 06:51:48.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:48 
02:51:48 (SWT:2219): Gtk-WARNING **: 06:51:48.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:48 
02:51:48 (SWT:2219): Gtk-WARNING **: 06:51:48.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:48 
02:51:48 (SWT:2219): Gtk-WARNING **: 06:51:48.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:48 
02:51:48 (SWT:2219): Gtk-WARNING **: 06:51:48.557: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:48 
02:51:48 (SWT:2219): Gtk-WARNING **: 06:51:48.557: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:50 
02:51:50 (SWT:2219): Gdk-CRITICAL **: 06:51:50.690: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:51 
02:51:51 (SWT:2219): Gtk-WARNING **: 06:51:51.070: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:51 
02:51:51 (SWT:2219): Gtk-WARNING **: 06:51:51.075: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:51 
02:51:51 (SWT:2219): Gtk-WARNING **: 06:51:51.077: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:51 
02:51:51 (SWT:2219): Gtk-WARNING **: 06:51:51.077: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:51 
02:51:51 (SWT:2219): Gtk-WARNING **: 06:51:51.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:51 
02:51:51 (SWT:2219): Gtk-WARNING **: 06:51:51.079: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:51 
02:51:51 (SWT:2219): Gtk-WARNING **: 06:51:51.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:53 
02:51:53 (SWT:2219): Gdk-CRITICAL **: 06:51:53.182: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:53 
02:51:53 (SWT:2219): Gtk-WARNING **: 06:51:53.543: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:53 
02:51:53 (SWT:2219): Gtk-WARNING **: 06:51:53.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:53 
02:51:53 (SWT:2219): Gtk-WARNING **: 06:51:53.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:53 
02:51:53 (SWT:2219): Gtk-WARNING **: 06:51:53.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:53 
02:51:53 (SWT:2219): Gtk-WARNING **: 06:51:53.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:53 
02:51:53 (SWT:2219): Gtk-WARNING **: 06:51:53.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:53 
02:51:53 (SWT:2219): Gtk-WARNING **: 06:51:53.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:55 
02:51:55 (SWT:2219): Gdk-CRITICAL **: 06:51:55.698: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:56 
02:51:56 (SWT:2219): Gtk-WARNING **: 06:51:56.058: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:56 
02:51:56 (SWT:2219): Gtk-WARNING **: 06:51:56.063: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:56 
02:51:56 (SWT:2219): Gtk-WARNING **: 06:51:56.065: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:56 
02:51:56 (SWT:2219): Gtk-WARNING **: 06:51:56.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:56 
02:51:56 (SWT:2219): Gtk-WARNING **: 06:51:56.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:56 
02:51:56 (SWT:2219): Gtk-WARNING **: 06:51:56.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:56 
02:51:56 (SWT:2219): Gtk-WARNING **: 06:51:56.068: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:58 
02:51:58 (SWT:2219): Gdk-CRITICAL **: 06:51:58.206: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:51:58 
02:51:58 (SWT:2219): Gtk-WARNING **: 06:51:58.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:58 
02:51:58 (SWT:2219): Gtk-WARNING **: 06:51:58.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:58 
02:51:58 (SWT:2219): Gtk-WARNING **: 06:51:58.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:58 
02:51:58 (SWT:2219): Gtk-WARNING **: 06:51:58.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:58 
02:51:58 (SWT:2219): Gtk-WARNING **: 06:51:58.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:58 
02:51:58 (SWT:2219): Gtk-WARNING **: 06:51:58.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:51:58 
02:51:58 (SWT:2219): Gtk-WARNING **: 06:51:58.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:00 
02:52:00 (SWT:2219): Gdk-CRITICAL **: 06:52:00.711: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:01 
02:52:01 (SWT:2219): Gtk-WARNING **: 06:52:01.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:01 
02:52:01 (SWT:2219): Gtk-WARNING **: 06:52:01.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:01 
02:52:01 (SWT:2219): Gtk-WARNING **: 06:52:01.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:01 
02:52:01 (SWT:2219): Gtk-WARNING **: 06:52:01.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:01 
02:52:01 (SWT:2219): Gtk-WARNING **: 06:52:01.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:01 
02:52:01 (SWT:2219): Gtk-WARNING **: 06:52:01.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:01 
02:52:01 (SWT:2219): Gtk-WARNING **: 06:52:01.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:03 
02:52:03 (SWT:2219): Gdk-CRITICAL **: 06:52:03.366: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:03 
02:52:03 (SWT:2219): Gtk-WARNING **: 06:52:03.725: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:03 
02:52:03 (SWT:2219): Gtk-WARNING **: 06:52:03.730: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:03 
02:52:03 (SWT:2219): Gtk-WARNING **: 06:52:03.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:03 
02:52:03 (SWT:2219): Gtk-WARNING **: 06:52:03.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:03 
02:52:03 (SWT:2219): Gtk-WARNING **: 06:52:03.733: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:03 
02:52:03 (SWT:2219): Gtk-WARNING **: 06:52:03.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:03 
02:52:03 (SWT:2219): Gtk-WARNING **: 06:52:03.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:05 
02:52:05 (SWT:2219): Gdk-CRITICAL **: 06:52:05.896: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:06 
02:52:06 (SWT:2219): Gtk-WARNING **: 06:52:06.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:06 
02:52:06 (SWT:2219): Gtk-WARNING **: 06:52:06.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:06 
02:52:06 (SWT:2219): Gtk-WARNING **: 06:52:06.262: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:06 
02:52:06 (SWT:2219): Gtk-WARNING **: 06:52:06.262: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:06 
02:52:06 (SWT:2219): Gtk-WARNING **: 06:52:06.262: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:06 
02:52:06 (SWT:2219): Gtk-WARNING **: 06:52:06.264: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:06 
02:52:06 (SWT:2219): Gtk-WARNING **: 06:52:06.264: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:08 
02:52:08 (SWT:2219): Gdk-CRITICAL **: 06:52:08.716: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:09 
02:52:09 (SWT:2219): Gtk-WARNING **: 06:52:09.103: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:09 
02:52:09 (SWT:2219): Gtk-WARNING **: 06:52:09.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:09 
02:52:09 (SWT:2219): Gtk-WARNING **: 06:52:09.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:09 
02:52:09 (SWT:2219): Gtk-WARNING **: 06:52:09.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:09 
02:52:09 (SWT:2219): Gtk-WARNING **: 06:52:09.111: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:09 
02:52:09 (SWT:2219): Gtk-WARNING **: 06:52:09.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:09 
02:52:09 (SWT:2219): Gtk-WARNING **: 06:52:09.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:11 
02:52:11 (SWT:2219): Gdk-CRITICAL **: 06:52:11.472: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:11 
02:52:11 (SWT:2219): Gtk-WARNING **: 06:52:11.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:11 
02:52:11 (SWT:2219): Gtk-WARNING **: 06:52:11.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:11 
02:52:11 (SWT:2219): Gtk-WARNING **: 06:52:11.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:11 
02:52:11 (SWT:2219): Gtk-WARNING **: 06:52:11.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:11 
02:52:11 (SWT:2219): Gtk-WARNING **: 06:52:11.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:11 
02:52:11 (SWT:2219): Gtk-WARNING **: 06:52:11.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:11 
02:52:11 (SWT:2219): Gtk-WARNING **: 06:52:11.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:14 
02:52:14 (SWT:2219): Gdk-CRITICAL **: 06:52:14.184: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:14 
02:52:14 (SWT:2219): Gtk-WARNING **: 06:52:14.555: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:14 
02:52:14 (SWT:2219): Gtk-WARNING **: 06:52:14.560: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:14 
02:52:14 (SWT:2219): Gtk-WARNING **: 06:52:14.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:14 
02:52:14 (SWT:2219): Gtk-WARNING **: 06:52:14.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:14 
02:52:14 (SWT:2219): Gtk-WARNING **: 06:52:14.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:14 
02:52:14 (SWT:2219): Gtk-WARNING **: 06:52:14.565: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:14 
02:52:14 (SWT:2219): Gtk-WARNING **: 06:52:14.565: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:16 
02:52:16 (SWT:2219): Gdk-CRITICAL **: 06:52:16.896: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:17 
02:52:17 (SWT:2219): Gtk-WARNING **: 06:52:17.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:17 
02:52:17 (SWT:2219): Gtk-WARNING **: 06:52:17.268: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:17 
02:52:17 (SWT:2219): Gtk-WARNING **: 06:52:17.270: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:17 
02:52:17 (SWT:2219): Gtk-WARNING **: 06:52:17.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:17 
02:52:17 (SWT:2219): Gtk-WARNING **: 06:52:17.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:17 
02:52:17 (SWT:2219): Gtk-WARNING **: 06:52:17.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:17 
02:52:17 (SWT:2219): Gtk-WARNING **: 06:52:17.273: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:19 
02:52:19 (SWT:2219): Gdk-CRITICAL **: 06:52:19.536: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:19 
02:52:19 (SWT:2219): Gtk-WARNING **: 06:52:19.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:19 
02:52:19 (SWT:2219): Gtk-WARNING **: 06:52:19.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:19 
02:52:19 (SWT:2219): Gtk-WARNING **: 06:52:19.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:19 
02:52:19 (SWT:2219): Gtk-WARNING **: 06:52:19.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:19 
02:52:19 (SWT:2219): Gtk-WARNING **: 06:52:19.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:19 
02:52:19 (SWT:2219): Gtk-WARNING **: 06:52:19.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:19 
02:52:19 (SWT:2219): Gtk-WARNING **: 06:52:19.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:22 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 37.051 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest
02:52:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canUnCheckALine  Time elapsed: 2.756 s
02:52:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.isGrayed  Time elapsed: 2.507 s
02:52:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canFindALine  Time elapsed: 2.491 s
02:52:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.checkingATableThatDoesNotHaveCheckStyleBitsThrowsException  Time elapsed: 2.515 s
02:52:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.isGrayedTableNotChecked  Time elapsed: 2.507 s
02:52:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canGetTableItemText  Time elapsed: 2.505 s
02:52:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canRightClickOnALine  Time elapsed: 2.653 s
02:52:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canGetLineText  Time elapsed: 2.53 s
02:52:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canToggleALine  Time elapsed: 2.82 s
02:52:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canDoubleClickALine  Time elapsed: 2.757 s
02:52:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canClickALine  Time elapsed: 2.711 s
02:52:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canClickALineInAColumn  Time elapsed: 2.711 s
02:52:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canSelectALine  Time elapsed: 2.64 s
02:52:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canCheckALine  Time elapsed: 2.942 s
02:52:22 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest
02:52:22 
02:52:22 (SWT:2219): Gdk-CRITICAL **: 06:52:22.484: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:22 
02:52:22 (SWT:2219): Gtk-WARNING **: 06:52:22.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:22 
02:52:22 (SWT:2219): Gtk-WARNING **: 06:52:22.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:22 
02:52:22 (SWT:2219): Gtk-WARNING **: 06:52:22.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:22 
02:52:22 (SWT:2219): Gtk-WARNING **: 06:52:22.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:22 
02:52:22 (SWT:2219): Gtk-WARNING **: 06:52:22.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:22 
02:52:22 (SWT:2219): Gtk-WARNING **: 06:52:22.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:22 
02:52:22 (SWT:2219): Gtk-WARNING **: 06:52:22.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:24 
02:52:24 (SWT:2219): Gdk-CRITICAL **: 06:52:24.702: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:25 
02:52:25 (SWT:2219): Gtk-WARNING **: 06:52:25.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:25 
02:52:25 (SWT:2219): Gtk-WARNING **: 06:52:25.085: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:25 
02:52:25 (SWT:2219): Gtk-WARNING **: 06:52:25.088: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:25 
02:52:25 (SWT:2219): Gtk-WARNING **: 06:52:25.088: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:25 
02:52:25 (SWT:2219): Gtk-WARNING **: 06:52:25.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:25 
02:52:25 (SWT:2219): Gtk-WARNING **: 06:52:25.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:25 
02:52:25 (SWT:2219): Gtk-WARNING **: 06:52:25.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:26 
02:52:26 (SWT:2219): Gdk-CRITICAL **: 06:52:26.974: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:27 
02:52:27 (SWT:2219): Gtk-WARNING **: 06:52:27.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:27 
02:52:27 (SWT:2219): Gtk-WARNING **: 06:52:27.355: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:27 
02:52:27 (SWT:2219): Gtk-WARNING **: 06:52:27.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:27 
02:52:27 (SWT:2219): Gtk-WARNING **: 06:52:27.358: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:27 
02:52:27 (SWT:2219): Gtk-WARNING **: 06:52:27.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:27 
02:52:27 (SWT:2219): Gtk-WARNING **: 06:52:27.361: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:27 
02:52:27 (SWT:2219): Gtk-WARNING **: 06:52:27.361: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:29 
02:52:29 (SWT:2219): Gdk-CRITICAL **: 06:52:29.198: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:29 
02:52:29 (SWT:2219): Gtk-WARNING **: 06:52:29.567: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:29 
02:52:29 (SWT:2219): Gtk-WARNING **: 06:52:29.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:29 
02:52:29 (SWT:2219): Gtk-WARNING **: 06:52:29.575: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:29 
02:52:29 (SWT:2219): Gtk-WARNING **: 06:52:29.575: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:29 
02:52:29 (SWT:2219): Gtk-WARNING **: 06:52:29.575: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:29 
02:52:29 (SWT:2219): Gtk-WARNING **: 06:52:29.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:29 
02:52:29 (SWT:2219): Gtk-WARNING **: 06:52:29.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:31 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.931 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest
02:52:31 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest.findsToolBarButtonWithToolTipBasedOnIndex  Time elapsed: 2.217 s
02:52:31 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest.findsToolBarButtonWithToolTip  Time elapsed: 2.272 s
02:52:31 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest.getsTooltipOnButton  Time elapsed: 2.224 s
02:52:31 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest.findsToolBarButtonWithToolTip2  Time elapsed: 2.217 s
02:52:31 Running org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest
02:52:31 
02:52:31 (SWT:2219): Gdk-CRITICAL **: 06:52:31.422: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:31 
02:52:31 (SWT:2219): Gtk-WARNING **: 06:52:31.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:31 
02:52:31 (SWT:2219): Gtk-WARNING **: 06:52:31.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:31 
02:52:31 (SWT:2219): Gtk-WARNING **: 06:52:31.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:31 
02:52:31 (SWT:2219): Gtk-WARNING **: 06:52:31.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:31 
02:52:31 (SWT:2219): Gtk-WARNING **: 06:52:31.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:31 
02:52:31 (SWT:2219): Gtk-WARNING **: 06:52:31.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:31 
02:52:31 (SWT:2219): Gtk-WARNING **: 06:52:31.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:33 
02:52:33 (SWT:2219): Gdk-CRITICAL **: 06:52:33.602: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:33 
02:52:33 (SWT:2219): Gtk-WARNING **: 06:52:33.974: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:33 
02:52:33 (SWT:2219): Gtk-WARNING **: 06:52:33.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:33 
02:52:33 (SWT:2219): Gtk-WARNING **: 06:52:33.982: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:33 
02:52:33 (SWT:2219): Gtk-WARNING **: 06:52:33.982: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:33 
02:52:33 (SWT:2219): Gtk-WARNING **: 06:52:33.982: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:33 
02:52:33 (SWT:2219): Gtk-WARNING **: 06:52:33.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:33 
02:52:33 (SWT:2219): Gtk-WARNING **: 06:52:33.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:35 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.381 s - in org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest
02:52:35 org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest.throwsExceptionOnNullObjectPassedIntoConstructor  Time elapsed: 2.18 s
02:52:35 org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest.throwsExceptionOnDisposedObjectPassedIntoConstructor  Time elapsed: 2.201 s
02:52:35 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest
02:52:35 
02:52:35 (SWT:2219): Gdk-CRITICAL **: 06:52:35.808: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:36 
02:52:36 (SWT:2219): Gtk-WARNING **: 06:52:36.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:36 
02:52:36 (SWT:2219): Gtk-WARNING **: 06:52:36.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:36 
02:52:36 (SWT:2219): Gtk-WARNING **: 06:52:36.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:36 
02:52:36 (SWT:2219): Gtk-WARNING **: 06:52:36.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:36 
02:52:36 (SWT:2219): Gtk-WARNING **: 06:52:36.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:36 
02:52:36 (SWT:2219): Gtk-WARNING **: 06:52:36.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:36 
02:52:36 (SWT:2219): Gtk-WARNING **: 06:52:36.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:38 
02:52:38 (SWT:2219): Gdk-CRITICAL **: 06:52:38.008: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:38 
02:52:38 (SWT:2219): Gtk-WARNING **: 06:52:38.389: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:38 
02:52:38 (SWT:2219): Gtk-WARNING **: 06:52:38.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:38 
02:52:38 (SWT:2219): Gtk-WARNING **: 06:52:38.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:38 
02:52:38 (SWT:2219): Gtk-WARNING **: 06:52:38.397: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:38 
02:52:38 (SWT:2219): Gtk-WARNING **: 06:52:38.397: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:38 
02:52:38 (SWT:2219): Gtk-WARNING **: 06:52:38.399: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:38 
02:52:38 (SWT:2219): Gtk-WARNING **: 06:52:38.399: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:40 
02:52:40 (SWT:2219): Gdk-CRITICAL **: 06:52:40.983: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:41 
02:52:41 (SWT:2219): Gtk-WARNING **: 06:52:41.366: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:41 
02:52:41 (SWT:2219): Gtk-WARNING **: 06:52:41.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:41 
02:52:41 (SWT:2219): Gtk-WARNING **: 06:52:41.373: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:41 
02:52:41 (SWT:2219): Gtk-WARNING **: 06:52:41.373: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:41 
02:52:41 (SWT:2219): Gtk-WARNING **: 06:52:41.374: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:41 
02:52:41 (SWT:2219): Gtk-WARNING **: 06:52:41.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:41 
02:52:41 (SWT:2219): Gtk-WARNING **: 06:52:41.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:43 
02:52:43 (SWT:2219): Gdk-CRITICAL **: 06:52:43.223: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:43 
02:52:43 (SWT:2219): Gtk-WARNING **: 06:52:43.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:43 
02:52:43 (SWT:2219): Gtk-WARNING **: 06:52:43.602: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:43 
02:52:43 (SWT:2219): Gtk-WARNING **: 06:52:43.604: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:43 
02:52:43 (SWT:2219): Gtk-WARNING **: 06:52:43.605: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:43 
02:52:43 (SWT:2219): Gtk-WARNING **: 06:52:43.605: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:43 
02:52:43 (SWT:2219): Gtk-WARNING **: 06:52:43.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:43 
02:52:43 (SWT:2219): Gtk-WARNING **: 06:52:43.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:45 
02:52:45 (SWT:2219): Gdk-CRITICAL **: 06:52:45.455: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:45 
02:52:45 (SWT:2219): Gtk-WARNING **: 06:52:45.830: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:45 
02:52:45 (SWT:2219): Gtk-WARNING **: 06:52:45.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:45 
02:52:45 (SWT:2219): Gtk-WARNING **: 06:52:45.838: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:45 
02:52:45 (SWT:2219): Gtk-WARNING **: 06:52:45.838: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:45 
02:52:45 (SWT:2219): Gtk-WARNING **: 06:52:45.838: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:45 
02:52:45 (SWT:2219): Gtk-WARNING **: 06:52:45.840: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:45 
02:52:45 (SWT:2219): Gtk-WARNING **: 06:52:45.840: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:47 
02:52:47 (SWT:2219): Gdk-CRITICAL **: 06:52:47.699: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:48 
02:52:48 (SWT:2219): Gtk-WARNING **: 06:52:48.073: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:48 
02:52:48 (SWT:2219): Gtk-WARNING **: 06:52:48.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:48 
02:52:48 (SWT:2219): Gtk-WARNING **: 06:52:48.081: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:48 
02:52:48 (SWT:2219): Gtk-WARNING **: 06:52:48.081: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:48 
02:52:48 (SWT:2219): Gtk-WARNING **: 06:52:48.081: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:48 
02:52:48 (SWT:2219): Gtk-WARNING **: 06:52:48.083: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:48 
02:52:48 (SWT:2219): Gtk-WARNING **: 06:52:48.083: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:49 
02:52:49 (SWT:2219): Gdk-CRITICAL **: 06:52:49.911: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:50 
02:52:50 (SWT:2219): Gtk-WARNING **: 06:52:50.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:50 
02:52:50 (SWT:2219): Gtk-WARNING **: 06:52:50.293: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:50 
02:52:50 (SWT:2219): Gtk-WARNING **: 06:52:50.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:50 
02:52:50 (SWT:2219): Gtk-WARNING **: 06:52:50.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:50 
02:52:50 (SWT:2219): Gtk-WARNING **: 06:52:50.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:50 
02:52:50 (SWT:2219): Gtk-WARNING **: 06:52:50.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:50 
02:52:50 (SWT:2219): Gtk-WARNING **: 06:52:50.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:52 
02:52:52 (SWT:2219): Gdk-CRITICAL **: 06:52:52.159: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:52 
02:52:52 (SWT:2219): Gtk-WARNING **: 06:52:52.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:52 
02:52:52 (SWT:2219): Gtk-WARNING **: 06:52:52.561: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:52 
02:52:52 (SWT:2219): Gtk-WARNING **: 06:52:52.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:52 
02:52:52 (SWT:2219): Gtk-WARNING **: 06:52:52.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:52 
02:52:52 (SWT:2219): Gtk-WARNING **: 06:52:52.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:52 
02:52:52 (SWT:2219): Gtk-WARNING **: 06:52:52.566: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:52 
02:52:52 (SWT:2219): Gtk-WARNING **: 06:52:52.566: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:54 
02:52:54 (SWT:2219): Gdk-CRITICAL **: 06:52:54.423: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:54 
02:52:54 (SWT:2219): Gtk-WARNING **: 06:52:54.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:54 
02:52:54 (SWT:2219): Gtk-WARNING **: 06:52:54.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:54 
02:52:54 (SWT:2219): Gtk-WARNING **: 06:52:54.811: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:54 
02:52:54 (SWT:2219): Gtk-WARNING **: 06:52:54.811: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:54 
02:52:54 (SWT:2219): Gtk-WARNING **: 06:52:54.812: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:54 
02:52:54 (SWT:2219): Gtk-WARNING **: 06:52:54.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:54 
02:52:54 (SWT:2219): Gtk-WARNING **: 06:52:54.814: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:56 
02:52:56 (SWT:2219): Gdk-CRITICAL **: 06:52:56.663: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:57 
02:52:57 (SWT:2219): Gtk-WARNING **: 06:52:57.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:57 
02:52:57 (SWT:2219): Gtk-WARNING **: 06:52:57.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:57 
02:52:57 (SWT:2219): Gtk-WARNING **: 06:52:57.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:57 
02:52:57 (SWT:2219): Gtk-WARNING **: 06:52:57.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:57 
02:52:57 (SWT:2219): Gtk-WARNING **: 06:52:57.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:57 
02:52:57 (SWT:2219): Gtk-WARNING **: 06:52:57.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:57 
02:52:57 (SWT:2219): Gtk-WARNING **: 06:52:57.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:58 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.107 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest
02:52:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.setTextBetweenSelectionsWithSameIndices  Time elapsed: 2.201 s
02:52:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.typeAndVerifiesTextInCombo  Time elapsed: 2.973 s
02:52:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.changeAndVerifiesSelectionInComboByText  Time elapsed: 2.24 s
02:52:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.changeAndVerifiesSelectionInComboByIndex  Time elapsed: 2.231 s
02:52:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.throwsExceptionInCaseOfInvalidIndexBasedSelection  Time elapsed: 2.243 s
02:52:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.throwsExceptionInCaseOfInvalidTextBasedSelection  Time elapsed: 2.212 s
02:52:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.throwsExceptionInCaseOfChangeTextOfReadOnlyCombo  Time elapsed: 2.248 s
02:52:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.findsCombo  Time elapsed: 2.264 s
02:52:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.changeAndVerifiesTextInCombo  Time elapsed: 2.241 s
02:52:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.getItems  Time elapsed: 2.25 s
02:52:58 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest
02:52:58 
02:52:58 (SWT:2219): Gdk-CRITICAL **: 06:52:58.922: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:52:59 
02:52:59 (SWT:2219): Gtk-WARNING **: 06:52:59.302: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:59 
02:52:59 (SWT:2219): Gtk-WARNING **: 06:52:59.307: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:59 
02:52:59 (SWT:2219): Gtk-WARNING **: 06:52:59.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:59 
02:52:59 (SWT:2219): Gtk-WARNING **: 06:52:59.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:59 
02:52:59 (SWT:2219): Gtk-WARNING **: 06:52:59.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:59 
02:52:59 (SWT:2219): Gtk-WARNING **: 06:52:59.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:52:59 
02:52:59 (SWT:2219): Gtk-WARNING **: 06:52:59.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:01 
02:53:01 (SWT:2219): Gdk-CRITICAL **: 06:53:01.188: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:01 
02:53:01 (SWT:2219): Gtk-WARNING **: 06:53:01.571: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:01 
02:53:01 (SWT:2219): Gtk-WARNING **: 06:53:01.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:01 
02:53:01 (SWT:2219): Gtk-WARNING **: 06:53:01.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:01 
02:53:01 (SWT:2219): Gtk-WARNING **: 06:53:01.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:01 
02:53:01 (SWT:2219): Gtk-WARNING **: 06:53:01.579: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:01 
02:53:01 (SWT:2219): Gtk-WARNING **: 06:53:01.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:01 
02:53:01 (SWT:2219): Gtk-WARNING **: 06:53:01.581: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:03 
02:53:03 (SWT:2219): Gdk-CRITICAL **: 06:53:03.419: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:03 
02:53:03 (SWT:2219): Gtk-WARNING **: 06:53:03.794: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:03 
02:53:03 (SWT:2219): Gtk-WARNING **: 06:53:03.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:03 
02:53:03 (SWT:2219): Gtk-WARNING **: 06:53:03.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:03 
02:53:03 (SWT:2219): Gtk-WARNING **: 06:53:03.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:03 
02:53:03 (SWT:2219): Gtk-WARNING **: 06:53:03.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:03 
02:53:03 (SWT:2219): Gtk-WARNING **: 06:53:03.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:03 
02:53:03 (SWT:2219): Gtk-WARNING **: 06:53:03.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:05 
02:53:05 (SWT:2219): Gdk-CRITICAL **: 06:53:05.656: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:06 
02:53:06 (SWT:2219): Gtk-WARNING **: 06:53:06.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:06 
02:53:06 (SWT:2219): Gtk-WARNING **: 06:53:06.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:06 
02:53:06 (SWT:2219): Gtk-WARNING **: 06:53:06.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:06 
02:53:06 (SWT:2219): Gtk-WARNING **: 06:53:06.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:06 
02:53:06 (SWT:2219): Gtk-WARNING **: 06:53:06.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:06 
02:53:06 (SWT:2219): Gtk-WARNING **: 06:53:06.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:06 
02:53:06 (SWT:2219): Gtk-WARNING **: 06:53:06.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:07 
02:53:07 (SWT:2219): Gdk-CRITICAL **: 06:53:07.895: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:08 
02:53:08 (SWT:2219): Gtk-WARNING **: 06:53:08.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:08 
02:53:08 (SWT:2219): Gtk-WARNING **: 06:53:08.279: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:08 
02:53:08 (SWT:2219): Gtk-WARNING **: 06:53:08.281: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:08 
02:53:08 (SWT:2219): Gtk-WARNING **: 06:53:08.282: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:08 
02:53:08 (SWT:2219): Gtk-WARNING **: 06:53:08.282: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:08 
02:53:08 (SWT:2219): Gtk-WARNING **: 06:53:08.284: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:08 
02:53:08 (SWT:2219): Gtk-WARNING **: 06:53:08.284: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:10 
02:53:10 (SWT:2219): Gdk-CRITICAL **: 06:53:10.152: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:10 
02:53:10 (SWT:2219): Gtk-WARNING **: 06:53:10.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:10 
02:53:10 (SWT:2219): Gtk-WARNING **: 06:53:10.545: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:10 
02:53:10 (SWT:2219): Gtk-WARNING **: 06:53:10.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:10 
02:53:10 (SWT:2219): Gtk-WARNING **: 06:53:10.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:10 
02:53:10 (SWT:2219): Gtk-WARNING **: 06:53:10.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:10 
02:53:10 (SWT:2219): Gtk-WARNING **: 06:53:10.550: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:10 
02:53:10 (SWT:2219): Gtk-WARNING **: 06:53:10.550: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:12 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.529 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest
02:53:12 org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest.clicksOnALinkAtIndexWithHREF  Time elapsed: 2.264 s
02:53:12 org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest.clicksOnALinkWithHyperlinkTextAndHREF  Time elapsed: 2.231 s
02:53:12 org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest.clicksOnALink  Time elapsed: 2.237 s
02:53:12 org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest.clicksOnALinkAtIndexWithNoHREF  Time elapsed: 2.238 s
02:53:12 org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest.clicksOnALinkWithHyperlinkTextAndNoHREF  Time elapsed: 2.256 s
02:53:12 org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest.clicksOnALinkAtIndexOutOfRange  Time elapsed: 2.297 s
02:53:12 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest
02:53:12 
02:53:12 (SWT:2219): Gdk-CRITICAL **: 06:53:12.455: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:12 
02:53:12 (SWT:2219): Gtk-WARNING **: 06:53:12.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:12 
02:53:12 (SWT:2219): Gtk-WARNING **: 06:53:12.849: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:12 
02:53:12 (SWT:2219): Gtk-WARNING **: 06:53:12.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:12 
02:53:12 (SWT:2219): Gtk-WARNING **: 06:53:12.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:12 
02:53:12 (SWT:2219): Gtk-WARNING **: 06:53:12.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:12 
02:53:12 (SWT:2219): Gtk-WARNING **: 06:53:12.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:12 
02:53:12 (SWT:2219): Gtk-WARNING **: 06:53:12.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:15 
02:53:15 (SWT:2219): Gdk-CRITICAL **: 06:53:15.201: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:15 
02:53:15 (SWT:2219): Gtk-WARNING **: 06:53:15.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:15 
02:53:15 (SWT:2219): Gtk-WARNING **: 06:53:15.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:15 
02:53:15 (SWT:2219): Gtk-WARNING **: 06:53:15.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:15 
02:53:15 (SWT:2219): Gtk-WARNING **: 06:53:15.604: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:15 
02:53:15 (SWT:2219): Gtk-WARNING **: 06:53:15.604: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:15 
02:53:15 (SWT:2219): Gtk-WARNING **: 06:53:15.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:15 
02:53:15 (SWT:2219): Gtk-WARNING **: 06:53:15.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:17 
02:53:17 (SWT:2219): Gdk-CRITICAL **: 06:53:17.681: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:18 
02:53:18 (SWT:2219): Gtk-WARNING **: 06:53:18.069: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:18 
02:53:18 (SWT:2219): Gtk-WARNING **: 06:53:18.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:18 
02:53:18 (SWT:2219): Gtk-WARNING **: 06:53:18.076: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:18 
02:53:18 (SWT:2219): Gtk-WARNING **: 06:53:18.077: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:18 
02:53:18 (SWT:2219): Gtk-WARNING **: 06:53:18.077: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:18 
02:53:18 (SWT:2219): Gtk-WARNING **: 06:53:18.079: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:18 
02:53:18 (SWT:2219): Gtk-WARNING **: 06:53:18.079: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:20 
02:53:20 (SWT:2219): Gdk-CRITICAL **: 06:53:20.705: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:21 
02:53:21 (SWT:2219): Gtk-WARNING **: 06:53:21.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:21 
02:53:21 (SWT:2219): Gtk-WARNING **: 06:53:21.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:21 
02:53:21 (SWT:2219): Gtk-WARNING **: 06:53:21.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:21 
02:53:21 (SWT:2219): Gtk-WARNING **: 06:53:21.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:21 
02:53:21 (SWT:2219): Gtk-WARNING **: 06:53:21.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:21 
02:53:21 (SWT:2219): Gtk-WARNING **: 06:53:21.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:21 
02:53:21 (SWT:2219): Gtk-WARNING **: 06:53:21.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:27 
02:53:27 (SWT:2219): Gdk-CRITICAL **: 06:53:27.196: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:27 
02:53:27 (SWT:2219): Gtk-WARNING **: 06:53:27.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:27 
02:53:27 (SWT:2219): Gtk-WARNING **: 06:53:27.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:27 
02:53:27 (SWT:2219): Gtk-WARNING **: 06:53:27.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:27 
02:53:27 (SWT:2219): Gtk-WARNING **: 06:53:27.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:27 
02:53:27 (SWT:2219): Gtk-WARNING **: 06:53:27.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:27 
02:53:27 (SWT:2219): Gtk-WARNING **: 06:53:27.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:27 
02:53:27 (SWT:2219): Gtk-WARNING **: 06:53:27.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:33 
02:53:33 (SWT:2219): Gdk-CRITICAL **: 06:53:33.748: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:34 
02:53:34 (SWT:2219): Gtk-WARNING **: 06:53:34.133: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:34 
02:53:34 (SWT:2219): Gtk-WARNING **: 06:53:34.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:34 
02:53:34 (SWT:2219): Gtk-WARNING **: 06:53:34.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:34 
02:53:34 (SWT:2219): Gtk-WARNING **: 06:53:34.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:34 
02:53:34 (SWT:2219): Gtk-WARNING **: 06:53:34.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:34 
02:53:34 (SWT:2219): Gtk-WARNING **: 06:53:34.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:34 
02:53:34 (SWT:2219): Gtk-WARNING **: 06:53:34.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:36 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.925 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest
02:53:36 org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest.clicksCheckBox  Time elapsed: 2.746 s
02:53:36 org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest.isSelectedWorks  Time elapsed: 2.479 s
02:53:36 org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest.clickingOneRadioDeselectsOthers  Time elapsed: 3.023 s
02:53:36 org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest.doesNotMatchCheckboxButtons  Time elapsed: 6.491 s
02:53:36 org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest.doesNotMatchRegularButtons  Time elapsed: 6.552 s
02:53:36 org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest.clicksRadioButtons  Time elapsed: 2.631 s
02:53:36 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest
02:53:36 
02:53:36 (SWT:2219): Gdk-CRITICAL **: 06:53:36.385: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:36 
02:53:36 (SWT:2219): Gtk-WARNING **: 06:53:36.769: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:36 
02:53:36 (SWT:2219): Gtk-WARNING **: 06:53:36.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:36 
02:53:36 (SWT:2219): Gtk-WARNING **: 06:53:36.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:36 
02:53:36 (SWT:2219): Gtk-WARNING **: 06:53:36.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:36 
02:53:36 (SWT:2219): Gtk-WARNING **: 06:53:36.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:36 
02:53:36 (SWT:2219): Gtk-WARNING **: 06:53:36.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:36 
02:53:36 (SWT:2219): Gtk-WARNING **: 06:53:36.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:38 
02:53:38 (SWT:2219): Gtk-CRITICAL **: 06:53:38.410: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:38 
02:53:38 (SWT:2219): Gtk-CRITICAL **: 06:53:38.416: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:38 
02:53:38 (SWT:2219): Gtk-CRITICAL **: 06:53:38.436: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:38 
02:53:38 (SWT:2219): Gtk-CRITICAL **: 06:53:38.441: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:38 
02:53:38 (SWT:2219): Gtk-CRITICAL **: 06:53:38.460: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:38 
02:53:38 (SWT:2219): Gdk-CRITICAL **: 06:53:38.738: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:39 
02:53:39 (SWT:2219): Gtk-WARNING **: 06:53:39.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:39 
02:53:39 (SWT:2219): Gtk-WARNING **: 06:53:39.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:39 
02:53:39 (SWT:2219): Gtk-WARNING **: 06:53:39.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:39 
02:53:39 (SWT:2219): Gtk-WARNING **: 06:53:39.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:39 
02:53:39 (SWT:2219): Gtk-WARNING **: 06:53:39.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:39 
02:53:39 (SWT:2219): Gtk-WARNING **: 06:53:39.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:39 
02:53:39 (SWT:2219): Gtk-WARNING **: 06:53:39.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.696: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.701: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.751: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.763: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.772: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.785: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.802: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.818: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.834: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.852: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.868: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.886: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.903: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.919: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.937: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.952: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:40 
02:53:40 (SWT:2219): Gtk-CRITICAL **: 06:53:40.985: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:41 
02:53:41 (SWT:2219): Gtk-CRITICAL **: 06:53:41.034: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:41 
02:53:41 (SWT:2219): Gtk-CRITICAL **: 06:53:41.084: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:41 
02:53:41 (SWT:2219): Gtk-CRITICAL **: 06:53:41.133: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:41 
02:53:41 (SWT:2219): Gtk-CRITICAL **: 06:53:41.184: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:41 
02:53:41 (SWT:2219): Gtk-CRITICAL **: 06:53:41.234: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:41 
02:53:41 (SWT:2219): Gtk-CRITICAL **: 06:53:41.285: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:41 
02:53:41 (SWT:2219): Gtk-CRITICAL **: 06:53:41.335: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:41 
02:53:41 (SWT:2219): Gtk-CRITICAL **: 06:53:41.385: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:41 
02:53:41 (SWT:2219): Gdk-CRITICAL **: 06:53:41.716: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:42 
02:53:42 (SWT:2219): Gtk-WARNING **: 06:53:42.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:42 
02:53:42 (SWT:2219): Gtk-WARNING **: 06:53:42.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:42 
02:53:42 (SWT:2219): Gtk-WARNING **: 06:53:42.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:42 
02:53:42 (SWT:2219): Gtk-WARNING **: 06:53:42.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:42 
02:53:42 (SWT:2219): Gtk-WARNING **: 06:53:42.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:42 
02:53:42 (SWT:2219): Gtk-WARNING **: 06:53:42.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:42 
02:53:42 (SWT:2219): Gtk-WARNING **: 06:53:42.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:43 
02:53:43 (SWT:2219): Gtk-CRITICAL **: 06:53:43.706: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:43 
02:53:43 (SWT:2219): Gtk-CRITICAL **: 06:53:43.712: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:43 
02:53:43 (SWT:2219): Gtk-CRITICAL **: 06:53:43.727: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:43 
02:53:43 (SWT:2219): Gtk-CRITICAL **: 06:53:43.745: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:43 
02:53:43 (SWT:2219): Gtk-CRITICAL **: 06:53:43.749: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:44 
02:53:44 (SWT:2219): Gdk-CRITICAL **: 06:53:44.043: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:44 
02:53:44 (SWT:2219): Gtk-WARNING **: 06:53:44.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:44 
02:53:44 (SWT:2219): Gtk-WARNING **: 06:53:44.441: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:44 
02:53:44 (SWT:2219): Gtk-WARNING **: 06:53:44.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:44 
02:53:44 (SWT:2219): Gtk-WARNING **: 06:53:44.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:44 
02:53:44 (SWT:2219): Gtk-WARNING **: 06:53:44.444: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:44 
02:53:44 (SWT:2219): Gtk-WARNING **: 06:53:44.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:44 
02:53:44 (SWT:2219): Gtk-WARNING **: 06:53:44.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:46 
02:53:46 (SWT:2219): Gtk-CRITICAL **: 06:53:46.057: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:46 
02:53:46 (SWT:2219): Gtk-CRITICAL **: 06:53:46.063: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:46 
02:53:46 (SWT:2219): Gtk-CRITICAL **: 06:53:46.084: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:46 
02:53:46 (SWT:2219): Gtk-CRITICAL **: 06:53:46.089: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:46 
02:53:46 (SWT:2219): Gdk-CRITICAL **: 06:53:46.380: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:46 
02:53:46 (SWT:2219): Gtk-WARNING **: 06:53:46.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:46 
02:53:46 (SWT:2219): Gtk-WARNING **: 06:53:46.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:46 
02:53:46 (SWT:2219): Gtk-WARNING **: 06:53:46.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:46 
02:53:46 (SWT:2219): Gtk-WARNING **: 06:53:46.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:46 
02:53:46 (SWT:2219): Gtk-WARNING **: 06:53:46.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:46 
02:53:46 (SWT:2219): Gtk-WARNING **: 06:53:46.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:46 
02:53:46 (SWT:2219): Gtk-WARNING **: 06:53:46.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:48 
02:53:48 (SWT:2219): Gtk-CRITICAL **: 06:53:48.405: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:48 
02:53:48 (SWT:2219): Gtk-CRITICAL **: 06:53:48.411: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:48 
02:53:48 (SWT:2219): Gtk-CRITICAL **: 06:53:48.425: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:53:48 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.336 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest
02:53:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest.findsTextBoxInGroup  Time elapsed: 2.353 s
02:53:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest.typesText  Time elapsed: 2.978 s
02:53:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest.setsTextInReadOnly  Time elapsed: 2.327 s
02:53:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest.typesTextInReadOnly  Time elapsed: 2.337 s
02:53:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest.findsTextBoxWithText  Time elapsed: 2.34 s
02:53:48 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest
02:53:48 
02:53:48 (SWT:2219): Gdk-CRITICAL **: 06:53:48.724: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:49 
02:53:49 (SWT:2219): Gtk-WARNING **: 06:53:49.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:49 
02:53:49 (SWT:2219): Gtk-WARNING **: 06:53:49.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:49 
02:53:49 (SWT:2219): Gtk-WARNING **: 06:53:49.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:49 
02:53:49 (SWT:2219): Gtk-WARNING **: 06:53:49.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:49 
02:53:49 (SWT:2219): Gtk-WARNING **: 06:53:49.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:49 
02:53:49 (SWT:2219): Gtk-WARNING **: 06:53:49.129: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:49 
02:53:49 (SWT:2219): Gtk-WARNING **: 06:53:49.129: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:51 
02:53:51 (SWT:2219): Gdk-CRITICAL **: 06:53:51.217: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:51 
02:53:51 (SWT:2219): Gtk-WARNING **: 06:53:51.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:51 
02:53:51 (SWT:2219): Gtk-WARNING **: 06:53:51.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:51 
02:53:51 (SWT:2219): Gtk-WARNING **: 06:53:51.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:51 
02:53:51 (SWT:2219): Gtk-WARNING **: 06:53:51.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:51 
02:53:51 (SWT:2219): Gtk-WARNING **: 06:53:51.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:51 
02:53:51 (SWT:2219): Gtk-WARNING **: 06:53:51.624: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:51 
02:53:51 (SWT:2219): Gtk-WARNING **: 06:53:51.624: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:53 
02:53:53 (SWT:2219): Gdk-CRITICAL **: 06:53:53.568: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:53 
02:53:53 (SWT:2219): Gtk-WARNING **: 06:53:53.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:53 
02:53:53 (SWT:2219): Gtk-WARNING **: 06:53:53.975: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:53 
02:53:53 (SWT:2219): Gtk-WARNING **: 06:53:53.978: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:53 
02:53:53 (SWT:2219): Gtk-WARNING **: 06:53:53.978: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:53 
02:53:53 (SWT:2219): Gtk-WARNING **: 06:53:53.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:53 
02:53:53 (SWT:2219): Gtk-WARNING **: 06:53:53.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:53 
02:53:53 (SWT:2219): Gtk-WARNING **: 06:53:53.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:56 
02:53:56 (SWT:2219): Gdk-CRITICAL **: 06:53:56.043: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:53:56 
02:53:56 (SWT:2219): Gtk-WARNING **: 06:53:56.440: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:56 
02:53:56 (SWT:2219): Gtk-WARNING **: 06:53:56.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:56 
02:53:56 (SWT:2219): Gtk-WARNING **: 06:53:56.447: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:56 
02:53:56 (SWT:2219): Gtk-WARNING **: 06:53:56.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:56 
02:53:56 (SWT:2219): Gtk-WARNING **: 06:53:56.448: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:56 
02:53:56 (SWT:2219): Gtk-WARNING **: 06:53:56.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:53:56 
02:53:56 (SWT:2219): Gtk-WARNING **: 06:53:56.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:00 
02:54:00 (SWT:2219): Gdk-CRITICAL **: 06:54:00.403: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:00 
02:54:00 (SWT:2219): Gtk-WARNING **: 06:54:00.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:00 
02:54:00 (SWT:2219): Gtk-WARNING **: 06:54:00.808: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:00 
02:54:00 (SWT:2219): Gtk-WARNING **: 06:54:00.811: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:00 
02:54:00 (SWT:2219): Gtk-WARNING **: 06:54:00.811: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:00 
02:54:00 (SWT:2219): Gtk-WARNING **: 06:54:00.811: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:00 
02:54:00 (SWT:2219): Gtk-WARNING **: 06:54:00.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:00 
02:54:00 (SWT:2219): Gtk-WARNING **: 06:54:00.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:02 
02:54:02 (SWT:2219): Gdk-CRITICAL **: 06:54:02.747: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:03 
02:54:03 (SWT:2219): Gtk-WARNING **: 06:54:03.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:03 
02:54:03 (SWT:2219): Gtk-WARNING **: 06:54:03.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:03 
02:54:03 (SWT:2219): Gtk-WARNING **: 06:54:03.151: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:03 
02:54:03 (SWT:2219): Gtk-WARNING **: 06:54:03.151: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:03 
02:54:03 (SWT:2219): Gtk-WARNING **: 06:54:03.151: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:03 
02:54:03 (SWT:2219): Gtk-WARNING **: 06:54:03.153: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:03 
02:54:03 (SWT:2219): Gtk-WARNING **: 06:54:03.153: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:07 
02:54:07 (SWT:2219): Gdk-CRITICAL **: 06:54:07.126: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:07 
02:54:07 (SWT:2219): Gtk-WARNING **: 06:54:07.521: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:07 
02:54:07 (SWT:2219): Gtk-WARNING **: 06:54:07.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:07 
02:54:07 (SWT:2219): Gtk-WARNING **: 06:54:07.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:07 
02:54:07 (SWT:2219): Gtk-WARNING **: 06:54:07.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:07 
02:54:07 (SWT:2219): Gtk-WARNING **: 06:54:07.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:07 
02:54:07 (SWT:2219): Gtk-WARNING **: 06:54:07.531: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:07 
02:54:07 (SWT:2219): Gtk-WARNING **: 06:54:07.531: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:09 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.771 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest
02:54:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest.clicksToolBarButton  Time elapsed: 2.492 s
02:54:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest.findsToolBarPushButtons  Time elapsed: 2.351 s
02:54:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest.clicksToolBarButtonWithModifier  Time elapsed: 2.475 s
02:54:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest.doesNotFindToolBarRadioButtons  Time elapsed: 4.36 s
02:54:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest.findsToolBarButtonWithIndex  Time elapsed: 2.344 s
02:54:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest.doesNotFindToolBarCheckButtons  Time elapsed: 4.378 s
02:54:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest.isEnabled  Time elapsed: 2.369 s
02:54:09 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest
02:54:09 
02:54:09 (SWT:2219): Gdk-CRITICAL **: 06:54:09.501: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:09 
02:54:09 (SWT:2219): Gtk-WARNING **: 06:54:09.899: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:09 
02:54:09 (SWT:2219): Gtk-WARNING **: 06:54:09.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:09 
02:54:09 (SWT:2219): Gtk-WARNING **: 06:54:09.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:09 
02:54:09 (SWT:2219): Gtk-WARNING **: 06:54:09.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:09 
02:54:09 (SWT:2219): Gtk-WARNING **: 06:54:09.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:09 
02:54:09 (SWT:2219): Gtk-WARNING **: 06:54:09.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:09 
02:54:09 (SWT:2219): Gtk-WARNING **: 06:54:09.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:11 
02:54:11 (SWT:2219): Gdk-CRITICAL **: 06:54:11.859: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:12 
02:54:12 (SWT:2219): Gtk-WARNING **: 06:54:12.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:12 
02:54:12 (SWT:2219): Gtk-WARNING **: 06:54:12.266: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:12 
02:54:12 (SWT:2219): Gtk-WARNING **: 06:54:12.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:12 
02:54:12 (SWT:2219): Gtk-WARNING **: 06:54:12.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:12 
02:54:12 (SWT:2219): Gtk-WARNING **: 06:54:12.269: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:12 
02:54:12 (SWT:2219): Gtk-WARNING **: 06:54:12.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:12 
02:54:12 (SWT:2219): Gtk-WARNING **: 06:54:12.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:14 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.68 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest
02:54:14 org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest.findsTabs  Time elapsed: 2.357 s
02:54:14 org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest.activatesTabItem  Time elapsed: 2.321 s
02:54:14 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest
02:54:14 
02:54:14 (SWT:2219): Gdk-CRITICAL **: 06:54:14.187: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:14 
02:54:14 (SWT:2219): Gtk-WARNING **: 06:54:14.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:14 
02:54:14 (SWT:2219): Gtk-WARNING **: 06:54:14.593: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:14 
02:54:14 (SWT:2219): Gtk-WARNING **: 06:54:14.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:14 
02:54:14 (SWT:2219): Gtk-WARNING **: 06:54:14.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:14 
02:54:14 (SWT:2219): Gtk-WARNING **: 06:54:14.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:14 
02:54:14 (SWT:2219): Gtk-WARNING **: 06:54:14.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:14 
02:54:14 (SWT:2219): Gtk-WARNING **: 06:54:14.599: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:16 
02:54:16 (SWT:2219): Gdk-CRITICAL **: 06:54:16.711: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:17 
02:54:17 (SWT:2219): Gtk-WARNING **: 06:54:17.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:17 
02:54:17 (SWT:2219): Gtk-WARNING **: 06:54:17.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:17 
02:54:17 (SWT:2219): Gtk-WARNING **: 06:54:17.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:17 
02:54:17 (SWT:2219): Gtk-WARNING **: 06:54:17.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:17 
02:54:17 (SWT:2219): Gtk-WARNING **: 06:54:17.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:17 
02:54:17 (SWT:2219): Gtk-WARNING **: 06:54:17.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:17 
02:54:17 (SWT:2219): Gtk-WARNING **: 06:54:17.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:19 
02:54:19 (SWT:2219): Gdk-CRITICAL **: 06:54:19.218: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:19 
02:54:19 (SWT:2219): Gtk-WARNING **: 06:54:19.620: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:19 
02:54:19 (SWT:2219): Gtk-WARNING **: 06:54:19.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:19 
02:54:19 (SWT:2219): Gtk-WARNING **: 06:54:19.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:19 
02:54:19 (SWT:2219): Gtk-WARNING **: 06:54:19.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:19 
02:54:19 (SWT:2219): Gtk-WARNING **: 06:54:19.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:19 
02:54:19 (SWT:2219): Gtk-WARNING **: 06:54:19.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:19 
02:54:19 (SWT:2219): Gtk-WARNING **: 06:54:19.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:21 
02:54:21 (SWT:2219): Gdk-CRITICAL **: 06:54:21.724: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:22 
02:54:22 (SWT:2219): Gtk-WARNING **: 06:54:22.126: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:22 
02:54:22 (SWT:2219): Gtk-WARNING **: 06:54:22.131: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:22 
02:54:22 (SWT:2219): Gtk-WARNING **: 06:54:22.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:22 
02:54:22 (SWT:2219): Gtk-WARNING **: 06:54:22.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:22 
02:54:22 (SWT:2219): Gtk-WARNING **: 06:54:22.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:22 
02:54:22 (SWT:2219): Gtk-WARNING **: 06:54:22.137: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:22 
02:54:22 (SWT:2219): Gtk-WARNING **: 06:54:22.137: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:24 
02:54:24 (SWT:2219): Gdk-CRITICAL **: 06:54:24.272: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:24 
02:54:24 (SWT:2219): Gtk-WARNING **: 06:54:24.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:24 
02:54:24 (SWT:2219): Gtk-WARNING **: 06:54:24.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:24 
02:54:24 (SWT:2219): Gtk-WARNING **: 06:54:24.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:24 
02:54:24 (SWT:2219): Gtk-WARNING **: 06:54:24.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:24 
02:54:24 (SWT:2219): Gtk-WARNING **: 06:54:24.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:24 
02:54:24 (SWT:2219): Gtk-WARNING **: 06:54:24.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:24 
02:54:24 (SWT:2219): Gtk-WARNING **: 06:54:24.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:26 
02:54:26 (SWT:2219): Gdk-CRITICAL **: 06:54:26.717: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:27 
02:54:27 (SWT:2219): Gtk-WARNING **: 06:54:27.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:27 
02:54:27 (SWT:2219): Gtk-WARNING **: 06:54:27.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:27 
02:54:27 (SWT:2219): Gtk-WARNING **: 06:54:27.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:27 
02:54:27 (SWT:2219): Gtk-WARNING **: 06:54:27.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:27 
02:54:27 (SWT:2219): Gtk-WARNING **: 06:54:27.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:27 
02:54:27 (SWT:2219): Gtk-WARNING **: 06:54:27.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:27 
02:54:27 (SWT:2219): Gtk-WARNING **: 06:54:27.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:29 
02:54:29 (SWT:2219): Gdk-CRITICAL **: 06:54:29.229: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:29 
02:54:29 (SWT:2219): Gtk-WARNING **: 06:54:29.633: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:29 
02:54:29 (SWT:2219): Gtk-WARNING **: 06:54:29.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:29 
02:54:29 (SWT:2219): Gtk-WARNING **: 06:54:29.641: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:29 
02:54:29 (SWT:2219): Gtk-WARNING **: 06:54:29.642: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:29 
02:54:29 (SWT:2219): Gtk-WARNING **: 06:54:29.642: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:29 
02:54:29 (SWT:2219): Gtk-WARNING **: 06:54:29.644: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:29 
02:54:29 (SWT:2219): Gtk-WARNING **: 06:54:29.644: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:31 
02:54:31 (SWT:2219): Gdk-CRITICAL **: 06:54:31.740: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:32 
02:54:32 (SWT:2219): Gtk-WARNING **: 06:54:32.137: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:32 
02:54:32 (SWT:2219): Gtk-WARNING **: 06:54:32.142: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:32 
02:54:32 (SWT:2219): Gtk-WARNING **: 06:54:32.145: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:32 
02:54:32 (SWT:2219): Gtk-WARNING **: 06:54:32.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:32 
02:54:32 (SWT:2219): Gtk-WARNING **: 06:54:32.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:32 
02:54:32 (SWT:2219): Gtk-WARNING **: 06:54:32.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:32 
02:54:32 (SWT:2219): Gtk-WARNING **: 06:54:32.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:34 
02:54:34 (SWT:2219): Gdk-CRITICAL **: 06:54:34.249: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:34 
02:54:34 (SWT:2219): Gtk-WARNING **: 06:54:34.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:34 
02:54:34 (SWT:2219): Gtk-WARNING **: 06:54:34.660: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:34 
02:54:34 (SWT:2219): Gtk-WARNING **: 06:54:34.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:34 
02:54:34 (SWT:2219): Gtk-WARNING **: 06:54:34.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:34 
02:54:34 (SWT:2219): Gtk-WARNING **: 06:54:34.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:34 
02:54:34 (SWT:2219): Gtk-WARNING **: 06:54:34.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:34 
02:54:34 (SWT:2219): Gtk-WARNING **: 06:54:34.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:36 
02:54:36 (SWT:2219): Gdk-CRITICAL **: 06:54:36.827: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:37 
02:54:37 (SWT:2219): Gtk-WARNING **: 06:54:37.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:37 
02:54:37 (SWT:2219): Gtk-WARNING **: 06:54:37.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:37 
02:54:37 (SWT:2219): Gtk-WARNING **: 06:54:37.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:37 
02:54:37 (SWT:2219): Gtk-WARNING **: 06:54:37.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:37 
02:54:37 (SWT:2219): Gtk-WARNING **: 06:54:37.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:37 
02:54:37 (SWT:2219): Gtk-WARNING **: 06:54:37.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:37 
02:54:37 (SWT:2219): Gtk-WARNING **: 06:54:37.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:39 
02:54:39 (SWT:2219): Gdk-CRITICAL **: 06:54:39.372: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:39 
02:54:39 (SWT:2219): Gtk-WARNING **: 06:54:39.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:39 
02:54:39 (SWT:2219): Gtk-WARNING **: 06:54:39.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:39 
02:54:39 (SWT:2219): Gtk-WARNING **: 06:54:39.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:39 
02:54:39 (SWT:2219): Gtk-WARNING **: 06:54:39.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:39 
02:54:39 (SWT:2219): Gtk-WARNING **: 06:54:39.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:39 
02:54:39 (SWT:2219): Gtk-WARNING **: 06:54:39.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:39 
02:54:39 (SWT:2219): Gtk-WARNING **: 06:54:39.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:41 
02:54:41 (SWT:2219): Gdk-CRITICAL **: 06:54:41.870: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:42 
02:54:42 (SWT:2219): Gtk-WARNING **: 06:54:42.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:42 
02:54:42 (SWT:2219): Gtk-WARNING **: 06:54:42.283: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:42 
02:54:42 (SWT:2219): Gtk-WARNING **: 06:54:42.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:42 
02:54:42 (SWT:2219): Gtk-WARNING **: 06:54:42.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:42 
02:54:42 (SWT:2219): Gtk-WARNING **: 06:54:42.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:42 
02:54:42 (SWT:2219): Gtk-WARNING **: 06:54:42.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:42 
02:54:42 (SWT:2219): Gtk-WARNING **: 06:54:42.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:44 
02:54:44 (SWT:2219): Gdk-CRITICAL **: 06:54:44.550: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:44 
02:54:44 (SWT:2219): Gtk-WARNING **: 06:54:44.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:44 
02:54:44 (SWT:2219): Gtk-WARNING **: 06:54:44.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:44 
02:54:44 (SWT:2219): Gtk-WARNING **: 06:54:44.972: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:44 
02:54:44 (SWT:2219): Gtk-WARNING **: 06:54:44.973: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:44 
02:54:44 (SWT:2219): Gtk-WARNING **: 06:54:44.973: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:44 
02:54:44 (SWT:2219): Gtk-WARNING **: 06:54:44.975: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:44 
02:54:44 (SWT:2219): Gtk-WARNING **: 06:54:44.975: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:47 
02:54:47 (SWT:2219): Gdk-CRITICAL **: 06:54:47.046: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:47 
02:54:47 (SWT:2219): Gtk-WARNING **: 06:54:47.459: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:47 
02:54:47 (SWT:2219): Gtk-WARNING **: 06:54:47.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:47 
02:54:47 (SWT:2219): Gtk-WARNING **: 06:54:47.467: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:47 
02:54:47 (SWT:2219): Gtk-WARNING **: 06:54:47.467: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:47 
02:54:47 (SWT:2219): Gtk-WARNING **: 06:54:47.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:47 
02:54:47 (SWT:2219): Gtk-WARNING **: 06:54:47.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:47 
02:54:47 (SWT:2219): Gtk-WARNING **: 06:54:47.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:49 
02:54:49 (SWT:2219): Gdk-CRITICAL **: 06:54:49.540: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:49 
02:54:49 (SWT:2219): Gtk-WARNING **: 06:54:49.959: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:49 
02:54:49 (SWT:2219): Gtk-WARNING **: 06:54:49.965: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:49 
02:54:49 (SWT:2219): Gtk-WARNING **: 06:54:49.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:49 
02:54:49 (SWT:2219): Gtk-WARNING **: 06:54:49.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:49 
02:54:49 (SWT:2219): Gtk-WARNING **: 06:54:49.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:49 
02:54:49 (SWT:2219): Gtk-WARNING **: 06:54:49.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:49 
02:54:49 (SWT:2219): Gtk-WARNING **: 06:54:49.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:52 
02:54:52 (SWT:2219): Gdk-CRITICAL **: 06:54:52.090: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:52 
02:54:52 (SWT:2219): Gtk-WARNING **: 06:54:52.499: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:52 
02:54:52 (SWT:2219): Gtk-WARNING **: 06:54:52.504: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:52 
02:54:52 (SWT:2219): Gtk-WARNING **: 06:54:52.507: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:52 
02:54:52 (SWT:2219): Gtk-WARNING **: 06:54:52.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:52 
02:54:52 (SWT:2219): Gtk-WARNING **: 06:54:52.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:52 
02:54:52 (SWT:2219): Gtk-WARNING **: 06:54:52.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:52 
02:54:52 (SWT:2219): Gtk-WARNING **: 06:54:52.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:54 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 40.446 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.findsMenusRecursive[StaticMenu]  Time elapsed: 2.524 s
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksSubMenu[StaticMenu]  Time elapsed: 2.506 s
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksRadioMenuItem[StaticMenu]  Time elapsed: 2.507 s
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.findsSubMenus[StaticMenu]  Time elapsed: 2.548 s
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.testMenuItems[StaticMenu]  Time elapsed: 2.445 s
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksMenu[StaticMenu]  Time elapsed: 2.512 s
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.findsMenus[StaticMenu]  Time elapsed: 2.511 s
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksCheckMenuItem[StaticMenu]  Time elapsed: 2.509 s
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.findsMenusRecursive[DynamicMenu]  Time elapsed: 2.578 s
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksSubMenu[DynamicMenu]  Time elapsed: 2.545 s
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksRadioMenuItem[DynamicMenu]  Time elapsed: 2.498 s
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.findsSubMenus[DynamicMenu]  Time elapsed: 2.68 s
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.testMenuItems[DynamicMenu]  Time elapsed: 2.496 s
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksMenu[DynamicMenu]  Time elapsed: 2.494 s
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.findsMenus[DynamicMenu]  Time elapsed: 2.549 s
02:54:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksCheckMenuItem[DynamicMenu]  Time elapsed: 2.541 s
02:54:54 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest
02:54:54 
02:54:54 (SWT:2219): Gdk-CRITICAL **: 06:54:54.636: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:55 
02:54:55 (SWT:2219): Gtk-WARNING **: 06:54:55.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:55 
02:54:55 (SWT:2219): Gtk-WARNING **: 06:54:55.054: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:55 
02:54:55 (SWT:2219): Gtk-WARNING **: 06:54:55.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:55 
02:54:55 (SWT:2219): Gtk-WARNING **: 06:54:55.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:55 
02:54:55 (SWT:2219): Gtk-WARNING **: 06:54:55.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:55 
02:54:55 (SWT:2219): Gtk-WARNING **: 06:54:55.059: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:55 
02:54:55 (SWT:2219): Gtk-WARNING **: 06:54:55.059: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:57 
02:54:57 (SWT:2219): Gdk-CRITICAL **: 06:54:57.180: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:54:57 
02:54:57 (SWT:2219): Gtk-WARNING **: 06:54:57.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:57 
02:54:57 (SWT:2219): Gtk-WARNING **: 06:54:57.605: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:57 
02:54:57 (SWT:2219): Gtk-WARNING **: 06:54:57.608: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:57 
02:54:57 (SWT:2219): Gtk-WARNING **: 06:54:57.608: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:57 
02:54:57 (SWT:2219): Gtk-WARNING **: 06:54:57.608: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:57 
02:54:57 (SWT:2219): Gtk-WARNING **: 06:54:57.611: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:57 
02:54:57 (SWT:2219): Gtk-WARNING **: 06:54:57.611: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:54:59 
02:54:59 (SWT:2219): Gdk-CRITICAL **: 06:54:59.720: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:00 
02:55:00 (SWT:2219): Gtk-WARNING **: 06:55:00.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:00 
02:55:00 (SWT:2219): Gtk-WARNING **: 06:55:00.140: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:00 
02:55:00 (SWT:2219): Gtk-WARNING **: 06:55:00.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:00 
02:55:00 (SWT:2219): Gtk-WARNING **: 06:55:00.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:00 
02:55:00 (SWT:2219): Gtk-WARNING **: 06:55:00.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:00 
02:55:00 (SWT:2219): Gtk-WARNING **: 06:55:00.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:00 
02:55:00 (SWT:2219): Gtk-WARNING **: 06:55:00.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:02 
02:55:02 (SWT:2219): Gdk-CRITICAL **: 06:55:02.246: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:02 
02:55:02 (SWT:2219): Gtk-WARNING **: 06:55:02.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:02 
02:55:02 (SWT:2219): Gtk-WARNING **: 06:55:02.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:02 
02:55:02 (SWT:2219): Gtk-WARNING **: 06:55:02.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:02 
02:55:02 (SWT:2219): Gtk-WARNING **: 06:55:02.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:02 
02:55:02 (SWT:2219): Gtk-WARNING **: 06:55:02.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:02 
02:55:02 (SWT:2219): Gtk-WARNING **: 06:55:02.668: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:02 
02:55:02 (SWT:2219): Gtk-WARNING **: 06:55:02.668: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:04 
02:55:04 (SWT:2219): Gdk-CRITICAL **: 06:55:04.746: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:05 
02:55:05 (SWT:2219): Gtk-WARNING **: 06:55:05.156: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:05 
02:55:05 (SWT:2219): Gtk-WARNING **: 06:55:05.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:05 
02:55:05 (SWT:2219): Gtk-WARNING **: 06:55:05.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:05 
02:55:05 (SWT:2219): Gtk-WARNING **: 06:55:05.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:05 
02:55:05 (SWT:2219): Gtk-WARNING **: 06:55:05.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:05 
02:55:05 (SWT:2219): Gtk-WARNING **: 06:55:05.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:05 
02:55:05 (SWT:2219): Gtk-WARNING **: 06:55:05.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:07 
02:55:07 (SWT:2219): Gdk-CRITICAL **: 06:55:07.264: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:07 
02:55:07 (SWT:2219): Gtk-WARNING **: 06:55:07.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:07 
02:55:07 (SWT:2219): Gtk-WARNING **: 06:55:07.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:07 
02:55:07 (SWT:2219): Gtk-WARNING **: 06:55:07.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:07 
02:55:07 (SWT:2219): Gtk-WARNING **: 06:55:07.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:07 
02:55:07 (SWT:2219): Gtk-WARNING **: 06:55:07.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:07 
02:55:07 (SWT:2219): Gtk-WARNING **: 06:55:07.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:07 
02:55:07 (SWT:2219): Gtk-WARNING **: 06:55:07.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:09 
02:55:09 (SWT:2219): Gdk-CRITICAL **: 06:55:09.809: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:10 
02:55:10 (SWT:2219): Gtk-WARNING **: 06:55:10.228: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:10 
02:55:10 (SWT:2219): Gtk-WARNING **: 06:55:10.234: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:10 
02:55:10 (SWT:2219): Gtk-WARNING **: 06:55:10.237: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:10 
02:55:10 (SWT:2219): Gtk-WARNING **: 06:55:10.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:10 
02:55:10 (SWT:2219): Gtk-WARNING **: 06:55:10.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:10 
02:55:10 (SWT:2219): Gtk-WARNING **: 06:55:10.240: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:10 
02:55:10 (SWT:2219): Gtk-WARNING **: 06:55:10.240: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:12 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.793 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest
02:55:12 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest.clicksCheckboxButton  Time elapsed: 2.544 s
02:55:12 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest.clicksCheckboxButtonWithModifier  Time elapsed: 2.54 s
02:55:12 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest.findsToolBarButtonWithIndex  Time elapsed: 2.525 s
02:55:12 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest.selectsCheckboxButton  Time elapsed: 2.498 s
02:55:12 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest.deselectsCheckboxButton  Time elapsed: 2.518 s
02:55:12 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest.clickingCheckboxButtonTogglesIt  Time elapsed: 2.546 s
02:55:12 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest.togglesCheckboxButton  Time elapsed: 2.617 s
02:55:12 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest
02:55:12 
02:55:12 (SWT:2219): Gdk-CRITICAL **: 06:55:12.434: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:12 
02:55:12 (SWT:2219): Gtk-WARNING **: 06:55:12.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:12 
02:55:12 (SWT:2219): Gtk-WARNING **: 06:55:12.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:12 
02:55:12 (SWT:2219): Gtk-WARNING **: 06:55:12.875: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:12 
02:55:12 (SWT:2219): Gtk-WARNING **: 06:55:12.875: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:12 
02:55:12 (SWT:2219): Gtk-WARNING **: 06:55:12.875: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:12 
02:55:12 (SWT:2219): Gtk-WARNING **: 06:55:12.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:12 
02:55:12 (SWT:2219): Gtk-WARNING **: 06:55:12.878: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:15 
02:55:15 (SWT:2219): Gdk-CRITICAL **: 06:55:15.124: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:15 
02:55:15 (SWT:2219): Gtk-WARNING **: 06:55:15.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:15 
02:55:15 (SWT:2219): Gtk-WARNING **: 06:55:15.568: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:15 
02:55:15 (SWT:2219): Gtk-WARNING **: 06:55:15.571: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:15 
02:55:15 (SWT:2219): Gtk-WARNING **: 06:55:15.571: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:15 
02:55:15 (SWT:2219): Gtk-WARNING **: 06:55:15.571: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:15 
02:55:15 (SWT:2219): Gtk-WARNING **: 06:55:15.574: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:15 
02:55:15 (SWT:2219): Gtk-WARNING **: 06:55:15.574: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:21 
02:55:21 (SWT:2219): Gdk-CRITICAL **: 06:55:21.756: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:22 
02:55:22 (SWT:2219): Gtk-WARNING **: 06:55:22.200: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:22 
02:55:22 (SWT:2219): Gtk-WARNING **: 06:55:22.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:22 
02:55:22 (SWT:2219): Gtk-WARNING **: 06:55:22.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:22 
02:55:22 (SWT:2219): Gtk-WARNING **: 06:55:22.209: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:22 
02:55:22 (SWT:2219): Gtk-WARNING **: 06:55:22.209: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:22 
02:55:22 (SWT:2219): Gtk-WARNING **: 06:55:22.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:22 
02:55:22 (SWT:2219): Gtk-WARNING **: 06:55:22.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:28 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.954 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest
02:55:28 org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest.clicksToggleButton  Time elapsed: 2.69 s
02:55:28 org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest.doesNotMatchRegularButtons  Time elapsed: 6.632 s
02:55:28 org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest.doesNotMatchRadioButtons  Time elapsed: 6.63 s
02:55:28 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest
02:55:28 
02:55:28 (SWT:2219): Gdk-CRITICAL **: 06:55:28.392: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:28 
02:55:28 (SWT:2219): Gdk-CRITICAL **: 06:55:28.897: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:29 
02:55:29 (SWT:2219): Gdk-CRITICAL **: 06:55:29.400: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:29 
02:55:29 (SWT:2219): Gdk-CRITICAL **: 06:55:29.898: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:30 
02:55:30 (SWT:2219): Gdk-CRITICAL **: 06:55:30.390: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:30 
02:55:30 (SWT:2219): Gdk-CRITICAL **: 06:55:30.880: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:31 
02:55:31 (SWT:2219): Gdk-CRITICAL **: 06:55:31.392: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:31 
02:55:31 (SWT:2219): Gdk-CRITICAL **: 06:55:31.872: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:32 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.959 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest
02:55:32 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.changeAndVerifiesSelectionInComboByText  Time elapsed: 0.504 s
02:55:32 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.changeAndVerifiesSelectionInComboByIndex  Time elapsed: 0.503 s
02:55:32 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.findCCombo  Time elapsed: 0.498 s
02:55:32 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.throwsExceptionInCaseOfInvalidIndexBasedSelection  Time elapsed: 0.493 s
02:55:32 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.throwsExceptionInCaseOfInvalidTextBasedSelection  Time elapsed: 0.489 s
02:55:32 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.throwsExceptionInCaseOfChangeTextOfReadOnlyCombo  Time elapsed: 0.512 s
02:55:32 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.getItems  Time elapsed: 0.481 s
02:55:32 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.setText  Time elapsed: 0.478 s
02:55:32 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest
02:55:32 
02:55:32 (SWT:2219): Gdk-CRITICAL **: 06:55:32.356: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:32 
02:55:32 (SWT:2219): Gtk-WARNING **: 06:55:32.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:32 
02:55:32 (SWT:2219): Gtk-WARNING **: 06:55:32.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:32 
02:55:32 (SWT:2219): Gtk-WARNING **: 06:55:32.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:32 
02:55:32 (SWT:2219): Gtk-WARNING **: 06:55:32.784: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:32 
02:55:32 (SWT:2219): Gtk-WARNING **: 06:55:32.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:32 
02:55:32 (SWT:2219): Gtk-WARNING **: 06:55:32.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:32 
02:55:32 (SWT:2219): Gtk-WARNING **: 06:55:32.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:35 
02:55:35 (SWT:2219): Gdk-CRITICAL **: 06:55:35.129: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:35 
02:55:35 (SWT:2219): Gtk-WARNING **: 06:55:35.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:35 
02:55:35 (SWT:2219): Gtk-WARNING **: 06:55:35.560: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:35 
02:55:35 (SWT:2219): Gtk-WARNING **: 06:55:35.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:35 
02:55:35 (SWT:2219): Gtk-WARNING **: 06:55:35.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:35 
02:55:35 (SWT:2219): Gtk-WARNING **: 06:55:35.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:35 
02:55:35 (SWT:2219): Gtk-WARNING **: 06:55:35.565: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:35 
02:55:35 (SWT:2219): Gtk-WARNING **: 06:55:35.565: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:37 Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 5.293 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest
02:55:37 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest.clicksToolBarButton  Time elapsed: 2.773 s
02:55:37 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest.findsToolBarButtonWithIndex  Time elapsed: 2.518 s
02:55:37 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest skipped
02:55:37 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest
02:55:37 
02:55:37 (SWT:2219): Gdk-CRITICAL **: 06:55:37.652: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:40 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.108 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest
02:55:40 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest.clickOnCell  Time elapsed: 3.106 s
02:55:40 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest
02:55:40 
02:55:40 (SWT:2219): Gdk-CRITICAL **: 06:55:40.933: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:41 
02:55:41 (SWT:2219): Gdk-CRITICAL **: 06:55:41.054: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:41 
02:55:41 (SWT:2219): Gdk-CRITICAL **: 06:55:41.151: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:46 
02:55:46 (SWT:2219): Gdk-CRITICAL **: 06:55:46.253: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:46 
02:55:46 (SWT:2219): Gdk-CRITICAL **: 06:55:46.358: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:46 
02:55:46 (SWT:2219): Gdk-CRITICAL **: 06:55:46.451: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:51 
02:55:51 (SWT:2219): Gdk-CRITICAL **: 06:55:51.560: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:52 
02:55:52 (SWT:2219): Gdk-CRITICAL **: 06:55:52.165: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:52 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.495 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest
02:55:52 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.getsAllShells  Time elapsed: 0.289 s
02:55:52 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.getsActiveShell  Time elapsed: 0.097 s
02:55:52 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.noShellReturnsNull  Time elapsed: 5.101 s
02:55:52 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.bringsShellToFront  Time elapsed: 0.106 s
02:55:52 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.findsShell  Time elapsed: 0.092 s
02:55:52 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.closesShell  Time elapsed: 5.109 s
02:55:52 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.testMaximize  Time elapsed: 0.605 s
02:55:52 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.findsShellsById  Time elapsed: 0.094 s
02:55:52 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest
02:55:52 
02:55:52 (SWT:2219): Gdk-CRITICAL **: 06:55:52.264: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:52 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.105 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest
02:55:52 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest.doubleClickOnCell  Time elapsed: 0.105 s
02:55:52 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest
02:55:52 
02:55:52 (SWT:2219): Gdk-CRITICAL **: 06:55:52.373: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:52 
02:55:52 (SWT:2219): Gtk-WARNING **: 06:55:52.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:52 
02:55:52 (SWT:2219): Gtk-WARNING **: 06:55:52.830: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:52 
02:55:52 (SWT:2219): Gtk-WARNING **: 06:55:52.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:52 
02:55:52 (SWT:2219): Gtk-WARNING **: 06:55:52.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:52 
02:55:52 (SWT:2219): Gtk-WARNING **: 06:55:52.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:52 
02:55:52 (SWT:2219): Gtk-WARNING **: 06:55:52.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:52 
02:55:52 (SWT:2219): Gtk-WARNING **: 06:55:52.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:54 
02:55:54 (SWT:2219): Gdk-CRITICAL **: 06:55:54.983: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:55 
02:55:55 (SWT:2219): Gtk-WARNING **: 06:55:55.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:55 
02:55:55 (SWT:2219): Gtk-WARNING **: 06:55:55.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:55 
02:55:55 (SWT:2219): Gtk-WARNING **: 06:55:55.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:55 
02:55:55 (SWT:2219): Gtk-WARNING **: 06:55:55.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:55 
02:55:55 (SWT:2219): Gtk-WARNING **: 06:55:55.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:55 
02:55:55 (SWT:2219): Gtk-WARNING **: 06:55:55.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:55 
02:55:55 (SWT:2219): Gtk-WARNING **: 06:55:55.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:57 
02:55:57 (SWT:2219): Gdk-CRITICAL **: 06:55:57.556: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:55:57 
02:55:57 (SWT:2219): Gtk-WARNING **: 06:55:57.989: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:57 
02:55:57 (SWT:2219): Gtk-WARNING **: 06:55:57.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:57 
02:55:57 (SWT:2219): Gtk-WARNING **: 06:55:57.997: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:57 
02:55:57 (SWT:2219): Gtk-WARNING **: 06:55:57.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:57 
02:55:57 (SWT:2219): Gtk-WARNING **: 06:55:57.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:58 
02:55:58 (SWT:2219): Gtk-WARNING **: 06:55:58.000: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:55:58 
02:55:58 (SWT:2219): Gtk-WARNING **: 06:55:58.000: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:00 
02:56:00 (SWT:2219): Gdk-CRITICAL **: 06:56:00.134: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:00 
02:56:00 (SWT:2219): Gtk-WARNING **: 06:56:00.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:00 
02:56:00 (SWT:2219): Gtk-WARNING **: 06:56:00.582: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:00 
02:56:00 (SWT:2219): Gtk-WARNING **: 06:56:00.585: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:00 
02:56:00 (SWT:2219): Gtk-WARNING **: 06:56:00.585: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:00 
02:56:00 (SWT:2219): Gtk-WARNING **: 06:56:00.585: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:00 
02:56:00 (SWT:2219): Gtk-WARNING **: 06:56:00.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:00 
02:56:00 (SWT:2219): Gtk-WARNING **: 06:56:00.588: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:02 
02:56:02 (SWT:2219): Gdk-CRITICAL **: 06:56:02.743: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:03 
02:56:03 (SWT:2219): Gtk-WARNING **: 06:56:03.189: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:03 
02:56:03 (SWT:2219): Gtk-WARNING **: 06:56:03.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:03 
02:56:03 (SWT:2219): Gtk-WARNING **: 06:56:03.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:03 
02:56:03 (SWT:2219): Gtk-WARNING **: 06:56:03.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:03 
02:56:03 (SWT:2219): Gtk-WARNING **: 06:56:03.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:03 
02:56:03 (SWT:2219): Gtk-WARNING **: 06:56:03.201: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:03 
02:56:03 (SWT:2219): Gtk-WARNING **: 06:56:03.201: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:05 
02:56:05 (SWT:2219): Gdk-CRITICAL **: 06:56:05.341: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:05 
02:56:05 (SWT:2219): Gtk-WARNING **: 06:56:05.786: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:05 
02:56:05 (SWT:2219): Gtk-WARNING **: 06:56:05.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:05 
02:56:05 (SWT:2219): Gtk-WARNING **: 06:56:05.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:05 
02:56:05 (SWT:2219): Gtk-WARNING **: 06:56:05.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:05 
02:56:05 (SWT:2219): Gtk-WARNING **: 06:56:05.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:05 
02:56:05 (SWT:2219): Gtk-WARNING **: 06:56:05.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:05 
02:56:05 (SWT:2219): Gtk-WARNING **: 06:56:05.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:07 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.587 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest
02:56:07 org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest.doubleClick  Time elapsed: 2.61 s
02:56:07 org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest.click  Time elapsed: 2.572 s
02:56:07 org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest.findsCanvas  Time elapsed: 2.578 s
02:56:07 org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest.doubleClickXY  Time elapsed: 2.608 s
02:56:07 org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest.clickXY  Time elapsed: 2.598 s
02:56:07 org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest.findsCanvasInGroup  Time elapsed: 2.618 s
02:56:07 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest
02:56:07 
02:56:07 (SWT:2219): Gdk-CRITICAL **: 06:56:07.965: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:08 
02:56:08 (SWT:2219): Gtk-WARNING **: 06:56:08.399: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:08 
02:56:08 (SWT:2219): Gtk-WARNING **: 06:56:08.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:08 
02:56:08 (SWT:2219): Gtk-WARNING **: 06:56:08.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:08 
02:56:08 (SWT:2219): Gtk-WARNING **: 06:56:08.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:08 
02:56:08 (SWT:2219): Gtk-WARNING **: 06:56:08.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:08 
02:56:08 (SWT:2219): Gtk-WARNING **: 06:56:08.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:08 
02:56:08 (SWT:2219): Gtk-WARNING **: 06:56:08.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:10 
02:56:10 (SWT:2219): Gdk-CRITICAL **: 06:56:10.659: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:11 
02:56:11 (SWT:2219): Gtk-WARNING **: 06:56:11.178: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:11 
02:56:11 (SWT:2219): Gtk-WARNING **: 06:56:11.184: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:11 
02:56:11 (SWT:2219): Gtk-WARNING **: 06:56:11.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:11 
02:56:11 (SWT:2219): Gtk-WARNING **: 06:56:11.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:11 
02:56:11 (SWT:2219): Gtk-WARNING **: 06:56:11.188: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:11 
02:56:11 (SWT:2219): Gtk-WARNING **: 06:56:11.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:11 
02:56:11 (SWT:2219): Gtk-WARNING **: 06:56:11.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:13 
02:56:13 (SWT:2219): Gdk-CRITICAL **: 06:56:13.594: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:14 
02:56:14 (SWT:2219): Gtk-WARNING **: 06:56:14.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:14 
02:56:14 (SWT:2219): Gtk-WARNING **: 06:56:14.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:14 
02:56:14 (SWT:2219): Gtk-WARNING **: 06:56:14.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:14 
02:56:14 (SWT:2219): Gtk-WARNING **: 06:56:14.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:14 
02:56:14 (SWT:2219): Gtk-WARNING **: 06:56:14.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:14 
02:56:14 (SWT:2219): Gtk-WARNING **: 06:56:14.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:14 
02:56:14 (SWT:2219): Gtk-WARNING **: 06:56:14.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:16 
02:56:16 (SWT:2219): Gdk-CRITICAL **: 06:56:16.240: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:16 
02:56:16 (SWT:2219): Gtk-WARNING **: 06:56:16.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:16 
02:56:16 (SWT:2219): Gtk-WARNING **: 06:56:16.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:16 
02:56:16 (SWT:2219): Gtk-WARNING **: 06:56:16.697: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:16 
02:56:16 (SWT:2219): Gtk-WARNING **: 06:56:16.697: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:16 
02:56:16 (SWT:2219): Gtk-WARNING **: 06:56:16.697: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:16 
02:56:16 (SWT:2219): Gtk-WARNING **: 06:56:16.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:16 
02:56:16 (SWT:2219): Gtk-WARNING **: 06:56:16.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:18 
02:56:18 (SWT:2219): Gdk-CRITICAL **: 06:56:18.971: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:19 
02:56:19 (SWT:2219): Gtk-WARNING **: 06:56:19.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:19 
02:56:19 (SWT:2219): Gtk-WARNING **: 06:56:19.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:19 
02:56:19 (SWT:2219): Gtk-WARNING **: 06:56:19.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:19 
02:56:19 (SWT:2219): Gtk-WARNING **: 06:56:19.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:19 
02:56:19 (SWT:2219): Gtk-WARNING **: 06:56:19.433: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:19 
02:56:19 (SWT:2219): Gtk-WARNING **: 06:56:19.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:19 
02:56:19 (SWT:2219): Gtk-WARNING **: 06:56:19.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:21 
02:56:21 (SWT:2219): Gdk-CRITICAL **: 06:56:21.654: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:22 
02:56:22 (SWT:2219): Gtk-WARNING **: 06:56:22.096: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:22 
02:56:22 (SWT:2219): Gtk-WARNING **: 06:56:22.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:22 
02:56:22 (SWT:2219): Gtk-WARNING **: 06:56:22.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:22 
02:56:22 (SWT:2219): Gtk-WARNING **: 06:56:22.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:22 
02:56:22 (SWT:2219): Gtk-WARNING **: 06:56:22.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:22 
02:56:22 (SWT:2219): Gtk-WARNING **: 06:56:22.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:22 
02:56:22 (SWT:2219): Gtk-WARNING **: 06:56:22.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:24 
02:56:24 (SWT:2219): Gdk-CRITICAL **: 06:56:24.556: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:24 
02:56:24 (SWT:2219): Gtk-WARNING **: 06:56:24.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:25 
02:56:25 (SWT:2219): Gtk-WARNING **: 06:56:25.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:25 
02:56:25 (SWT:2219): Gtk-WARNING **: 06:56:25.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:25 
02:56:25 (SWT:2219): Gtk-WARNING **: 06:56:25.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:25 
02:56:25 (SWT:2219): Gtk-WARNING **: 06:56:25.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:25 
02:56:25 (SWT:2219): Gtk-WARNING **: 06:56:25.011: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:25 
02:56:25 (SWT:2219): Gtk-WARNING **: 06:56:25.011: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:27 
02:56:27 (SWT:2219): Gdk-CRITICAL **: 06:56:27.254: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:27 
02:56:27 (SWT:2219): Gtk-WARNING **: 06:56:27.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:27 
02:56:27 (SWT:2219): Gtk-WARNING **: 06:56:27.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:27 
02:56:27 (SWT:2219): Gtk-WARNING **: 06:56:27.738: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:27 
02:56:27 (SWT:2219): Gtk-WARNING **: 06:56:27.739: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:27 
02:56:27 (SWT:2219): Gtk-WARNING **: 06:56:27.739: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:27 
02:56:27 (SWT:2219): Gtk-WARNING **: 06:56:27.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:27 
02:56:27 (SWT:2219): Gtk-WARNING **: 06:56:27.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:30 
02:56:30 (SWT:2219): Gdk-CRITICAL **: 06:56:30.136: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:30 
02:56:30 (SWT:2219): Gtk-WARNING **: 06:56:30.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:30 
02:56:30 (SWT:2219): Gtk-WARNING **: 06:56:30.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:30 
02:56:30 (SWT:2219): Gtk-WARNING **: 06:56:30.605: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:30 
02:56:30 (SWT:2219): Gtk-WARNING **: 06:56:30.605: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:30 
02:56:30 (SWT:2219): Gtk-WARNING **: 06:56:30.605: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:30 
02:56:30 (SWT:2219): Gtk-WARNING **: 06:56:30.608: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:30 
02:56:30 (SWT:2219): Gtk-WARNING **: 06:56:30.608: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:32 
02:56:32 (SWT:2219): Gdk-CRITICAL **: 06:56:32.875: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:33 
02:56:33 (SWT:2219): Gtk-WARNING **: 06:56:33.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:33 
02:56:33 (SWT:2219): Gtk-WARNING **: 06:56:33.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:33 
02:56:33 (SWT:2219): Gtk-WARNING **: 06:56:33.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:33 
02:56:33 (SWT:2219): Gtk-WARNING **: 06:56:33.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:33 
02:56:33 (SWT:2219): Gtk-WARNING **: 06:56:33.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:33 
02:56:33 (SWT:2219): Gtk-WARNING **: 06:56:33.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:33 
02:56:33 (SWT:2219): Gtk-WARNING **: 06:56:33.334: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:35 
02:56:35 (SWT:2219): Gdk-CRITICAL **: 06:56:35.591: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:36 
02:56:36 (SWT:2219): Gtk-WARNING **: 06:56:36.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:36 
02:56:36 (SWT:2219): Gtk-WARNING **: 06:56:36.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:36 
02:56:36 (SWT:2219): Gtk-WARNING **: 06:56:36.054: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:36 
02:56:36 (SWT:2219): Gtk-WARNING **: 06:56:36.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:36 
02:56:36 (SWT:2219): Gtk-WARNING **: 06:56:36.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:36 
02:56:36 (SWT:2219): Gtk-WARNING **: 06:56:36.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:36 
02:56:36 (SWT:2219): Gtk-WARNING **: 06:56:36.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:38 
02:56:38 (SWT:2219): Gdk-CRITICAL **: 06:56:38.543: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:39 
02:56:39 (SWT:2219): Gtk-WARNING **: 06:56:39.018: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:39 
02:56:39 (SWT:2219): Gtk-WARNING **: 06:56:39.024: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:39 
02:56:39 (SWT:2219): Gtk-WARNING **: 06:56:39.028: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:39 
02:56:39 (SWT:2219): Gtk-WARNING **: 06:56:39.028: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:39 
02:56:39 (SWT:2219): Gtk-WARNING **: 06:56:39.028: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:39 
02:56:39 (SWT:2219): Gtk-WARNING **: 06:56:39.031: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:39 
02:56:39 (SWT:2219): Gtk-WARNING **: 06:56:39.031: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:41 
02:56:41 (SWT:2219): Gdk-CRITICAL **: 06:56:41.470: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:41 
02:56:41 (SWT:2219): Gtk-WARNING **: 06:56:41.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:41 
02:56:41 (SWT:2219): Gtk-WARNING **: 06:56:41.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:41 
02:56:41 (SWT:2219): Gtk-WARNING **: 06:56:41.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:41 
02:56:41 (SWT:2219): Gtk-WARNING **: 06:56:41.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:41 
02:56:41 (SWT:2219): Gtk-WARNING **: 06:56:41.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:41 
02:56:41 (SWT:2219): Gtk-WARNING **: 06:56:41.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:41 
02:56:41 (SWT:2219): Gtk-WARNING **: 06:56:41.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:44 
02:56:44 (SWT:2219): Gdk-CRITICAL **: 06:56:44.829: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:45 
02:56:45 (SWT:2219): Gtk-WARNING **: 06:56:45.278: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:45 
02:56:45 (SWT:2219): Gtk-WARNING **: 06:56:45.284: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:45 
02:56:45 (SWT:2219): Gtk-WARNING **: 06:56:45.287: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:45 
02:56:45 (SWT:2219): Gtk-WARNING **: 06:56:45.287: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:45 
02:56:45 (SWT:2219): Gtk-WARNING **: 06:56:45.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:45 
02:56:45 (SWT:2219): Gtk-WARNING **: 06:56:45.290: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:45 
02:56:45 (SWT:2219): Gtk-WARNING **: 06:56:45.290: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:48 
02:56:48 (SWT:2219): Gdk-CRITICAL **: 06:56:48.169: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:48 
02:56:48 (SWT:2219): Gtk-WARNING **: 06:56:48.618: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:48 
02:56:48 (SWT:2219): Gtk-WARNING **: 06:56:48.624: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:48 
02:56:48 (SWT:2219): Gtk-WARNING **: 06:56:48.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:48 
02:56:48 (SWT:2219): Gtk-WARNING **: 06:56:48.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:48 
02:56:48 (SWT:2219): Gtk-WARNING **: 06:56:48.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:48 
02:56:48 (SWT:2219): Gtk-WARNING **: 06:56:48.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:48 
02:56:48 (SWT:2219): Gtk-WARNING **: 06:56:48.631: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:50 
02:56:50 (SWT:2219): Gdk-CRITICAL **: 06:56:50.878: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:51 
02:56:51 (SWT:2219): Gtk-WARNING **: 06:56:51.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:51 
02:56:51 (SWT:2219): Gtk-WARNING **: 06:56:51.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:51 
02:56:51 (SWT:2219): Gtk-WARNING **: 06:56:51.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:51 
02:56:51 (SWT:2219): Gtk-WARNING **: 06:56:51.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:51 
02:56:51 (SWT:2219): Gtk-WARNING **: 06:56:51.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:51 
02:56:51 (SWT:2219): Gtk-WARNING **: 06:56:51.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:51 
02:56:51 (SWT:2219): Gtk-WARNING **: 06:56:51.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:53 
02:56:53 (SWT:2219): Gdk-CRITICAL **: 06:56:53.613: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:54 
02:56:54 (SWT:2219): Gtk-WARNING **: 06:56:54.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:54 
02:56:54 (SWT:2219): Gtk-WARNING **: 06:56:54.095: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:54 
02:56:54 (SWT:2219): Gtk-WARNING **: 06:56:54.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:54 
02:56:54 (SWT:2219): Gtk-WARNING **: 06:56:54.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:54 
02:56:54 (SWT:2219): Gtk-WARNING **: 06:56:54.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:54 
02:56:54 (SWT:2219): Gtk-WARNING **: 06:56:54.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:54 
02:56:54 (SWT:2219): Gtk-WARNING **: 06:56:54.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:56 
02:56:56 (SWT:2219): Gdk-CRITICAL **: 06:56:56.473: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:56 
02:56:56 (SWT:2219): Gtk-WARNING **: 06:56:56.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:56 
02:56:56 (SWT:2219): Gtk-WARNING **: 06:56:56.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:56 
02:56:56 (SWT:2219): Gtk-WARNING **: 06:56:56.929: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:56 
02:56:56 (SWT:2219): Gtk-WARNING **: 06:56:56.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:56 
02:56:56 (SWT:2219): Gtk-WARNING **: 06:56:56.930: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:56 
02:56:56 (SWT:2219): Gtk-WARNING **: 06:56:56.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:56 
02:56:56 (SWT:2219): Gtk-WARNING **: 06:56:56.932: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:59 
02:56:59 (SWT:2219): Gdk-CRITICAL **: 06:56:59.208: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:56:59 
02:56:59 (SWT:2219): Gtk-WARNING **: 06:56:59.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:59 
02:56:59 (SWT:2219): Gtk-WARNING **: 06:56:59.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:59 
02:56:59 (SWT:2219): Gtk-WARNING **: 06:56:59.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:59 
02:56:59 (SWT:2219): Gtk-WARNING **: 06:56:59.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:59 
02:56:59 (SWT:2219): Gtk-WARNING **: 06:56:59.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:59 
02:56:59 (SWT:2219): Gtk-WARNING **: 06:56:59.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:56:59 
02:56:59 (SWT:2219): Gtk-WARNING **: 06:56:59.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:02 
02:57:02 (SWT:2219): Gdk-CRITICAL **: 06:57:02.126: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:02 
02:57:02 (SWT:2219): Gtk-WARNING **: 06:57:02.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:02 
02:57:02 (SWT:2219): Gtk-WARNING **: 06:57:02.590: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:02 
02:57:02 (SWT:2219): Gtk-WARNING **: 06:57:02.593: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:02 
02:57:02 (SWT:2219): Gtk-WARNING **: 06:57:02.593: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:02 
02:57:02 (SWT:2219): Gtk-WARNING **: 06:57:02.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:02 
02:57:02 (SWT:2219): Gtk-WARNING **: 06:57:02.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:02 
02:57:02 (SWT:2219): Gtk-WARNING **: 06:57:02.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:04 
02:57:04 (SWT:2219): Gdk-CRITICAL **: 06:57:04.928: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:05 
02:57:05 (SWT:2219): Gtk-WARNING **: 06:57:05.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:05 
02:57:05 (SWT:2219): Gtk-WARNING **: 06:57:05.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:05 
02:57:05 (SWT:2219): Gtk-WARNING **: 06:57:05.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:05 
02:57:05 (SWT:2219): Gtk-WARNING **: 06:57:05.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:05 
02:57:05 (SWT:2219): Gtk-WARNING **: 06:57:05.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:05 
02:57:05 (SWT:2219): Gtk-WARNING **: 06:57:05.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:05 
02:57:05 (SWT:2219): Gtk-WARNING **: 06:57:05.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:07 
02:57:07 (SWT:2219): Gdk-CRITICAL **: 06:57:07.705: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:08 
02:57:08 (SWT:2219): Gtk-WARNING **: 06:57:08.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:08 
02:57:08 (SWT:2219): Gtk-WARNING **: 06:57:08.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:08 
02:57:08 (SWT:2219): Gtk-WARNING **: 06:57:08.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:08 
02:57:08 (SWT:2219): Gtk-WARNING **: 06:57:08.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:08 
02:57:08 (SWT:2219): Gtk-WARNING **: 06:57:08.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:08 
02:57:08 (SWT:2219): Gtk-WARNING **: 06:57:08.184: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:08 
02:57:08 (SWT:2219): Gtk-WARNING **: 06:57:08.184: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:10 
02:57:10 (SWT:2219): Gdk-CRITICAL **: 06:57:10.518: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:10 
02:57:10 (SWT:2219): Gtk-WARNING **: 06:57:10.990: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:10 
02:57:10 (SWT:2219): Gtk-WARNING **: 06:57:10.996: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:10 
02:57:10 (SWT:2219): Gtk-WARNING **: 06:57:10.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:11 
02:57:11 (SWT:2219): Gtk-WARNING **: 06:57:11.000: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:11 
02:57:11 (SWT:2219): Gtk-WARNING **: 06:57:11.000: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:11 
02:57:11 (SWT:2219): Gtk-WARNING **: 06:57:11.002: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:11 
02:57:11 (SWT:2219): Gtk-WARNING **: 06:57:11.002: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:13 
02:57:13 (SWT:2219): Gdk-CRITICAL **: 06:57:13.345: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:13 
02:57:13 (SWT:2219): Gtk-WARNING **: 06:57:13.811: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:13 
02:57:13 (SWT:2219): Gtk-WARNING **: 06:57:13.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:13 
02:57:13 (SWT:2219): Gtk-WARNING **: 06:57:13.820: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:13 
02:57:13 (SWT:2219): Gtk-WARNING **: 06:57:13.820: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:13 
02:57:13 (SWT:2219): Gtk-WARNING **: 06:57:13.821: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:13 
02:57:13 (SWT:2219): Gtk-WARNING **: 06:57:13.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:13 
02:57:13 (SWT:2219): Gtk-WARNING **: 06:57:13.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:16 
02:57:16 (SWT:2219): Gdk-CRITICAL **: 06:57:16.217: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:16 
02:57:16 (SWT:2219): Gtk-WARNING **: 06:57:16.705: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:16 
02:57:16 (SWT:2219): Gtk-WARNING **: 06:57:16.711: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:16 
02:57:16 (SWT:2219): Gtk-WARNING **: 06:57:16.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:16 
02:57:16 (SWT:2219): Gtk-WARNING **: 06:57:16.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:16 
02:57:16 (SWT:2219): Gtk-WARNING **: 06:57:16.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:16 
02:57:16 (SWT:2219): Gtk-WARNING **: 06:57:16.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:16 
02:57:16 (SWT:2219): Gtk-WARNING **: 06:57:16.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:19 
02:57:19 (SWT:2219): Gdk-CRITICAL **: 06:57:19.109: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:19 
02:57:19 (SWT:2219): Gtk-WARNING **: 06:57:19.585: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:19 
02:57:19 (SWT:2219): Gtk-WARNING **: 06:57:19.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:19 
02:57:19 (SWT:2219): Gtk-WARNING **: 06:57:19.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:19 
02:57:19 (SWT:2219): Gtk-WARNING **: 06:57:19.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:19 
02:57:19 (SWT:2219): Gtk-WARNING **: 06:57:19.594: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:19 
02:57:19 (SWT:2219): Gtk-WARNING **: 06:57:19.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:19 
02:57:19 (SWT:2219): Gtk-WARNING **: 06:57:19.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:21 
02:57:21 (SWT:2219): Gdk-CRITICAL **: 06:57:21.923: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:22 
02:57:22 (SWT:2219): Gtk-WARNING **: 06:57:22.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:22 
02:57:22 (SWT:2219): Gtk-WARNING **: 06:57:22.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:22 
02:57:22 (SWT:2219): Gtk-WARNING **: 06:57:22.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:22 
02:57:22 (SWT:2219): Gtk-WARNING **: 06:57:22.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:22 
02:57:22 (SWT:2219): Gtk-WARNING **: 06:57:22.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:22 
02:57:22 (SWT:2219): Gtk-WARNING **: 06:57:22.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:22 
02:57:22 (SWT:2219): Gtk-WARNING **: 06:57:22.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:24 
02:57:24 (SWT:2219): Gdk-CRITICAL **: 06:57:24.799: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:25 
02:57:25 (SWT:2219): Gtk-WARNING **: 06:57:25.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:25 
02:57:25 (SWT:2219): Gtk-WARNING **: 06:57:25.283: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:25 
02:57:25 (SWT:2219): Gtk-WARNING **: 06:57:25.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:25 
02:57:25 (SWT:2219): Gtk-WARNING **: 06:57:25.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:25 
02:57:25 (SWT:2219): Gtk-WARNING **: 06:57:25.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:25 
02:57:25 (SWT:2219): Gtk-WARNING **: 06:57:25.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:25 
02:57:25 (SWT:2219): Gtk-WARNING **: 06:57:25.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:27 
02:57:27 (SWT:2219): Gdk-CRITICAL **: 06:57:27.588: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:28 
02:57:28 (SWT:2219): Gtk-WARNING **: 06:57:28.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:28 
02:57:28 (SWT:2219): Gtk-WARNING **: 06:57:28.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:28 
02:57:28 (SWT:2219): Gtk-WARNING **: 06:57:28.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:28 
02:57:28 (SWT:2219): Gtk-WARNING **: 06:57:28.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:28 
02:57:28 (SWT:2219): Gtk-WARNING **: 06:57:28.061: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:28 
02:57:28 (SWT:2219): Gtk-WARNING **: 06:57:28.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:28 
02:57:28 (SWT:2219): Gtk-WARNING **: 06:57:28.064: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:30 
02:57:30 (SWT:2219): Gdk-CRITICAL **: 06:57:30.418: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:30 
02:57:30 (SWT:2219): Gtk-WARNING **: 06:57:30.899: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:30 
02:57:30 (SWT:2219): Gtk-WARNING **: 06:57:30.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:30 
02:57:30 (SWT:2219): Gtk-WARNING **: 06:57:30.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:30 
02:57:30 (SWT:2219): Gtk-WARNING **: 06:57:30.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:30 
02:57:30 (SWT:2219): Gtk-WARNING **: 06:57:30.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:30 
02:57:30 (SWT:2219): Gtk-WARNING **: 06:57:30.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:30 
02:57:30 (SWT:2219): Gtk-WARNING **: 06:57:30.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:33 Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 85.279 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.containsText  Time elapsed: 2.693 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.settingSelectionOnInvalidRowNumberThrowsException  Time elapsed: 2.935 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsColumnTextBasedOnRowColumnNumbers  Time elapsed: 2.646 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.selectsItemsBasedOnString  Time elapsed: 2.731 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.throwsExceptionIfTheRowNumberIsIllegal2  Time elapsed: 2.682 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.setEmptySelection  Time elapsed: 2.901 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsSelectionCount  Time elapsed: 2.698 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsSingleSelection  Time elapsed: 2.881 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsAllColumnHeadings  Time elapsed: 2.739 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.searchText  Time elapsed: 2.717 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.settingMultipleSelectionOfInvalidIndicesThrowsException  Time elapsed: 2.951 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.findsIndexOfColumn  Time elapsed: 2.927 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.unselectsSelection  Time elapsed: 3.36 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsMultipleSingleSelection  Time elapsed: 3.339 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsColumnCount  Time elapsed: 2.707 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.findsAnyTable  Time elapsed: 2.735 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.throwsExceptionIfTheColumnNameIsIllegal  Time elapsed: 2.859 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsRowCount  Time elapsed: 2.735 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsIndexOfItemInAColumnWithText  Time elapsed: 2.918 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.findsItemsBasedOnIndex  Time elapsed: 2.802 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.findsTable  Time elapsed: 2.776 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.throwsExceptionIfMultipleIndicesOnSingleSelect  Time elapsed: 2.813 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsTextCellBasedOnRowNumberColumnText  Time elapsed: 2.826 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.settingSelectionOnInvalidRowTextThrowsException  Time elapsed: 2.872 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.findsItemsBasedOnText  Time elapsed: 2.892 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsIndexOfItemInAColumnWithIndex  Time elapsed: 2.813 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.setsSelection  Time elapsed: 2.877 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsIndexOfItem  Time elapsed: 2.789 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.throwsExceptionIfTheRowNumberIsIllegal  Time elapsed: 2.828 s
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.throwsExceptionIfTheColumnNumberIsIllegal  Time elapsed: 2.826 s
02:57:33 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest
02:57:33 
02:57:33 (SWT:2219): Gdk-CRITICAL **: 06:57:33.249: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:33 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest
02:57:33 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest.doubleClickOnCell  Time elapsed: 0.088 s
02:57:33 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest
02:57:33 
02:57:33 (SWT:2219): Gdk-CRITICAL **: 06:57:33.341: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:33 
02:57:33 (SWT:2219): Gtk-WARNING **: 06:57:33.815: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:33 
02:57:33 (SWT:2219): Gtk-WARNING **: 06:57:33.821: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:33 
02:57:33 (SWT:2219): Gtk-WARNING **: 06:57:33.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:33 
02:57:33 (SWT:2219): Gtk-WARNING **: 06:57:33.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:33 
02:57:33 (SWT:2219): Gtk-WARNING **: 06:57:33.826: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:33 
02:57:33 (SWT:2219): Gtk-WARNING **: 06:57:33.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:33 
02:57:33 (SWT:2219): Gtk-WARNING **: 06:57:33.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:36 
02:57:36 (SWT:2219): Gdk-CRITICAL **: 06:57:36.115: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:36 
02:57:36 (SWT:2219): Gtk-WARNING **: 06:57:36.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:36 
02:57:36 (SWT:2219): Gtk-WARNING **: 06:57:36.597: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:36 
02:57:36 (SWT:2219): Gtk-WARNING **: 06:57:36.600: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:36 
02:57:36 (SWT:2219): Gtk-WARNING **: 06:57:36.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:36 
02:57:36 (SWT:2219): Gtk-WARNING **: 06:57:36.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:36 
02:57:36 (SWT:2219): Gtk-WARNING **: 06:57:36.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:36 
02:57:36 (SWT:2219): Gtk-WARNING **: 06:57:36.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:38 
02:57:38 (SWT:2219): Gdk-CRITICAL **: 06:57:38.904: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:39 
02:57:39 (SWT:2219): Gtk-WARNING **: 06:57:39.385: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:39 
02:57:39 (SWT:2219): Gtk-WARNING **: 06:57:39.392: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:39 
02:57:39 (SWT:2219): Gtk-WARNING **: 06:57:39.395: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:39 
02:57:39 (SWT:2219): Gtk-WARNING **: 06:57:39.395: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:39 
02:57:39 (SWT:2219): Gtk-WARNING **: 06:57:39.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:39 
02:57:39 (SWT:2219): Gtk-WARNING **: 06:57:39.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:39 
02:57:39 (SWT:2219): Gtk-WARNING **: 06:57:39.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:41 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.383 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest
02:57:41 org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest.findsSliderInGroup  Time elapsed: 2.772 s
02:57:41 org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest.canSetSelection  Time elapsed: 2.789 s
02:57:41 org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest.findsSlider  Time elapsed: 2.82 s
02:57:41 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest
02:57:41 
02:57:41 (SWT:2219): Gdk-CRITICAL **: 06:57:41.731: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:42 
02:57:42 (SWT:2219): Gtk-WARNING **: 06:57:42.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:42 
02:57:42 (SWT:2219): Gtk-WARNING **: 06:57:42.221: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:42 
02:57:42 (SWT:2219): Gtk-WARNING **: 06:57:42.224: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:42 
02:57:42 (SWT:2219): Gtk-WARNING **: 06:57:42.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:42 
02:57:42 (SWT:2219): Gtk-WARNING **: 06:57:42.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:42 
02:57:42 (SWT:2219): Gtk-WARNING **: 06:57:42.227: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:42 
02:57:42 (SWT:2219): Gtk-WARNING **: 06:57:42.227: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:44 
02:57:44 (SWT:2219): Gdk-CRITICAL **: 06:57:44.807: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:45 
02:57:45 (SWT:2219): Gtk-WARNING **: 06:57:45.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:45 
02:57:45 (SWT:2219): Gtk-WARNING **: 06:57:45.292: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:45 
02:57:45 (SWT:2219): Gtk-WARNING **: 06:57:45.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:45 
02:57:45 (SWT:2219): Gtk-WARNING **: 06:57:45.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:45 
02:57:45 (SWT:2219): Gtk-WARNING **: 06:57:45.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:45 
02:57:45 (SWT:2219): Gtk-WARNING **: 06:57:45.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:45 
02:57:45 (SWT:2219): Gtk-WARNING **: 06:57:45.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:47 
02:57:47 (SWT:2219): Gdk-CRITICAL **: 06:57:47.863: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:48 
02:57:48 (SWT:2219): Gtk-WARNING **: 06:57:48.337: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:48 
02:57:48 (SWT:2219): Gtk-WARNING **: 06:57:48.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:48 
02:57:48 (SWT:2219): Gtk-WARNING **: 06:57:48.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:48 
02:57:48 (SWT:2219): Gtk-WARNING **: 06:57:48.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:48 
02:57:48 (SWT:2219): Gtk-WARNING **: 06:57:48.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:48 
02:57:48 (SWT:2219): Gtk-WARNING **: 06:57:48.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:48 
02:57:48 (SWT:2219): Gtk-WARNING **: 06:57:48.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:50 
02:57:50 (SWT:2219): Gdk-CRITICAL **: 06:57:50.858: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:51 
02:57:51 (SWT:2219): Gtk-WARNING **: 06:57:51.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:51 
02:57:51 (SWT:2219): Gtk-WARNING **: 06:57:51.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:51 
02:57:51 (SWT:2219): Gtk-WARNING **: 06:57:51.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:51 
02:57:51 (SWT:2219): Gtk-WARNING **: 06:57:51.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:51 
02:57:51 (SWT:2219): Gtk-WARNING **: 06:57:51.339: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:51 
02:57:51 (SWT:2219): Gtk-WARNING **: 06:57:51.342: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:51 
02:57:51 (SWT:2219): Gtk-WARNING **: 06:57:51.342: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:53 
02:57:53 (SWT:2219): Gdk-CRITICAL **: 06:57:53.912: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:54 
02:57:54 (SWT:2219): Gtk-WARNING **: 06:57:54.395: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:54 
02:57:54 (SWT:2219): Gtk-WARNING **: 06:57:54.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:54 
02:57:54 (SWT:2219): Gtk-WARNING **: 06:57:54.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:54 
02:57:54 (SWT:2219): Gtk-WARNING **: 06:57:54.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:54 
02:57:54 (SWT:2219): Gtk-WARNING **: 06:57:54.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:54 
02:57:54 (SWT:2219): Gtk-WARNING **: 06:57:54.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:54 
02:57:54 (SWT:2219): Gtk-WARNING **: 06:57:54.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:56 
02:57:56 (SWT:2219): Gdk-CRITICAL **: 06:57:56.980: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:57:57 
02:57:57 (SWT:2219): Gtk-WARNING **: 06:57:57.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:57 
02:57:57 (SWT:2219): Gtk-WARNING **: 06:57:57.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:57 
02:57:57 (SWT:2219): Gtk-WARNING **: 06:57:57.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:57 
02:57:57 (SWT:2219): Gtk-WARNING **: 06:57:57.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:57 
02:57:57 (SWT:2219): Gtk-WARNING **: 06:57:57.467: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:57 
02:57:57 (SWT:2219): Gtk-WARNING **: 06:57:57.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:57:57 
02:57:57 (SWT:2219): Gtk-WARNING **: 06:57:57.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:00 
02:58:00 (SWT:2219): Gdk-CRITICAL **: 06:58:00.026: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:00 
02:58:00 (SWT:2219): Gtk-WARNING **: 06:58:00.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:00 
02:58:00 (SWT:2219): Gtk-WARNING **: 06:58:00.531: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:00 
02:58:00 (SWT:2219): Gtk-WARNING **: 06:58:00.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:00 
02:58:00 (SWT:2219): Gtk-WARNING **: 06:58:00.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:00 
02:58:00 (SWT:2219): Gtk-WARNING **: 06:58:00.535: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:00 
02:58:00 (SWT:2219): Gtk-WARNING **: 06:58:00.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:00 
02:58:00 (SWT:2219): Gtk-WARNING **: 06:58:00.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:02 
02:58:02 (SWT:2219): Gdk-CRITICAL **: 06:58:02.924: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:03 
02:58:03 (SWT:2219): Gtk-WARNING **: 06:58:03.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:03 
02:58:03 (SWT:2219): Gtk-WARNING **: 06:58:03.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:03 
02:58:03 (SWT:2219): Gtk-WARNING **: 06:58:03.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:03 
02:58:03 (SWT:2219): Gtk-WARNING **: 06:58:03.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:03 
02:58:03 (SWT:2219): Gtk-WARNING **: 06:58:03.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:03 
02:58:03 (SWT:2219): Gtk-WARNING **: 06:58:03.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:03 
02:58:03 (SWT:2219): Gtk-WARNING **: 06:58:03.435: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:06 
02:58:06 (SWT:2219): Gdk-CRITICAL **: 06:58:06.048: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:06 
02:58:06 (SWT:2219): Gtk-WARNING **: 06:58:06.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:06 
02:58:06 (SWT:2219): Gtk-WARNING **: 06:58:06.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:06 
02:58:06 (SWT:2219): Gtk-WARNING **: 06:58:06.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:06 
02:58:06 (SWT:2219): Gtk-WARNING **: 06:58:06.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:06 
02:58:06 (SWT:2219): Gtk-WARNING **: 06:58:06.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:06 
02:58:06 (SWT:2219): Gtk-WARNING **: 06:58:06.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:06 
02:58:06 (SWT:2219): Gtk-WARNING **: 06:58:06.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:09 
02:58:09 (SWT:2219): Gdk-CRITICAL **: 06:58:09.058: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:09 
02:58:09 (SWT:2219): Gtk-WARNING **: 06:58:09.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:09 
02:58:09 (SWT:2219): Gtk-WARNING **: 06:58:09.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:09 
02:58:09 (SWT:2219): Gtk-WARNING **: 06:58:09.542: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:09 
02:58:09 (SWT:2219): Gtk-WARNING **: 06:58:09.542: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:09 
02:58:09 (SWT:2219): Gtk-WARNING **: 06:58:09.542: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:09 
02:58:09 (SWT:2219): Gtk-WARNING **: 06:58:09.545: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:09 
02:58:09 (SWT:2219): Gtk-WARNING **: 06:58:09.545: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:11 
02:58:11 (SWT:2219): Gdk-CRITICAL **: 06:58:11.951: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:12 
02:58:12 (SWT:2219): Gtk-WARNING **: 06:58:12.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:12 
02:58:12 (SWT:2219): Gtk-WARNING **: 06:58:12.439: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:12 
02:58:12 (SWT:2219): Gtk-WARNING **: 06:58:12.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:12 
02:58:12 (SWT:2219): Gtk-WARNING **: 06:58:12.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:12 
02:58:12 (SWT:2219): Gtk-WARNING **: 06:58:12.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:12 
02:58:12 (SWT:2219): Gtk-WARNING **: 06:58:12.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:12 
02:58:12 (SWT:2219): Gtk-WARNING **: 06:58:12.445: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:15 
02:58:15 (SWT:2219): Gdk-CRITICAL **: 06:58:15.356: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:15 
02:58:15 (SWT:2219): Gtk-WARNING **: 06:58:15.829: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:15 
02:58:15 (SWT:2219): Gtk-WARNING **: 06:58:15.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:15 
02:58:15 (SWT:2219): Gtk-WARNING **: 06:58:15.838: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:15 
02:58:15 (SWT:2219): Gtk-WARNING **: 06:58:15.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:15 
02:58:15 (SWT:2219): Gtk-WARNING **: 06:58:15.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:15 
02:58:15 (SWT:2219): Gtk-WARNING **: 06:58:15.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:15 
02:58:15 (SWT:2219): Gtk-WARNING **: 06:58:15.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:18 
02:58:18 (SWT:2219): Gdk-CRITICAL **: 06:58:18.255: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:18 
02:58:18 (SWT:2219): Gtk-WARNING **: 06:58:18.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:18 
02:58:18 (SWT:2219): Gtk-WARNING **: 06:58:18.738: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:18 
02:58:18 (SWT:2219): Gtk-WARNING **: 06:58:18.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:18 
02:58:18 (SWT:2219): Gtk-WARNING **: 06:58:18.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:18 
02:58:18 (SWT:2219): Gtk-WARNING **: 06:58:18.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:18 
02:58:18 (SWT:2219): Gtk-WARNING **: 06:58:18.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:18 
02:58:18 (SWT:2219): Gtk-WARNING **: 06:58:18.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:21 
02:58:21 (SWT:2219): Gdk-CRITICAL **: 06:58:21.442: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:21 
02:58:21 (SWT:2219): Gtk-WARNING **: 06:58:21.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:21 
02:58:21 (SWT:2219): Gtk-WARNING **: 06:58:21.942: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:21 
02:58:21 (SWT:2219): Gtk-WARNING **: 06:58:21.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:21 
02:58:21 (SWT:2219): Gtk-WARNING **: 06:58:21.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:21 
02:58:21 (SWT:2219): Gtk-WARNING **: 06:58:21.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:21 
02:58:21 (SWT:2219): Gtk-WARNING **: 06:58:21.948: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:21 
02:58:21 (SWT:2219): Gtk-WARNING **: 06:58:21.948: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:24 
02:58:24 (SWT:2219): Gdk-CRITICAL **: 06:58:24.996: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:25 
02:58:25 (SWT:2219): Gtk-WARNING **: 06:58:25.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:25 
02:58:25 (SWT:2219): Gtk-WARNING **: 06:58:25.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:25 
02:58:25 (SWT:2219): Gtk-WARNING **: 06:58:25.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:25 
02:58:25 (SWT:2219): Gtk-WARNING **: 06:58:25.489: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:25 
02:58:25 (SWT:2219): Gtk-WARNING **: 06:58:25.489: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:25 
02:58:25 (SWT:2219): Gtk-WARNING **: 06:58:25.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:25 
02:58:25 (SWT:2219): Gtk-WARNING **: 06:58:25.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:27 
02:58:27 (SWT:2219): Gdk-CRITICAL **: 06:58:27.910: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:28 
02:58:28 (SWT:2219): Gtk-WARNING **: 06:58:28.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:28 
02:58:28 (SWT:2219): Gtk-WARNING **: 06:58:28.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:28 
02:58:28 (SWT:2219): Gtk-WARNING **: 06:58:28.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:28 
02:58:28 (SWT:2219): Gtk-WARNING **: 06:58:28.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:28 
02:58:28 (SWT:2219): Gtk-WARNING **: 06:58:28.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:28 
02:58:28 (SWT:2219): Gtk-WARNING **: 06:58:28.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:28 
02:58:28 (SWT:2219): Gtk-WARNING **: 06:58:28.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:30 
02:58:30 (SWT:2219): Gdk-CRITICAL **: 06:58:30.855: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:31 
02:58:31 (SWT:2219): Gtk-WARNING **: 06:58:31.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:31 
02:58:31 (SWT:2219): Gtk-WARNING **: 06:58:31.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:31 
02:58:31 (SWT:2219): Gtk-WARNING **: 06:58:31.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:31 
02:58:31 (SWT:2219): Gtk-WARNING **: 06:58:31.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:31 
02:58:31 (SWT:2219): Gtk-WARNING **: 06:58:31.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:31 
02:58:31 (SWT:2219): Gtk-WARNING **: 06:58:31.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:31 
02:58:31 (SWT:2219): Gtk-WARNING **: 06:58:31.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:33 
02:58:33 (SWT:2219): Gdk-CRITICAL **: 06:58:33.762: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:34 
02:58:34 (SWT:2219): Gtk-WARNING **: 06:58:34.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:34 
02:58:34 (SWT:2219): Gtk-WARNING **: 06:58:34.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:34 
02:58:34 (SWT:2219): Gtk-WARNING **: 06:58:34.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:34 
02:58:34 (SWT:2219): Gtk-WARNING **: 06:58:34.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:34 
02:58:34 (SWT:2219): Gtk-WARNING **: 06:58:34.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:34 
02:58:34 (SWT:2219): Gtk-WARNING **: 06:58:34.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:34 
02:58:34 (SWT:2219): Gtk-WARNING **: 06:58:34.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:37 
02:58:37 (SWT:2219): Gdk-CRITICAL **: 06:58:37.144: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:37 
02:58:37 (SWT:2219): Gtk-WARNING **: 06:58:37.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:37 
02:58:37 (SWT:2219): Gtk-WARNING **: 06:58:37.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:37 
02:58:37 (SWT:2219): Gtk-WARNING **: 06:58:37.636: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:37 
02:58:37 (SWT:2219): Gtk-WARNING **: 06:58:37.636: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:37 
02:58:37 (SWT:2219): Gtk-WARNING **: 06:58:37.637: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:37 
02:58:37 (SWT:2219): Gtk-WARNING **: 06:58:37.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:37 
02:58:37 (SWT:2219): Gtk-WARNING **: 06:58:37.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:40 
02:58:40 (SWT:2219): Gdk-CRITICAL **: 06:58:40.159: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:40 
02:58:40 (SWT:2219): Gtk-WARNING **: 06:58:40.650: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:40 
02:58:40 (SWT:2219): Gtk-WARNING **: 06:58:40.656: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:40 
02:58:40 (SWT:2219): Gtk-WARNING **: 06:58:40.660: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:40 
02:58:40 (SWT:2219): Gtk-WARNING **: 06:58:40.660: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:40 
02:58:40 (SWT:2219): Gtk-WARNING **: 06:58:40.660: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:40 
02:58:40 (SWT:2219): Gtk-WARNING **: 06:58:40.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:40 
02:58:40 (SWT:2219): Gtk-WARNING **: 06:58:40.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:43 
02:58:43 (SWT:2219): Gdk-CRITICAL **: 06:58:43.127: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:43 
02:58:43 (SWT:2219): Gtk-WARNING **: 06:58:43.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:43 
02:58:43 (SWT:2219): Gtk-WARNING **: 06:58:43.637: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:43 
02:58:43 (SWT:2219): Gtk-WARNING **: 06:58:43.641: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:43 
02:58:43 (SWT:2219): Gtk-WARNING **: 06:58:43.641: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:43 
02:58:43 (SWT:2219): Gtk-WARNING **: 06:58:43.641: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:43 
02:58:43 (SWT:2219): Gtk-WARNING **: 06:58:43.644: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:43 
02:58:43 (SWT:2219): Gtk-WARNING **: 06:58:43.644: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:46 
02:58:46 (SWT:2219): Gdk-CRITICAL **: 06:58:46.145: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:46 
02:58:46 (SWT:2219): Gtk-WARNING **: 06:58:46.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:46 
02:58:46 (SWT:2219): Gtk-WARNING **: 06:58:46.642: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:46 
02:58:46 (SWT:2219): Gtk-WARNING **: 06:58:46.645: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:46 
02:58:46 (SWT:2219): Gtk-WARNING **: 06:58:46.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:46 
02:58:46 (SWT:2219): Gtk-WARNING **: 06:58:46.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:46 
02:58:46 (SWT:2219): Gtk-WARNING **: 06:58:46.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:46 
02:58:46 (SWT:2219): Gtk-WARNING **: 06:58:46.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:49 
02:58:49 (SWT:2219): Gdk-CRITICAL **: 06:58:49.600: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:50 
02:58:50 (SWT:2219): Gtk-WARNING **: 06:58:50.159: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:50 
02:58:50 (SWT:2219): Gtk-WARNING **: 06:58:50.169: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:50 
02:58:50 (SWT:2219): Gtk-WARNING **: 06:58:50.172: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:50 
02:58:50 (SWT:2219): Gtk-WARNING **: 06:58:50.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:50 
02:58:50 (SWT:2219): Gtk-WARNING **: 06:58:50.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:50 
02:58:50 (SWT:2219): Gtk-WARNING **: 06:58:50.176: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:50 
02:58:50 (SWT:2219): Gtk-WARNING **: 06:58:50.176: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:57 
02:58:57 (SWT:2219): Gdk-CRITICAL **: 06:58:57.747: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:58:58 
02:58:58 (SWT:2219): Gtk-WARNING **: 06:58:58.236: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:58 
02:58:58 (SWT:2219): Gtk-WARNING **: 06:58:58.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:58 
02:58:58 (SWT:2219): Gtk-WARNING **: 06:58:58.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:58 
02:58:58 (SWT:2219): Gtk-WARNING **: 06:58:58.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:58 
02:58:58 (SWT:2219): Gtk-WARNING **: 06:58:58.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:58 
02:58:58 (SWT:2219): Gtk-WARNING **: 06:58:58.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:58:58 
02:58:58 (SWT:2219): Gtk-WARNING **: 06:58:58.249: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:00 
02:59:00 (SWT:2219): Gdk-CRITICAL **: 06:59:00.800: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:01 
02:59:01 (SWT:2219): Gtk-WARNING **: 06:59:01.287: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:01 
02:59:01 (SWT:2219): Gtk-WARNING **: 06:59:01.294: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:01 
02:59:01 (SWT:2219): Gtk-WARNING **: 06:59:01.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:01 
02:59:01 (SWT:2219): Gtk-WARNING **: 06:59:01.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:01 
02:59:01 (SWT:2219): Gtk-WARNING **: 06:59:01.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:01 
02:59:01 (SWT:2219): Gtk-WARNING **: 06:59:01.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:01 
02:59:01 (SWT:2219): Gtk-WARNING **: 06:59:01.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:03 
02:59:03 (SWT:2219): Gdk-CRITICAL **: 06:59:03.880: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:04 
02:59:04 (SWT:2219): Gtk-WARNING **: 06:59:04.377: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:04 
02:59:04 (SWT:2219): Gtk-WARNING **: 06:59:04.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:04 
02:59:04 (SWT:2219): Gtk-WARNING **: 06:59:04.387: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:04 
02:59:04 (SWT:2219): Gtk-WARNING **: 06:59:04.387: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:04 
02:59:04 (SWT:2219): Gtk-WARNING **: 06:59:04.387: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:04 
02:59:04 (SWT:2219): Gtk-WARNING **: 06:59:04.390: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:04 
02:59:04 (SWT:2219): Gtk-WARNING **: 06:59:04.390: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:06 Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 85.221 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.setsMultipleSelection  Time elapsed: 3.075 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.selectsAll  Time elapsed: 3.055 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsColumnTextBasedOnRowColumnNumbers  Time elapsed: 2.995 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.doubleClicksOnANode  Time elapsed: 3.055 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.clicksOnANode  Time elapsed: 3.068 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.setEmptySelection  Time elapsed: 3.046 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsSelectionCount  Time elapsed: 2.898 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsSingleSelection  Time elapsed: 3.122 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsAllColumnHeadings  Time elapsed: 3.011 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.findsAnyTree  Time elapsed: 2.893 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.expandsNode  Time elapsed: 3.405 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.expandANodePath  Time elapsed: 2.898 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.unselectsSelection  Time elapsed: 3.188 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsMultipleSingleSelection  Time elapsed: 3.554 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsColumnCount  Time elapsed: 2.912 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsAllTreeItems  Time elapsed: 2.942 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.selectsMultipleOnSingleSelectTree  Time elapsed: 2.908 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.expandsNodeToMax  Time elapsed: 3.382 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.findsTree  Time elapsed: 3.015 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.expandEmptyPath  Time elapsed: 2.966 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsRowCount  Time elapsed: 3.018 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.clicksOnANodeInAColumn  Time elapsed: 3.455 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.setsMultipleSelectionUnknownItem  Time elapsed: 8.146 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsTextCellBasedOnRowNumberColumnText  Time elapsed: 3.052 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsColumnCountOnMultiColumnTree  Time elapsed: 3.08 s
02:59:06 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.setsSelection  Time elapsed: 3.072 s
02:59:06 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest
02:59:06 
02:59:06 (SWT:2219): Gdk-CRITICAL **: 06:59:06.958: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:07 
02:59:07 (SWT:2219): Gdk-CRITICAL **: 06:59:07.552: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:08 
02:59:08 (SWT:2219): Gdk-CRITICAL **: 06:59:08.148: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:08 
02:59:08 (SWT:2219): Gdk-CRITICAL **: 06:59:08.744: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:09 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.414 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest
02:59:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest.findsAlignment  Time elapsed: 0.59 s
02:59:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest.findsCLabel  Time elapsed: 0.596 s
02:59:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest.findsCLabel1  Time elapsed: 0.596 s
02:59:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest.getsImage  Time elapsed: 0.629 s
02:59:09 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest
02:59:09 
02:59:09 (SWT:2219): Gdk-CRITICAL **: 06:59:09.379: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:09 
02:59:09 (SWT:2219): Gtk-WARNING **: 06:59:09.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:09 
02:59:09 (SWT:2219): Gtk-WARNING **: 06:59:09.887: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:09 
02:59:09 (SWT:2219): Gtk-WARNING **: 06:59:09.890: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:09 
02:59:09 (SWT:2219): Gtk-WARNING **: 06:59:09.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:09 
02:59:09 (SWT:2219): Gtk-WARNING **: 06:59:09.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:09 
02:59:09 (SWT:2219): Gtk-WARNING **: 06:59:09.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:09 
02:59:09 (SWT:2219): Gtk-WARNING **: 06:59:09.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:12 
02:59:12 (SWT:2219): Gdk-CRITICAL **: 06:59:12.521: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:13 
02:59:13 (SWT:2219): Gtk-WARNING **: 06:59:13.026: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:13 
02:59:13 (SWT:2219): Gtk-WARNING **: 06:59:13.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:13 
02:59:13 (SWT:2219): Gtk-WARNING **: 06:59:13.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:13 
02:59:13 (SWT:2219): Gtk-WARNING **: 06:59:13.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:13 
02:59:13 (SWT:2219): Gtk-WARNING **: 06:59:13.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:13 
02:59:13 (SWT:2219): Gtk-WARNING **: 06:59:13.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:13 
02:59:13 (SWT:2219): Gtk-WARNING **: 06:59:13.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:15 
02:59:15 (SWT:2219): Gdk-CRITICAL **: 06:59:15.686: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:16 
02:59:16 (SWT:2219): Gtk-WARNING **: 06:59:16.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:16 
02:59:16 (SWT:2219): Gtk-WARNING **: 06:59:16.201: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:16 
02:59:16 (SWT:2219): Gtk-WARNING **: 06:59:16.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:16 
02:59:16 (SWT:2219): Gtk-WARNING **: 06:59:16.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:16 
02:59:16 (SWT:2219): Gtk-WARNING **: 06:59:16.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:16 
02:59:16 (SWT:2219): Gtk-WARNING **: 06:59:16.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:16 
02:59:16 (SWT:2219): Gtk-WARNING **: 06:59:16.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:18 Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 9.328 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest
02:59:18 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest.clicksToolBarButton  Time elapsed: 3.141 s
02:59:18 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest skipped
02:59:18 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest.clicksToolBarButtonWithModifier  Time elapsed: 3.163 s
02:59:18 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest.findsToolBarButtonWithIndex  Time elapsed: 3.023 s
02:59:18 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest skipped
02:59:18 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest
02:59:18 
02:59:18 (SWT:2219): Gdk-CRITICAL **: 06:59:18.713: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:18 
02:59:18 (SWT:2219): Gdk-CRITICAL **: 06:59:18.788: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:18 Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.192 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest
02:59:18 org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest skipped
02:59:18 org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest.testJFaceErrorDialogButton  Time elapsed: 0.116 s
02:59:18 Running org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest
02:59:18 
02:59:18 (SWT:2219): Gdk-CRITICAL **: 06:59:18.910: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:19 
02:59:19 (SWT:2219): Gtk-WARNING **: 06:59:19.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:19 
02:59:19 (SWT:2219): Gtk-WARNING **: 06:59:19.438: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:19 
02:59:19 (SWT:2219): Gtk-WARNING **: 06:59:19.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:19 
02:59:19 (SWT:2219): Gtk-WARNING **: 06:59:19.442: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:19 
02:59:19 (SWT:2219): Gtk-WARNING **: 06:59:19.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:19 
02:59:19 (SWT:2219): Gtk-WARNING **: 06:59:19.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:19 
02:59:19 (SWT:2219): Gtk-WARNING **: 06:59:19.446: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:21 
02:59:21 (SWT:2219): Gdk-CRITICAL **: 06:59:21.881: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:22 
02:59:22 (SWT:2219): Gtk-WARNING **: 06:59:22.385: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:22 
02:59:22 (SWT:2219): Gtk-WARNING **: 06:59:22.391: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:22 
02:59:22 (SWT:2219): Gtk-WARNING **: 06:59:22.395: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:22 
02:59:22 (SWT:2219): Gtk-WARNING **: 06:59:22.395: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:22 
02:59:22 (SWT:2219): Gtk-WARNING **: 06:59:22.395: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:22 
02:59:22 (SWT:2219): Gtk-WARNING **: 06:59:22.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:22 
02:59:22 (SWT:2219): Gtk-WARNING **: 06:59:22.398: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:24 
02:59:24 (SWT:2219): Gdk-CRITICAL **: 06:59:24.790: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:25 
02:59:25 (SWT:2219): Gtk-WARNING **: 06:59:25.321: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:25 
02:59:25 (SWT:2219): Gtk-WARNING **: 06:59:25.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:25 
02:59:25 (SWT:2219): Gtk-WARNING **: 06:59:25.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:25 
02:59:25 (SWT:2219): Gtk-WARNING **: 06:59:25.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:25 
02:59:25 (SWT:2219): Gtk-WARNING **: 06:59:25.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:25 
02:59:25 (SWT:2219): Gtk-WARNING **: 06:59:25.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:25 
02:59:25 (SWT:2219): Gtk-WARNING **: 06:59:25.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:27 
02:59:27 (SWT:2219): Gdk-CRITICAL **: 06:59:27.811: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:28 
02:59:28 (SWT:2219): Gtk-WARNING **: 06:59:28.335: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:28 
02:59:28 (SWT:2219): Gtk-WARNING **: 06:59:28.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:28 
02:59:28 (SWT:2219): Gtk-WARNING **: 06:59:28.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:28 
02:59:28 (SWT:2219): Gtk-WARNING **: 06:59:28.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:28 
02:59:28 (SWT:2219): Gtk-WARNING **: 06:59:28.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:28 
02:59:28 (SWT:2219): Gtk-WARNING **: 06:59:28.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:28 
02:59:28 (SWT:2219): Gtk-WARNING **: 06:59:28.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:30 
02:59:30 (SWT:2219): Gdk-CRITICAL **: 06:59:30.764: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:31 
02:59:31 (SWT:2219): Gtk-WARNING **: 06:59:31.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:31 
02:59:31 (SWT:2219): Gtk-WARNING **: 06:59:31.283: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:31 
02:59:31 (SWT:2219): Gtk-WARNING **: 06:59:31.287: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:31 
02:59:31 (SWT:2219): Gtk-WARNING **: 06:59:31.287: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:31 
02:59:31 (SWT:2219): Gtk-WARNING **: 06:59:31.287: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:31 
02:59:31 (SWT:2219): Gtk-WARNING **: 06:59:31.290: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:31 
02:59:31 (SWT:2219): Gtk-WARNING **: 06:59:31.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:33 
02:59:33 (SWT:2219): Gdk-CRITICAL **: 06:59:33.715: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:34 
02:59:34 (SWT:2219): Gtk-WARNING **: 06:59:34.217: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:34 
02:59:34 (SWT:2219): Gtk-WARNING **: 06:59:34.223: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:34 
02:59:34 (SWT:2219): Gtk-WARNING **: 06:59:34.226: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:34 
02:59:34 (SWT:2219): Gtk-WARNING **: 06:59:34.227: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:34 
02:59:34 (SWT:2219): Gtk-WARNING **: 06:59:34.227: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:34 
02:59:34 (SWT:2219): Gtk-WARNING **: 06:59:34.230: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:34 
02:59:34 (SWT:2219): Gtk-WARNING **: 06:59:34.230: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:36 
02:59:36 (SWT:2219): Gdk-CRITICAL **: 06:59:36.606: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:37 
02:59:37 (SWT:2219): Gtk-WARNING **: 06:59:37.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:37 
02:59:37 (SWT:2219): Gtk-WARNING **: 06:59:37.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:37 
02:59:37 (SWT:2219): Gtk-WARNING **: 06:59:37.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:37 
02:59:37 (SWT:2219): Gtk-WARNING **: 06:59:37.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:37 
02:59:37 (SWT:2219): Gtk-WARNING **: 06:59:37.117: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:37 
02:59:37 (SWT:2219): Gtk-WARNING **: 06:59:37.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:37 
02:59:37 (SWT:2219): Gtk-WARNING **: 06:59:37.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:39 
02:59:39 (SWT:2219): Gdk-CRITICAL **: 06:59:39.475: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:39 
02:59:39 (SWT:2219): Gtk-WARNING **: 06:59:39.973: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:39 
02:59:39 (SWT:2219): Gtk-WARNING **: 06:59:39.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:39 
02:59:39 (SWT:2219): Gtk-WARNING **: 06:59:39.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:39 
02:59:39 (SWT:2219): Gtk-WARNING **: 06:59:39.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:39 
02:59:39 (SWT:2219): Gtk-WARNING **: 06:59:39.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:39 
02:59:39 (SWT:2219): Gtk-WARNING **: 06:59:39.986: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:39 
02:59:39 (SWT:2219): Gtk-WARNING **: 06:59:39.986: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:42 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 23.462 s - in org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest
02:59:42 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.findsRightIndexOfControlInParentWithNoParent  Time elapsed: 2.969 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.getsToString  Time elapsed: 2.907 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.findsNextWidget  Time elapsed: 3.023 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.findsIndexOfArbritryControl  Time elapsed: 2.953 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.nextWidgetOnLastWidgetIsNull  Time elapsed: 2.951 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.getsCorrectStyle  Time elapsed: 2.891 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.previousWidgetOnFirstWidget  Time elapsed: 2.869 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.findsPreviousWidget  Time elapsed: 2.897 s
02:59:42 Running org.eclipse.swtbot.swt.finder.utils.CredentialsTest
02:59:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.swtbot.swt.finder.utils.CredentialsTest
02:59:42 org.eclipse.swtbot.swt.finder.utils.CredentialsTest.testHashCode  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.CredentialsTest.testEquals  Time elapsed: 0 s
02:59:42 Running org.eclipse.swtbot.swt.finder.utils.PositionTest
02:59:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.PositionTest
02:59:42 org.eclipse.swtbot.swt.finder.utils.PositionTest.equalsAndHashCode  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.PositionTest.equalsAndHashCodeNegative  Time elapsed: 0 s
02:59:42 Running org.eclipse.swtbot.swt.finder.utils.TableCollectionTest
02:59:42 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.TableCollectionTest
02:59:42 org.eclipse.swtbot.swt.finder.utils.TableCollectionTest.getsToString  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.TableCollectionTest.hashCodeIsSameForSameTableCollections  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.TableCollectionTest.equalsForSameTableCollections  Time elapsed: 0 s
02:59:42 Running org.eclipse.swtbot.swt.finder.utils.TreePathTest
02:59:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.TreePathTest
02:59:42 org.eclipse.swtbot.swt.finder.utils.TreePathTest.canPopLastElementFromTreePath  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.TreePathTest.popsNothingIfTreePathIsEmpty  Time elapsed: 0 s
02:59:42 Running org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest
02:59:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest
02:59:42 org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest.getsSimpleClassName  Time elapsed: 0 s
02:59:42 Running org.eclipse.swtbot.swt.finder.utils.BidiMapTest
02:59:42 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.BidiMapTest
02:59:42 org.eclipse.swtbot.swt.finder.utils.BidiMapTest.canIterateThroughAllElements  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.BidiMapTest.canFindObjectBasedOnKey  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.BidiMapTest.canFindObjectBasedOnValue  Time elapsed: 0 s
02:59:42 Running org.eclipse.swtbot.swt.finder.utils.FileUtilsTest
02:59:42 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.FileUtilsTest
02:59:42 org.eclipse.swtbot.swt.finder.utils.FileUtilsTest.canReadFromURL  Time elapsed: 0.001 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.FileUtilsTest.canWriteToAFile  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.FileUtilsTest.canReadFromFile  Time elapsed: 0 s
02:59:42 Running org.eclipse.swtbot.swt.finder.utils.StringUtilsTest
02:59:42 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.StringUtilsTest
02:59:42 org.eclipse.swtbot.swt.finder.utils.StringUtilsTest.canJoinListsUsingTheObjectConverter  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.StringUtilsTest.isEmptyOrNull  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.StringUtilsTest.joinOfObjects  Time elapsed: 0 s
02:59:42 Running org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest
02:59:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest
02:59:42 org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest.getsKeySetOfTheMap  Time elapsed: 0.001 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest.mapsMultipleValuesToAKey  Time elapsed: 0 s
02:59:42 Running org.eclipse.swtbot.swt.finder.utils.MenuDetectTest
02:59:42 
02:59:42 (SWT:2219): Gdk-CRITICAL **: 06:59:42.418: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:42 
02:59:42 (SWT:2219): Gtk-CRITICAL **: 06:59:42.533: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
02:59:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 s - in org.eclipse.swtbot.swt.finder.utils.MenuDetectTest
02:59:42 org.eclipse.swtbot.swt.finder.utils.MenuDetectTest.testMenuDetect  Time elapsed: 0.208 s
02:59:42 Running org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest
02:59:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest
02:59:42 org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest.translatesFromStringsToIds  Time elapsed: 0.002 s
02:59:42 Running org.eclipse.swtbot.swt.finder.utils.TableRowTest
02:59:42 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.TableRowTest
02:59:42 org.eclipse.swtbot.swt.finder.utils.TableRowTest.hashCodeIsSameForSameTableRows  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.TableRowTest.getsToString  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.TableRowTest.equalsForUnequalTableRows  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.TableRowTest.hashCodeIsDifferentForDifferentTableRows  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.utils.TableRowTest.equalsForEqualTableRows  Time elapsed: 0 s
02:59:42 Running org.eclipse.swtbot.swt.finder.resolvers.ResolverTest
02:59:42 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.resolvers.ResolverTest
02:59:42 org.eclipse.swtbot.swt.finder.resolvers.ResolverTest.doesNotGetResolverForNonRegisteredTypes  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.resolvers.ResolverTest.getsResolverForRegisteredTypes  Time elapsed: 0 s
02:59:42 Running org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest
02:59:42 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest
02:59:42 org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest.getChildren  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest.hasParent  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest.hasChildren  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest.getParent  Time elapsed: 0 s
02:59:42 org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest.resolvesEverything  Time elapsed: 0 s
02:59:42 Running org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest
02:59:42 
02:59:42 (SWT:2219): Gdk-CRITICAL **: 06:59:42.647: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:42 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 s - in org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest
02:59:42 org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest.waitsForTreeToContainRows  Time elapsed: 0.099 s
02:59:42 Running org.eclipse.swtbot.swt.finder.waits.WaitForShellTest
02:59:42 
02:59:42 (SWT:2219): Gdk-CRITICAL **: 06:59:42.750: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:43 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.556 s - in org.eclipse.swtbot.swt.finder.waits.WaitForShellTest
02:59:43 org.eclipse.swtbot.swt.finder.waits.WaitForShellTest.waitsForShellToAppear  Time elapsed: 0.555 s
02:59:43 Running org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest
02:59:43 
02:59:43 (SWT:2219): Gdk-CRITICAL **: 06:59:43.309: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:43 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest
02:59:43 org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest.waitsForShellToBecomeActive  Time elapsed: 0.075 s
02:59:43 Running org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest
02:59:43 
02:59:43 (SWT:2219): Gdk-CRITICAL **: 06:59:43.388: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:43 
02:59:43 (SWT:2219): Gtk-WARNING **: 06:59:43.904: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:43 
02:59:43 (SWT:2219): Gtk-WARNING **: 06:59:43.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:43 
02:59:43 (SWT:2219): Gtk-WARNING **: 06:59:43.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:43 
02:59:43 (SWT:2219): Gtk-WARNING **: 06:59:43.914: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:43 
02:59:43 (SWT:2219): Gtk-WARNING **: 06:59:43.915: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:43 
02:59:43 (SWT:2219): Gtk-WARNING **: 06:59:43.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:43 
02:59:43 (SWT:2219): Gtk-WARNING **: 06:59:43.918: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
02:59:46 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.408 s - in org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest
02:59:46 org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest.waitsForWidgetToAppearInParent  Time elapsed: 3.408 s
02:59:46 Running org.eclipse.swtbot.swt.finder.waits.ShellClosesTest
02:59:46 
02:59:46 (SWT:2219): Gdk-CRITICAL **: 06:59:46.801: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:47 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 s - in org.eclipse.swtbot.swt.finder.waits.ShellClosesTest
02:59:47 org.eclipse.swtbot.swt.finder.waits.ShellClosesTest.waitsForShellClose  Time elapsed: 0.565 s
02:59:47 Running org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest
02:59:47 
02:59:47 (SWT:2219): Gdk-CRITICAL **: 06:59:47.370: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:47 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest
02:59:47 org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest.waitsForTableToContainRows  Time elapsed: 0.087 s
02:59:47 Running org.eclipse.swtbot.swt.finder.SWTBotTest
02:59:47 
02:59:47 (SWT:2219): Gdk-CRITICAL **: 06:59:47.462: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:47 
02:59:47 (SWT:2219): Gdk-CRITICAL **: 06:59:47.590: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:47 
02:59:47 (SWT:2219): Gdk-CRITICAL **: 06:59:47.720: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:52 
02:59:52 (SWT:2219): Gdk-CRITICAL **: 06:59:52.852: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:55 
02:59:55 (SWT:2219): Gdk-CRITICAL **: 06:59:55.484: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:55 
02:59:55 (SWT:2219): Gdk-CRITICAL **: 06:59:55.613: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
02:59:55 
02:59:55 (SWT:2219): Gdk-CRITICAL **: 06:59:55.754: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:00 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.433 s - in org.eclipse.swtbot.swt.finder.SWTBotTest
03:00:00 org.eclipse.swtbot.swt.finder.SWTBotTest.getsAllShells  Time elapsed: 0.127 s
03:00:00 org.eclipse.swtbot.swt.finder.SWTBotTest.doesNotWait5SecondsAndPassesForPassingCondition  Time elapsed: 0.129 s
03:00:00 org.eclipse.swtbot.swt.finder.SWTBotTest.waitsMoreThan5sWhenConditionDoesNotSwitchToFailing  Time elapsed: 5.133 s
03:00:00 org.eclipse.swtbot.swt.finder.SWTBotTest.waitsLessThan5sWhenConditionSwitchToFailing  Time elapsed: 2.631 s
03:00:00 org.eclipse.swtbot.swt.finder.SWTBotTest.throwsExceptionOnNegativeTimeOut  Time elapsed: 0.129 s
03:00:00 org.eclipse.swtbot.swt.finder.SWTBotTest.findsShellsById  Time elapsed: 0.14 s
03:00:00 org.eclipse.swtbot.swt.finder.SWTBotTest.waits5SecondsAndFailsForFailingCondition  Time elapsed: 5.14 s
03:00:00 Running org.eclipse.swtbot.swt.finder.ReferenceByTest
03:00:00 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.swtbot.swt.finder.ReferenceByTest
03:00:00 org.eclipse.swtbot.swt.finder.ReferenceByTest.compatibilityWithOtherReferences  Time elapsed: 0.005 s
03:00:00 org.eclipse.swtbot.swt.finder.ReferenceByTest.methodNameSuffix  Time elapsed: 0 s
03:00:00 org.eclipse.swtbot.swt.finder.ReferenceByTest.methodArguments  Time elapsed: 0 s
03:00:00 org.eclipse.swtbot.swt.finder.ReferenceByTest.matcherMethod  Time elapsed: 0 s
03:00:00 org.eclipse.swtbot.swt.finder.ReferenceByTest.generatesCombinations  Time elapsed: 0.005 s
03:00:00 Running org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest
03:00:00 
03:00:00 (SWT:2219): Gdk-CRITICAL **: 07:00:00.917: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:01 
03:00:01 (SWT:2219): Gtk-WARNING **: 07:00:01.441: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:01 
03:00:01 (SWT:2219): Gtk-WARNING **: 07:00:01.449: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:01 
03:00:01 (SWT:2219): Gtk-WARNING **: 07:00:01.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:01 
03:00:01 (SWT:2219): Gtk-WARNING **: 07:00:01.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:01 
03:00:01 (SWT:2219): Gtk-WARNING **: 07:00:01.454: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:01 
03:00:01 (SWT:2219): Gtk-WARNING **: 07:00:01.457: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:01 
03:00:01 (SWT:2219): Gtk-WARNING **: 07:00:01.457: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:03 
03:00:03 (SWT:2219): Gdk-CRITICAL **: 07:00:03.928: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:04 
03:00:04 (SWT:2219): Gtk-WARNING **: 07:00:04.471: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:04 
03:00:04 (SWT:2219): Gtk-WARNING **: 07:00:04.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:04 
03:00:04 (SWT:2219): Gtk-WARNING **: 07:00:04.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:04 
03:00:04 (SWT:2219): Gtk-WARNING **: 07:00:04.481: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:04 
03:00:04 (SWT:2219): Gtk-WARNING **: 07:00:04.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:04 
03:00:04 (SWT:2219): Gtk-WARNING **: 07:00:04.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:04 
03:00:04 (SWT:2219): Gtk-WARNING **: 07:00:04.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:06 
03:00:06 (SWT:2219): Gdk-CRITICAL **: 07:00:06.968: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:07 
03:00:07 (SWT:2219): Gtk-WARNING **: 07:00:07.490: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:07 
03:00:07 (SWT:2219): Gtk-WARNING **: 07:00:07.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:07 
03:00:07 (SWT:2219): Gtk-WARNING **: 07:00:07.500: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:07 
03:00:07 (SWT:2219): Gtk-WARNING **: 07:00:07.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:07 
03:00:07 (SWT:2219): Gtk-WARNING **: 07:00:07.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:07 
03:00:07 (SWT:2219): Gtk-WARNING **: 07:00:07.504: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:07 
03:00:07 (SWT:2219): Gtk-WARNING **: 07:00:07.504: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:10 
03:00:10 (SWT:2219): Gdk-CRITICAL **: 07:00:10.071: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:10 
03:00:10 (SWT:2219): Gtk-WARNING **: 07:00:10.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:10 
03:00:10 (SWT:2219): Gtk-WARNING **: 07:00:10.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:10 
03:00:10 (SWT:2219): Gtk-WARNING **: 07:00:10.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:10 
03:00:10 (SWT:2219): Gtk-WARNING **: 07:00:10.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:10 
03:00:10 (SWT:2219): Gtk-WARNING **: 07:00:10.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:10 
03:00:10 (SWT:2219): Gtk-WARNING **: 07:00:10.642: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:10 
03:00:10 (SWT:2219): Gtk-WARNING **: 07:00:10.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:13 
03:00:13 (SWT:2219): Gdk-CRITICAL **: 07:00:13.136: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:13 
03:00:13 (SWT:2219): Gtk-WARNING **: 07:00:13.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:13 
03:00:13 (SWT:2219): Gtk-WARNING **: 07:00:13.672: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:13 
03:00:13 (SWT:2219): Gtk-WARNING **: 07:00:13.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:13 
03:00:13 (SWT:2219): Gtk-WARNING **: 07:00:13.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:13 
03:00:13 (SWT:2219): Gtk-WARNING **: 07:00:13.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:13 
03:00:13 (SWT:2219): Gtk-WARNING **: 07:00:13.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:13 
03:00:13 (SWT:2219): Gtk-WARNING **: 07:00:13.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:16 
03:00:16 (SWT:2219): Gdk-CRITICAL **: 07:00:16.219: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:16 
03:00:16 (SWT:2219): Gtk-WARNING **: 07:00:16.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:16 
03:00:16 (SWT:2219): Gtk-WARNING **: 07:00:16.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:16 
03:00:16 (SWT:2219): Gtk-WARNING **: 07:00:16.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:16 
03:00:16 (SWT:2219): Gtk-WARNING **: 07:00:16.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:16 
03:00:16 (SWT:2219): Gtk-WARNING **: 07:00:16.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:16 
03:00:16 (SWT:2219): Gtk-WARNING **: 07:00:16.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:16 
03:00:16 (SWT:2219): Gtk-WARNING **: 07:00:16.785: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:19 
03:00:19 (SWT:2219): Gdk-CRITICAL **: 07:00:19.348: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:19 
03:00:19 (SWT:2219): Gtk-WARNING **: 07:00:19.928: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:19 
03:00:19 (SWT:2219): Gtk-WARNING **: 07:00:19.935: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:19 
03:00:19 (SWT:2219): Gtk-WARNING **: 07:00:19.939: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:19 
03:00:19 (SWT:2219): Gtk-WARNING **: 07:00:19.939: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:19 
03:00:19 (SWT:2219): Gtk-WARNING **: 07:00:19.939: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:19 
03:00:19 (SWT:2219): Gtk-WARNING **: 07:00:19.942: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:19 
03:00:19 (SWT:2219): Gtk-WARNING **: 07:00:19.942: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:22 
03:00:22 (SWT:2219): Gdk-CRITICAL **: 07:00:22.418: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:22 
03:00:22 (SWT:2219): Gtk-WARNING **: 07:00:22.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:22 
03:00:22 (SWT:2219): Gtk-WARNING **: 07:00:22.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:22 
03:00:22 (SWT:2219): Gtk-WARNING **: 07:00:22.957: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:22 
03:00:22 (SWT:2219): Gtk-WARNING **: 07:00:22.957: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:22 
03:00:22 (SWT:2219): Gtk-WARNING **: 07:00:22.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:22 
03:00:22 (SWT:2219): Gtk-WARNING **: 07:00:22.961: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:22 
03:00:22 (SWT:2219): Gtk-WARNING **: 07:00:22.961: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:25 
03:00:25 (SWT:2219): Gdk-CRITICAL **: 07:00:25.422: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:25 
03:00:25 (SWT:2219): Gtk-WARNING **: 07:00:25.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:25 
03:00:25 (SWT:2219): Gtk-WARNING **: 07:00:25.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:25 
03:00:25 (SWT:2219): Gtk-WARNING **: 07:00:25.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:25 
03:00:25 (SWT:2219): Gtk-WARNING **: 07:00:25.964: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:25 
03:00:25 (SWT:2219): Gtk-WARNING **: 07:00:25.965: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:25 
03:00:25 (SWT:2219): Gtk-WARNING **: 07:00:25.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:25 
03:00:25 (SWT:2219): Gtk-WARNING **: 07:00:25.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:28 
03:00:28 (SWT:2219): Gdk-CRITICAL **: 07:00:28.444: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:28 
03:00:28 (SWT:2219): Gtk-WARNING **: 07:00:28.966: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:28 
03:00:28 (SWT:2219): Gtk-WARNING **: 07:00:28.973: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:28 
03:00:28 (SWT:2219): Gtk-WARNING **: 07:00:28.976: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:28 
03:00:28 (SWT:2219): Gtk-WARNING **: 07:00:28.977: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:28 
03:00:28 (SWT:2219): Gtk-WARNING **: 07:00:28.977: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:28 
03:00:28 (SWT:2219): Gtk-WARNING **: 07:00:28.980: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:28 
03:00:28 (SWT:2219): Gtk-WARNING **: 07:00:28.980: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:31 
03:00:31 (SWT:2219): Gdk-CRITICAL **: 07:00:31.450: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:31 
03:00:31 (SWT:2219): Gtk-WARNING **: 07:00:31.977: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:31 
03:00:31 (SWT:2219): Gtk-WARNING **: 07:00:31.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:31 
03:00:31 (SWT:2219): Gtk-WARNING **: 07:00:31.988: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:31 
03:00:31 (SWT:2219): Gtk-WARNING **: 07:00:31.989: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:31 
03:00:31 (SWT:2219): Gtk-WARNING **: 07:00:31.989: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:31 
03:00:31 (SWT:2219): Gtk-WARNING **: 07:00:31.992: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:31 
03:00:31 (SWT:2219): Gtk-WARNING **: 07:00:31.992: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:34 
03:00:34 (SWT:2219): Gdk-CRITICAL **: 07:00:34.487: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:35 
03:00:35 (SWT:2219): Gtk-WARNING **: 07:00:35.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:35 
03:00:35 (SWT:2219): Gtk-WARNING **: 07:00:35.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:35 
03:00:35 (SWT:2219): Gtk-WARNING **: 07:00:35.020: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:35 
03:00:35 (SWT:2219): Gtk-WARNING **: 07:00:35.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:35 
03:00:35 (SWT:2219): Gtk-WARNING **: 07:00:35.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:35 
03:00:35 (SWT:2219): Gtk-WARNING **: 07:00:35.024: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:35 
03:00:35 (SWT:2219): Gtk-WARNING **: 07:00:35.024: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:37 
03:00:37 (SWT:2219): Gdk-CRITICAL **: 07:00:37.499: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:38 
03:00:38 (SWT:2219): Gtk-WARNING **: 07:00:38.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:38 
03:00:38 (SWT:2219): Gtk-WARNING **: 07:00:38.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:38 
03:00:38 (SWT:2219): Gtk-WARNING **: 07:00:38.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:38 
03:00:38 (SWT:2219): Gtk-WARNING **: 07:00:38.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:38 
03:00:38 (SWT:2219): Gtk-WARNING **: 07:00:38.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:38 
03:00:38 (SWT:2219): Gtk-WARNING **: 07:00:38.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:38 
03:00:38 (SWT:2219): Gtk-WARNING **: 07:00:38.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:40 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.661 s - in org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest
03:00:40 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertContainsWorks  Time elapsed: 3.009 s
03:00:40 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertsIfWidgetIsEnabled  Time elapsed: 3.04 s
03:00:40 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.capturesScreenshotOnError  Time elapsed: 3.102 s
03:00:40 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertDoesNotContainThrowsExceptionWhenHaystackDoesNotContainNeedle  Time elapsed: 3.065 s
03:00:40 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertContainsThrowsExceptionWhenHaystackDoesNotContainNeedle  Time elapsed: 3.083 s
03:00:40 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertDoesNotContainWorks  Time elapsed: 3.127 s
03:00:40 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertEnabledThrowsExceptionWhenWidgetIsDisable  Time elapsed: 3.071 s
03:00:40 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertNotEnabledThrowsExceptionWhenWidgetIsEnabled  Time elapsed: 3.004 s
03:00:40 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches2  Time elapsed: 3.022 s
03:00:40 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches  Time elapsed: 3.006 s
03:00:40 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertRegexMatchesThrowsExceptionWhenRegexDoesNotMatch  Time elapsed: 3.038 s
03:00:40 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.throwsExceptionOnNullObjectPassedIntoConstructor  Time elapsed: 3.011 s
03:00:40 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.throwsExceptionOnDisposedObjectPassedIntoConstructor  Time elapsed: 3.078 s
03:00:40 Running org.eclipse.swtbot.swt.finder.SWTBot2Test
03:00:40 
03:00:40 (SWT:2219): Gdk-CRITICAL **: 07:00:40.584: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:41 
03:00:41 (SWT:2219): Gtk-WARNING **: 07:00:41.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:41 
03:00:41 (SWT:2219): Gtk-WARNING **: 07:00:41.135: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:41 
03:00:41 (SWT:2219): Gtk-WARNING **: 07:00:41.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:41 
03:00:41 (SWT:2219): Gtk-WARNING **: 07:00:41.142: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:41 
03:00:41 (SWT:2219): Gtk-WARNING **: 07:00:41.142: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:41 
03:00:41 (SWT:2219): Gtk-WARNING **: 07:00:41.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:41 
03:00:41 (SWT:2219): Gtk-WARNING **: 07:00:41.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:43 
03:00:43 (SWT:2219): Gdk-CRITICAL **: 07:00:43.706: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:44 
03:00:44 (SWT:2219): Gtk-WARNING **: 07:00:44.219: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:44 
03:00:44 (SWT:2219): Gtk-WARNING **: 07:00:44.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:44 
03:00:44 (SWT:2219): Gtk-WARNING **: 07:00:44.229: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:44 
03:00:44 (SWT:2219): Gtk-WARNING **: 07:00:44.229: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:44 
03:00:44 (SWT:2219): Gtk-WARNING **: 07:00:44.230: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:44 
03:00:44 (SWT:2219): Gtk-WARNING **: 07:00:44.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:44 
03:00:44 (SWT:2219): Gtk-WARNING **: 07:00:44.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:46 
03:00:46 (SWT:2219): Gdk-CRITICAL **: 07:00:46.866: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:47 
03:00:47 (SWT:2219): Gtk-WARNING **: 07:00:47.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:47 
03:00:47 (SWT:2219): Gtk-WARNING **: 07:00:47.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:47 
03:00:47 (SWT:2219): Gtk-WARNING **: 07:00:47.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:47 
03:00:47 (SWT:2219): Gtk-WARNING **: 07:00:47.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:47 
03:00:47 (SWT:2219): Gtk-WARNING **: 07:00:47.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:47 
03:00:47 (SWT:2219): Gtk-WARNING **: 07:00:47.421: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:47 
03:00:47 (SWT:2219): Gtk-WARNING **: 07:00:47.421: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:49 
03:00:49 (SWT:2219): Gdk-CRITICAL **: 07:00:49.994: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:50 
03:00:50 (SWT:2219): Gtk-WARNING **: 07:00:50.527: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:50 
03:00:50 (SWT:2219): Gtk-WARNING **: 07:00:50.534: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:50 
03:00:50 (SWT:2219): Gtk-WARNING **: 07:00:50.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:50 
03:00:50 (SWT:2219): Gtk-WARNING **: 07:00:50.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:50 
03:00:50 (SWT:2219): Gtk-WARNING **: 07:00:50.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:50 
03:00:50 (SWT:2219): Gtk-WARNING **: 07:00:50.541: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:50 
03:00:50 (SWT:2219): Gtk-WARNING **: 07:00:50.541: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:53 
03:00:53 (SWT:2219): Gdk-CRITICAL **: 07:00:53.299: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
03:00:53 
03:00:53 (SWT:2219): Gtk-WARNING **: 07:00:53.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:53 
03:00:53 (SWT:2219): Gtk-WARNING **: 07:00:53.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:53 
03:00:53 (SWT:2219): Gtk-WARNING **: 07:00:53.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:53 
03:00:53 (SWT:2219): Gtk-WARNING **: 07:00:53.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:53 
03:00:53 (SWT:2219): Gtk-WARNING **: 07:00:53.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:53 
03:00:53 (SWT:2219): Gtk-WARNING **: 07:00:53.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:53 
03:00:53 (SWT:2219): Gtk-WARNING **: 07:00:53.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
03:00:56 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.751 s - in org.eclipse.swtbot.swt.finder.SWTBot2Test
03:00:56 org.eclipse.swtbot.swt.finder.SWTBot2Test.findsGetsIdOfAControl  Time elapsed: 3.121 s
03:00:56 org.eclipse.swtbot.swt.finder.SWTBot2Test.findsTextBox  Time elapsed: 3.159 s
03:00:56 org.eclipse.swtbot.swt.finder.SWTBot2Test.getsActiveControl  Time elapsed: 3.129 s
03:00:56 org.eclipse.swtbot.swt.finder.SWTBot2Test.tabKeyTraversalSetsFocusOnTheNextControlAndSendsTraverseEvents  Time elapsed: 3.305 s
03:00:56 org.eclipse.swtbot.swt.finder.SWTBot2Test.isEnabled  Time elapsed: 3.036 s
03:00:56 
03:00:56 Results:
03:00:56 
03:00:56 Tests run: 487, Failures: 0, Errors: 0, Skipped: 7
03:00:56 
03:00:56 [INFO] All tests passed!
03:00:56 [INFO] 
03:00:56 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.finder.test ---
03:00:56 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.2.0-SNAPSHOT.jar
03:00:56 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.2.0-SNAPSHOT.pom
03:00:56 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.2.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.2.0-SNAPSHOT-sources.jar
03:00:56 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.2.0-SNAPSHOT-p2metadata.xml
03:00:56 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.2.0-SNAPSHOT-p2artifacts.xml
03:00:56 [INFO] 
03:00:56 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.finder.test ---
03:00:56 [INFO] 
03:00:56 [INFO] ------< org.eclipse.swtbot.test.features:org.eclipse.swtbot.test >------
03:00:56 [INFO] Building org.eclipse.swtbot.test 4.2.0-SNAPSHOT                  [51/57]
03:00:56 [INFO]   from org.eclipse.swtbot.test/pom.xml
03:00:56 [INFO] --------------------------[ eclipse-feature ]---------------------------
03:00:56 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
03:00:56 [INFO] 
03:00:56 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.test ---
03:00:56 [INFO] The project's OSGi version is 4.2.0.202307270640
03:00:56 [INFO] 
03:00:56 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.test ---
03:00:56 [INFO] 
03:00:56 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.test ---
03:00:56 [INFO] 
03:00:56 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.test ---
03:00:56 [INFO] 
03:00:56 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.test ---
03:00: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.*
03:00:56 [INFO] 
03:00:56 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.test ---
03:00:56 [INFO] 
03:00:56 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.test ---
03:00:56 [INFO] 
03:00:56 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.test ---
03:00:56 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.2.0-SNAPSHOT.jar
03:00:56 [INFO] 
03:00:56 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.test ---
03:00:56 [INFO] 
03:00:56 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.test ---
03:00:56 [INFO] 
03:00:56 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.test ---
03:00:56 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.2.0-SNAPSHOT-sources-feature.jar
03:00:56 [INFO] 
03:00:56 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.test ---
03:00:56 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.2.0-SNAPSHOT.jar
03:00:57 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.2.0-SNAPSHOT-sources-feature.jar
03:00:58 [INFO] 
03:00:58 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.test ---
03:00:58 [INFO] 
03:00:58 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.test ---
03:00:58 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.2.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.test-4.2.0-SNAPSHOT.jar
03:00:58 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.test-4.2.0-SNAPSHOT.pom
03:00:58 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.2.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.test-4.2.0-SNAPSHOT-sources-feature.jar
03:00:58 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.test-4.2.0-SNAPSHOT-p2metadata.xml
03:00:58 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/4.2.0-SNAPSHOT/org.eclipse.swtbot.test-4.2.0-SNAPSHOT-p2artifacts.xml
03:00:58 [INFO] 
03:00:58 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.test ---
03:00:58 [INFO] 
03:00:58 [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test >----
03:00:58 [INFO] Building org.eclipse.swtbot.generator.test 4.2.0-SNAPSHOT        [52/57]
03:00:58 [INFO]   from org.eclipse.swtbot.generator.test/pom.xml
03:00:58 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
03:00:58 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
03:00:58 [INFO] 
03:00:58 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.test ---
03:00:58 [INFO] The project's OSGi version is 4.2.0.202307270640
03:00:58 [INFO] 
03:00:58 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.test ---
03:00:58 [INFO] 
03:00:58 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.test ---
03:00:58 [INFO] 
03:00:58 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.test ---
03:00:58 [INFO] 
03:00:58 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator.test ---
03:00:58 [INFO] Resolving class path of org.eclipse.swtbot.generator.test...
03:00:58 [INFO] 
03:00:58 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.test ---
03:00:58 [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.*
03:00:58 [INFO] 
03:00:58 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.test ---
03:00:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:00:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/src/main/resources
03:00:58 [INFO] 
03:00:58 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator.test ---
03:00:58 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/classes
03:00:59 [INFO] 
03:00:59 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator.test ---
03:00:59 [INFO] 
03:00:59 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.test ---
03:00:59 [INFO] Using 'UTF-8' encoding to copy filtered resources.
03:00:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/src/test/resources
03:00:59 [INFO] 
03:00:59 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.test ---
03:00:59 [INFO] 
03:00:59 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.test ---
03:00:59 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.2.0-SNAPSHOT-sources.jar
03:00:59 [INFO] 
03:00:59 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.test ---
03:00:59 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.2.0-SNAPSHOT.jar
03:00:59 [INFO] 
03:00:59 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.test ---
03:00:59 [INFO] 
03:00:59 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.test ---
03:00:59 [INFO] 
03:00:59 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.test ---
03:00:59 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.2.0-SNAPSHOT.jar
03:01:00 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.2.0-SNAPSHOT-sources.jar
03:01:02 [INFO] 
03:01:02 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.test ---
03:01:02 [INFO] 
03:01:02 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.generator.test ---
03:01:02 [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java)
03:01:02 [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
03:01:02 [INFO] Command line:
03:01:02 	[/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*, -Dosgi.clean=true, -jar, /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/surefire.properties, -nouithread]
03:01:06 Running org.eclipse.swtbot.generator.test.RecordToolbarButtonTest
03:01:06 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
03:01:06 SLF4J: Defaulting to no-operation (NOP) logger implementation
03:01:06 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
03:01:07 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.86 s - in org.eclipse.swtbot.generator.test.RecordToolbarButtonTest
03:01:07 org.eclipse.swtbot.generator.test.RecordToolbarButtonTest.testClickToolbarWithImage  Time elapsed: 0.469 s
03:01:07 org.eclipse.swtbot.generator.test.RecordToolbarButtonTest.testClickToolbar  Time elapsed: 0.14 s
03:01:07 org.eclipse.swtbot.generator.test.RecordToolbarButtonTest.testClickToolbarWithImageAndNoText  Time elapsed: 0.137 s
03:01:07 Running org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest
05:40:24 Build timed out (after 180 minutes). Marking the build as aborted.
05:40:24 Terminating xvnc.
05:40:24 [INFO] ------------------------------------------------------------------------
05:40:24 [INFO] Reactor Summary for Eclipse SWTBot 4.2.0-SNAPSHOT:
05:40:24 [INFO] 
05:40:24 [INFO] Eclipse SWTBot ..................................... SUCCESS [  5.035 s]
05:40:24 [INFO] org.eclipse.swtbot.ant.junit ....................... SUCCESS [  9.375 s]
05:40:24 [INFO] org.eclipse.swtbot.eclipse.core .................... SUCCESS [  4.951 s]
05:40:24 [INFO] org.eclipse.swtbot.swt.finder ...................... SUCCESS [  5.114 s]
05:40:24 [INFO] org.eclipse.swtbot.eclipse.finder .................. SUCCESS [  4.026 s]
05:40:24 [INFO] org.eclipse.swtbot.e4.finder ....................... SUCCESS [  3.304 s]
05:40:24 [INFO] org.eclipse.swtbot.junit4_x ........................ SUCCESS [  2.286 s]
05:40:24 [INFO] org.eclipse.swtbot ................................. SUCCESS [  1.794 s]
05:40:24 [INFO] org.eclipse.swtbot.forms.finder .................... SUCCESS [  3.003 s]
05:40:24 [INFO] org.eclipse.swtbot.forms ........................... SUCCESS [  2.758 s]
05:40:24 [INFO] org.eclipse.swtbot.go .............................. SUCCESS [  2.401 s]
05:40:24 [INFO] org.eclipse.swtbot.eclipse ......................... SUCCESS [  2.693 s]
05:40:24 [INFO] org.eclipse.swtbot.eclipse.dsl ..................... SUCCESS [  2.557 s]
05:40:24 [INFO] org.eclipse.swtbot.eclipse.gef.finder .............. SUCCESS [  3.234 s]
05:40:24 [INFO] org.eclipse.swtbot.eclipse.spy ..................... SUCCESS [  2.170 s]
05:40:24 [INFO] org.eclipse.swtbot.eclipse.junit.headless .......... SUCCESS [  2.381 s]
05:40:24 [INFO] org.eclipse.swtbot.eclipse.test.junit .............. SUCCESS [  4.683 s]
05:40:24 [INFO] org.eclipse.swtbot.eclipse.ui ...................... SUCCESS [  4.362 s]
05:40:24 [INFO] org.eclipse.swtbot.generator ....................... SUCCESS [  3.280 s]
05:40:24 [INFO] org.eclipse.swtbot.generator.client ................ SUCCESS [  2.976 s]
05:40:24 [INFO] org.eclipse.swtbot.generator.rules.workbench ....... SUCCESS [  3.765 s]
05:40:24 [INFO] org.eclipse.swtbot.generator.jdt ................... SUCCESS [  2.450 s]
05:40:24 [INFO] org.eclipse.swtbot.generator.ui .................... SUCCESS [  2.999 s]
05:40:24 [INFO] org.eclipse.swtbot.junit5_x ........................ SUCCESS [  3.252 s]
05:40:24 [INFO] org.eclipse.swtbot.nebula.gallery.finder ........... SUCCESS [  3.056 s]
05:40:24 [INFO] org.eclipse.swt.examples ........................... SUCCESS [  4.527 s]
05:40:24 [INFO] org.eclipse.swtbot.swt.demo ........................ SUCCESS [  2.756 s]
05:40:24 [INFO] org.eclipse.ui.forms.examples ...................... SUCCESS [  4.477 s]
05:40:24 [INFO] org.eclipse.swtbot.nebula.nattable.finder .......... SUCCESS [  3.108 s]
05:40:24 [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder ..... SUCCESS [  2.441 s]
05:40:24 [INFO] org.eclipse.swtbot.nebula.stepbar.finder ........... SUCCESS [  1.847 s]
05:40:24 [INFO] org.eclipse.swtbot.nebula.rangeslider.finder ....... SUCCESS [  5.099 s]
05:40:24 [INFO] org.eclipse.swtbot.eclipse.gef ..................... SUCCESS [  2.405 s]
05:40:24 [INFO] org.eclipse.swtbot.generator.feature ............... SUCCESS [  2.070 s]
05:40:24 [INFO] org.eclipse.swtbot.ide ............................. SUCCESS [  2.080 s]
05:40:24 [INFO] org.eclipse.swtbot.eclipse.junit5.headless ......... SUCCESS [  3.727 s]
05:40:24 [INFO] org.eclipse.swtbot.junit5 .......................... SUCCESS [  3.055 s]
05:40:24 [INFO] org.eclipse.swtbot.nebula.gallery .................. SUCCESS [  2.803 s]
05:40:24 [INFO] org.eclipse.swtbot.nebula.nattable ................. SUCCESS [  2.839 s]
05:40:24 [INFO] org.eclipse.swtbot.nebula.checkboxgroup ............ SUCCESS [  2.780 s]
05:40:24 [INFO] org.eclipse.swtbot.nebula.stepbar .................. SUCCESS [  1.647 s]
05:40:24 [INFO] org.eclipse.swtbot.nebula.rangeslider .............. SUCCESS [  2.573 s]
05:40:24 [INFO] org.eclipse.swtbot.updatesite ...................... SUCCESS [  3.057 s]
05:40:24 [INFO] org.eclipse.swtbot.eclipse.ui.test ................. SUCCESS [ 16.873 s]
05:40:24 [INFO] org.eclipse.swtbot.swt.finder.test.keyboards ....... SUCCESS [  1.892 s]
05:40:24 [INFO] org.eclipse.swtbot.forms.finder.test ............... SUCCESS [ 10.461 s]
05:40:24 [INFO] org.eclipse.swtbot.eclipse.finder.test ............. SUCCESS [02:35 min]
05:40:24 [INFO] org.eclipse.swtbot.e4.finder.test .................. SUCCESS [ 12.253 s]
05:40:24 [INFO] org.eclipse.swtbot.nebula.gallery.finder.test ...... SUCCESS [  8.962 s]
05:40:24 [INFO] org.eclipse.swtbot.swt.finder.test ................. SUCCESS [13:54 min]
05:40:24 [INFO] org.eclipse.swtbot.test ............................ SUCCESS [  1.947 s]
05:40:24 [INFO] org.eclipse.swtbot.generator.test .................. FAILURE [  02:39 h]
05:40:24 [INFO] org.eclipse.swtbot.generator.jdt.test .............. SKIPPED
05:40:24 [INFO] org.eclipse.swtbot.nebula.nattable.finder.test ..... SKIPPED
05:40:24 [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder.test  SKIPPED
05:40:24 [INFO] org.eclipse.swtbot.nebula.stepbar.finder.test ...... SKIPPED
05:40:24 [INFO] org.eclipse.swtbot.nebula.rangeslider.finder.test .. SKIPPED
05:40:24 [INFO] ------------------------------------------------------------------------
05:40:24 [INFO] BUILD FAILURE
05:40:24 [INFO] ------------------------------------------------------------------------
05:40:24 [INFO] Total time:  02:59 h
05:40:24 [INFO] Finished at: 2023-07-27T09:40:24Z
05:40:24 [INFO] ------------------------------------------------------------------------
05:40:24 [WARNING] 
05:40:24 [WARNING] Plugin validation issues were detected in 12 plugin(s)
05:40:24 [WARNING] 
05:40:24 [WARNING]  * org.jacoco:jacoco-maven-plugin:0.8.5
05:40:24 [WARNING]  * org.eclipse.tycho:tycho-surefire-plugin:3.0.4
05:40:24 [WARNING]  * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5
05:40:24 [WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
05:40:24 [WARNING]  * org.eclipse.tycho:tycho-source-plugin:3.0.4
05:40:24 [WARNING]  * org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.3.2
05:40:24 [WARNING]  * org.eclipse.tycho:tycho-p2-repository-plugin:3.0.4
05:40:24 [WARNING]  * org.apache.maven.plugins:maven-install-plugin:2.3.1
05:40:24 [WARNING]  * org.eclipse.tycho:tycho-packaging-plugin:3.0.4
05:40:24 [WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5
05:40:24 [WARNING]  * org.apache.maven.plugins:maven-resources-plugin:2.4.3
05:40:24 [WARNING]  * org.eclipse.tycho:tycho-p2-publisher-plugin:3.0.4
05:40:24 [WARNING] 
05:40:24 [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
05:40:24 [WARNING] 
05:40:24 [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:3.0.4:test (default-test) on project org.eclipse.swtbot.generator.test: An unexpected error occurred while launching the test runtime (process returned error code 143(SIGTERM received?)). Command-line used to launch the sub-process was /opt/tools/java/openjdk/jdk-17/latest/bin/java -Dosgi.noShutdown=false -Dosgi.os=linux -Dosgi.ws=gtk -Dosgi.arch=x86_64 -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.* -Dosgi.clean=true -jar /home/jenkins/agent/workspace/swtbot-tycho/.repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar -data /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/work/data -install /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/work -configuration /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/work/configuration -application org.eclipse.tycho.surefire.osgibooter.uitest -testproperties /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/surefire.properties -nouithread in working directory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test -> [Help 1]
05:40:24 [ERROR] 
05:40:24 [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
05:40:24 [ERROR] Re-run Maven using the -X switch to enable full debug logging.
05:40:24 [ERROR] 
05:40:24 [ERROR] For more information about the errors and possible solutions, please read the following articles:
05:40:24 [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
05:40:24 [ERROR] 
05:40:24 [ERROR] After correcting the problems, you can resume the build with the command
05:40:24 [ERROR]   mvn <args> -rf :org.eclipse.swtbot.generator.test
05:40:37 $ ssh-agent -k
05:40:37 unset SSH_AUTH_SOCK;
05:40:37 unset SSH_AGENT_PID;
05:40:37 echo Agent pid 49 killed;
05:40:37 [ssh-agent] Stopped.
05:40:37 Build was aborted
05:40:37 Recording test results
05:40:38 [Checks API] No suitable checks publisher found.
05:40:38 Archiving artifacts
05:40:42 Finished: ABORTED