Skip to content

Console Output

11:00:21 Started by an SCM change
11:00:21 Running as SYSTEM
11:00:22 Agent centos-7-28hbz is provisioned from template centos-7
11:00:22 ---
11:00:22 apiVersion: "v1"
11:00:22 kind: "Pod"
11:00:22 metadata:
11:00:22   labels:
11:00:22     jenkins: "slave"
11:00:22     jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
11:00:22     jenkins/label: "migration_jipp-migration_centos-7"
11:00:22   name: "centos-7-28hbz"
11:00:22   namespace: "swtbot"
11:00:22 spec:
11:00:22   containers:
11:00:22   - env:
11:00:22     - name: "JENKINS_SECRET"
11:00:22       value: "********"
11:00:22     - name: "JENKINS_TUNNEL"
11:00:22       value: "jenkins-discovery.swtbot.svc.cluster.local:50000"
11:00:22     - name: "JENKINS_AGENT_NAME"
11:00:22       value: "centos-7-28hbz"
11:00:22     - name: "JENKINS_REMOTING_JAVA_OPTS"
11:00:22       value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
11:00:22         \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
11:00:22     - name: "JAVA_TOOL_OPTIONS"
11:00:22       value: ""
11:00:22     - name: "_JAVA_OPTIONS"
11:00:22       value: ""
11:00:22     - name: "OPENJ9_JAVA_OPTIONS"
11:00:22       value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
11:00:22     - name: "JENKINS_NAME"
11:00:22       value: "centos-7-28hbz"
11:00:22     - name: "JENKINS_AGENT_WORKDIR"
11:00:22       value: "/home/jenkins/agent"
11:00:22     - name: "JENKINS_URL"
11:00:22       value: "http://jenkins-ui.swtbot.svc.cluster.local/swtbot/"
11:00:22     image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3107.v665000b_51092"
11:00:22     imagePullPolicy: "Always"
11:00:22     name: "jnlp"
11:00:22     resources:
11:00:22       limits:
11:00:22         cpu: "2000m"
11:00:22         memory: "4096Mi"
11:00:22       requests:
11:00:22         cpu: "1000m"
11:00:22         memory: "4096Mi"
11:00:22     tty: true
11:00:22     volumeMounts:
11:00:22     - mountPath: "/home/jenkins/.m2/toolchains.xml"
11:00:22       name: "m2-dir"
11:00:22       readOnly: true
11:00:22       subPath: "toolchains.xml"
11:00:22     - mountPath: "/home/jenkins/.mavenrc"
11:00:22       name: "m2-dir"
11:00:22       readOnly: true
11:00:22       subPath: ".mavenrc"
11:00:22     - mountPath: "/opt/tools"
11:00:22       name: "volume-0"
11:00:22       readOnly: false
11:00:22     - mountPath: "/home/jenkins"
11:00:22       name: "volume-2"
11:00:22       readOnly: false
11:00:22     - mountPath: "/home/jenkins/.m2/repository"
11:00:22       name: "volume-3"
11:00:22       readOnly: false
11:00:22     - mountPath: "/home/jenkins/.m2/settings-security.xml"
11:00:22       name: "m2-secret-dir"
11:00:22       readOnly: true
11:00:22       subPath: "settings-security.xml"
11:00:22     - mountPath: "/home/jenkins/.m2/wrapper"
11:00:22       name: "volume-4"
11:00:22       readOnly: false
11:00:22     - mountPath: "/home/jenkins/.m2/settings.xml"
11:00:22       name: "m2-secret-dir"
11:00:22       readOnly: true
11:00:22       subPath: "settings.xml"
11:00:22     - mountPath: "/home/jenkins/.ssh"
11:00:22       name: "volume-1"
11:00:22       readOnly: false
11:00:22       subPath: ""
11:00:22     - mountPath: "/home/jenkins/agent"
11:00:22       name: "workspace-volume"
11:00:22       readOnly: false
11:00:22     workingDir: "/home/jenkins/agent"
11:00:22   nodeSelector:
11:00:22     kubernetes.io/os: "linux"
11:00:22   restartPolicy: "Never"
11:00:22   volumes:
11:00:22   - name: "volume-0"
11:00:22     persistentVolumeClaim:
11:00:22       claimName: "tools-claim-jiro-swtbot"
11:00:22       readOnly: true
11:00:22   - name: "m2-secret-dir"
11:00:22     secret:
11:00:22       secretName: "m2-secret-dir"
11:00:22   - emptyDir:
11:00:22       medium: ""
11:00:22     name: "volume-2"
11:00:22   - configMap:
11:00:22       name: "m2-dir"
11:00:22     name: "m2-dir"
11:00:22   - configMap:
11:00:22       name: "known-hosts"
11:00:22     name: "volume-1"
11:00:22   - emptyDir:
11:00:22       medium: ""
11:00:22     name: "workspace-volume"
11:00:22   - emptyDir:
11:00:22       medium: ""
11:00:22     name: "volume-4"
11:00:22   - emptyDir:
11:00:22       medium: ""
11:00:22     name: "volume-3"
11:00:22 
11:00:22 Building remotely on centos-7-28hbz (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/swtbot-tycho
11:00:28 [ssh-agent] Looking for ssh-agent implementation...
11:00:28 [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
11:00:28 $ ssh-agent
11:00:28 SSH_AUTH_SOCK=/tmp/ssh-KDk3BcFeyFhi/agent.52
11:00:28 SSH_AGENT_PID=54
11:00:28 [ssh-agent] Started.
11:00:28 Running ssh-add (command line suppressed)
11:00:28 Identity added: /home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_9705607833675363050.key (/home/jenkins/agent/workspace/swtbot-tycho@tmp/private_key_9705607833675363050.key)
11:00:28 [ssh-agent] Using credentials genie.swtbot (ssh://genie.swtbot@projects-storage.eclipse.org)
11:00:28 The recommended git tool is: NONE
11:00:29 No credentials specified
11:00:29 Cloning the remote Git repository
11:00:29 Cloning repository https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git
11:00:29  > git init /home/jenkins/agent/workspace/swtbot-tycho # timeout=10
11:00:29 Fetching upstream changes from https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git
11:00:29  > git --version # timeout=10
11:00:29  > git --version # 'git version 2.36.6'
11:00:29  > git fetch --tags --force --progress -- https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git +refs/heads/*:refs/remotes/origin/* # timeout=10
11:00:30  > git config remote.origin.url https://git.eclipse.org/r/swtbot/org.eclipse.swtbot.git # timeout=10
11:00:30  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
11:00:31 Avoid second fetch
11:00:31  > git rev-parse origin/master^{commit} # timeout=10
11:00:31 Checking out Revision 569c6fe36850ac78e7092831b48775101e961906 (origin/master)
11:00:31  > git config core.sparsecheckout # timeout=10
11:00:31  > git checkout -f 569c6fe36850ac78e7092831b48775101e961906 # timeout=10
11:00:31 Commit message: "Bug 582227- Feature SWTBot JUnit5 Support fails to install"
11:00:31  > git rev-list --no-walk 6021164a6f2628f36f85f60928abff10bb605863 # timeout=10
11:00:31 [swtbot-tycho] $ Xvnc -help
11:00:31 Starting xvnc
11:00:31 [swtbot-tycho] $ Xvnc :47 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
11:00:31 
11:00:31 Xvnc TigerVNC 1.8.0 - built Apr  5 2023 13:48:56
11:00:31 Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
11:00:31 See http://www.tigervnc.org for information on TigerVNC.
11:00:31 Underlying X server release 12004000, The X.Org Foundation
11:00:31 
11:00:31 
11:00:31 Wed Jul 26 15:00:31 2023
11:00:31  vncext:      VNC extension running!
11:00:31  vncext:      Listening for VNC connections on all interface(s), port 5947
11:00:31  vncext:      created VNC server for screen 0
11:00:31 [swtbot-tycho] $ /bin/bash -x /tmp/jenkins12997263522120692455.sh
11:00:31 + metacity --sm-disable --replace
11:00:32 [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
11:00:32 Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
11:00:32 Maven home: /opt/tools/apache-maven/latest
11:00:32 Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
11:00:32 Default locale: en_US, platform encoding: UTF-8
11:00:32 OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
11:00:33 [INFO] Scanning for projects...
11:00:49 [INFO] ### Using TychoRepositoryTransport for remote P2 access ###
11:00:49 [INFO]     Cache location:         /home/jenkins/agent/workspace/swtbot-tycho/.repository/.cache/tycho
11:00:49 [INFO]     Transport mode:         online
11:00:49 [INFO]     Update mode:            cache first
11:00:49 [INFO]     Minimum cache duration: 60 minutes
11:00:49 [INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
11:01:04 [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@6b9f5dcf...
11:01:08 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/pom.xml
11:01:10 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/pom.xml
11:01:10 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/pom.xml
11:01:14 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/pom.xml
11:01:16 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/pom.xml
11:01:16 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/pom.xml
11:01:16 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/pom.xml
11:01:16 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/pom.xml
11:01:16 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/pom.xml
11:01:16 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/pom.xml
11:01:19 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/pom.xml
11:01:19 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/pom.xml
11:01:19 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/pom.xml
11:01:19 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/pom.xml
11:01:19 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/pom.xml
11:01:20 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/pom.xml
11:01:20 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.go:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/pom.xml
11:01:20 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/pom.xml
11:01:20 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit5_x:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/pom.xml
11:01:20 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/pom.xml
11:01:20 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/pom.xml
11:01:20 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/pom.xml
11:01:20 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swt.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/pom.xml
11:01:20 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/pom.xml
11:01:20 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/pom.xml
11:01:21 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/pom.xml
11:01:21 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/pom.xml
11:01:21 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/pom.xml
11:01:21 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/pom.xml
11:01:21 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.forms:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/pom.xml
11:01:21 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/pom.xml
11:01:21 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.ide:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/pom.xml
11:01:21 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/pom.xml
11:01:21 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml
11:01:21 [INFO] Resolving test dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/pom.xml
11:01:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.junit5:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/pom.xml
11:01:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/pom.xml
11:01:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/pom.xml
11:01:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/pom.xml
11:01:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.checkboxgroup:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/pom.xml
11:01:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.stepbar:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/pom.xml
11:01:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.rangeslider:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/pom.xml
11:01:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot:org.eclipse.swtbot.updatesite:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/pom.xml
11:01:22 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/pom.xml
11:01:23 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml
11:01:23 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/pom.xml
11:01:23 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/pom.xml
11:01:23 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/pom.xml
11:01:23 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml
11:01:23 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.test.features:org.eclipse.swtbot.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/pom.xml
11:01:24 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/pom.xml
11:01:24 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/pom.xml
11:01:24 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/pom.xml
11:01:24 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml
11:01:24 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/pom.xml
11:01:24 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/pom.xml
11:01:24 [INFO] Resolving dependencies of MavenProject: org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder.test:4.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/pom.xml
11:01:24 [INFO] ------------------------------------------------------------------------
11:01:24 [INFO] Reactor Build Order:
11:01:24 [INFO] 
11:01:24 [INFO] Eclipse SWTBot                                                     [pom]
11:01:24 [INFO] org.eclipse.swtbot.ant.junit                            [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.eclipse.core                         [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.swt.finder                           [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.eclipse.finder                       [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.e4.finder                            [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.junit4_x                             [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot                                     [eclipse-feature]
11:01:24 [INFO] org.eclipse.swtbot.forms.finder                         [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.forms                               [eclipse-feature]
11:01:24 [INFO] org.eclipse.swtbot.go                                   [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.eclipse                             [eclipse-feature]
11:01:24 [INFO] org.eclipse.swtbot.eclipse.dsl                          [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.eclipse.gef.finder                   [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.eclipse.spy                          [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.eclipse.junit.headless               [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.eclipse.test.junit                  [eclipse-feature]
11:01:24 [INFO] org.eclipse.swtbot.eclipse.ui                           [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.generator                            [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.generator.client                     [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.generator.rules.workbench            [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.generator.jdt                        [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.generator.ui                         [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.junit5_x                             [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.nebula.gallery.finder                [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swt.examples                                [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.swt.demo                             [eclipse-plugin]
11:01:24 [INFO] org.eclipse.ui.forms.examples                           [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.nebula.nattable.finder               [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder          [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.nebula.stepbar.finder                [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.nebula.rangeslider.finder            [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.eclipse.gef                         [eclipse-feature]
11:01:24 [INFO] org.eclipse.swtbot.generator.feature                   [eclipse-feature]
11:01:24 [INFO] org.eclipse.swtbot.ide                                 [eclipse-feature]
11:01:24 [INFO] org.eclipse.swtbot.eclipse.junit5.headless              [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.junit5                              [eclipse-feature]
11:01:24 [INFO] org.eclipse.swtbot.nebula.gallery                      [eclipse-feature]
11:01:24 [INFO] org.eclipse.swtbot.nebula.nattable                     [eclipse-feature]
11:01:24 [INFO] org.eclipse.swtbot.nebula.checkboxgroup                [eclipse-feature]
11:01:24 [INFO] org.eclipse.swtbot.nebula.stepbar                      [eclipse-feature]
11:01:24 [INFO] org.eclipse.swtbot.nebula.rangeslider                  [eclipse-feature]
11:01:24 [INFO] org.eclipse.swtbot.updatesite                       [eclipse-repository]
11:01:24 [INFO] org.eclipse.swtbot.eclipse.ui.test                 [eclipse-test-plugin]
11:01:24 [INFO] org.eclipse.swtbot.swt.finder.test.keyboards            [eclipse-plugin]
11:01:24 [INFO] org.eclipse.swtbot.forms.finder.test               [eclipse-test-plugin]
11:01:24 [INFO] org.eclipse.swtbot.eclipse.finder.test             [eclipse-test-plugin]
11:01:24 [INFO] org.eclipse.swtbot.e4.finder.test                  [eclipse-test-plugin]
11:01:24 [INFO] org.eclipse.swtbot.nebula.gallery.finder.test      [eclipse-test-plugin]
11:01:24 [INFO] org.eclipse.swtbot.swt.finder.test                 [eclipse-test-plugin]
11:01:24 [INFO] org.eclipse.swtbot.test                                [eclipse-feature]
11:01:24 [INFO] org.eclipse.swtbot.generator.test                  [eclipse-test-plugin]
11:01:24 [INFO] org.eclipse.swtbot.generator.jdt.test              [eclipse-test-plugin]
11:01:24 [INFO] org.eclipse.swtbot.nebula.nattable.finder.test     [eclipse-test-plugin]
11:01:24 [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder.test [eclipse-test-plugin]
11:01:24 [INFO] org.eclipse.swtbot.nebula.stepbar.finder.test      [eclipse-test-plugin]
11:01:24 [INFO] org.eclipse.swtbot.nebula.rangeslider.finder.test  [eclipse-test-plugin]
11:01:24 [INFO] 
11:01:24 [INFO] ---------------------< org.eclipse.swtbot:parent >----------------------
11:01:24 [INFO] Building Eclipse SWTBot 4.1.0-SNAPSHOT                            [1/57]
11:01:24 [INFO]   from pom.xml
11:01:24 [INFO] --------------------------------[ pom ]---------------------------------
11:01:24 [INFO] 
11:01:24 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ parent ---
11:01: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/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:01:37 [INFO] 
11:01:37 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ parent ---
11:01:37 [INFO] 
11:01:37 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ parent ---
11:01:37 [INFO] 
11:01:37 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ parent ---
11:01:38 [INFO] 
11:01:38 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ parent ---
11:01:38 [INFO] 
11:01:38 [INFO] --- install:3.1.0:install (default-install) @ parent ---
11:01:38 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/parent/4.1.0-SNAPSHOT/parent-4.1.0-SNAPSHOT.pom
11:01:38 [INFO] 
11:01:38 [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.ant.junit >-------
11:01:38 [INFO] Building org.eclipse.swtbot.ant.junit 4.1.0-SNAPSHOT              [2/57]
11:01:38 [INFO]   from org.eclipse.swtbot.ant.junit/pom.xml
11:01:38 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:01:38 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:01:38 [INFO] 
11:01:38 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.ant.junit ---
11:01:39 [INFO] The project's OSGi version is 4.1.0.202307261500
11:01:39 [INFO] 
11:01:39 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.ant.junit ---
11:01:39 [INFO] 
11:01:39 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.ant.junit ---
11:01:39 [INFO] 
11:01:39 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.ant.junit ---
11:01:39 [INFO] 
11:01:39 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.ant.junit ---
11:01:39 [INFO] Resolving class path of org.eclipse.swtbot.ant.junit...
11:01:39 [INFO] 
11:01:39 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.ant.junit ---
11:01:39 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:01:39 [INFO] 
11:01:39 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.ant.junit ---
11:01:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:01:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/src/main/resources
11:01:40 [INFO] 
11:01:40 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.ant.junit ---
11:01:40 [INFO] 
11:01:40 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.ant.junit ---
11:01:40 [INFO] 
11:01:40 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.ant.junit ---
11:01:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:01:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/src/test/resources
11:01:40 [INFO] 
11:01:40 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.ant.junit ---
11:01:40 [INFO] 
11:01:40 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.ant.junit ---
11:01:40 [INFO] No tests to run.
11:01:40 [INFO] 
11:01:40 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.ant.junit ---
11:01:40 [INFO] 
11:01:40 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.ant.junit ---
11:01:40 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-sources.jar
11:01:40 [INFO] 
11:01:40 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.ant.junit ---
11:01:43 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.jar
11:01:43 [INFO] 
11:01:43 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ant.junit ---
11:01:43 [INFO] 
11:01:43 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.ant.junit ---
11:01:43 [INFO] 
11:01:43 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.ant.junit ---
11:01:43 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.jar
11:01:45 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-sources.jar
11:01:46 [INFO] 
11:01:46 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.ant.junit ---
11:01:46 [INFO] 
11:01:46 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.ant.junit ---
11:01:46 [INFO] 
11:01:46 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.ant.junit ---
11:01:46 [INFO] No tests to run.
11:01:46 [INFO] 
11:01:46 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.ant.junit ---
11:01:46 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.jar
11:01:46 [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.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT.pom
11:01:46 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-sources.jar
11:01:46 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-p2metadata.xml
11:01:46 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ant.junit/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.ant.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.ant.junit-4.1.0-SNAPSHOT-p2artifacts.xml
11:01:46 [INFO] 
11:01:46 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.ant.junit ---
11:01:46 [INFO] 
11:01:46 [INFO] ----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.core >-----
11:01:46 [INFO] Building org.eclipse.swtbot.eclipse.core 4.1.0-SNAPSHOT           [3/57]
11:01:46 [INFO]   from org.eclipse.swtbot.eclipse.core/pom.xml
11:01:46 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:01:46 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:01:46 [INFO] 
11:01:46 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.core ---
11:01:46 [INFO] The project's OSGi version is 4.1.0.202307261500
11:01:46 [INFO] 
11:01:46 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.core ---
11:01:46 [INFO] 
11:01:46 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.core ---
11:01:46 [INFO] 
11:01:46 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.core ---
11:01:46 [INFO] 
11:01:46 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.core ---
11:01:46 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.core...
11:01:46 [INFO] 
11:01:46 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.core ---
11:01:46 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:01:46 [INFO] 
11:01:46 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.core ---
11:01:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:01:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/src/main/resources
11:01:46 [INFO] 
11:01:46 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.core ---
11:01:46 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/classes
11:01:47 [INFO] 
11:01:47 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.core ---
11:01:47 [INFO] 
11:01:47 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.core ---
11:01:47 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:01:47 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/src/test/resources
11:01:47 [INFO] 
11:01:47 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.core ---
11:01:47 [INFO] 
11:01:47 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.core ---
11:01:47 [INFO] No tests to run.
11:01:47 [INFO] 
11:01:47 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.core ---
11:01:47 [INFO] 
11:01:47 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.core ---
11:01:47 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-sources.jar
11:01:47 [INFO] 
11:01:47 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.core ---
11:01:47 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.jar
11:01:47 [INFO] 
11:01:47 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.core ---
11:01:47 [INFO] 
11:01:47 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.core ---
11:01:47 [INFO] 
11:01:47 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.core ---
11:01:47 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.jar
11:01:49 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-sources.jar
11:01:50 [INFO] 
11:01:50 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.core ---
11:01:50 [INFO] 
11:01:50 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.core ---
11:01:50 [INFO] 
11:01:50 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.core ---
11:01:50 [INFO] No tests to run.
11:01:50 [INFO] 
11:01:50 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.core ---
11:01:50 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.jar
11:01:50 [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.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT.pom
11:01:50 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-sources.jar
11:01:50 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-p2metadata.xml
11:01:50 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.core/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.core-4.1.0-SNAPSHOT-p2artifacts.xml
11:01:50 [INFO] 
11:01:50 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.core ---
11:01:50 [INFO] 
11:01:50 [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder >------
11:01:50 [INFO] Building org.eclipse.swtbot.swt.finder 4.1.0-SNAPSHOT             [4/57]
11:01:50 [INFO]   from org.eclipse.swtbot.swt.finder/pom.xml
11:01:50 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:01:50 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:01:50 [INFO] 
11:01:50 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder ---
11:01:50 [INFO] The project's OSGi version is 4.1.0.202307261500
11:01:50 [INFO] 
11:01:50 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder ---
11:01:50 [INFO] 
11:01:50 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder ---
11:01:50 [INFO] 
11:01:50 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder ---
11:01:50 [INFO] 
11:01:50 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.swt.finder ---
11:01:50 [INFO] Resolving class path of org.eclipse.swtbot.swt.finder...
11:01:50 [INFO] 
11:01:50 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.finder ---
11:01: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.*
11:01:50 [INFO] 
11:01:50 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder ---
11:01:50 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:01:50 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/src/main/resources
11:01:50 [INFO] 
11:01:50 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.swt.finder ---
11:01:50 [INFO] Compiling 158 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/classes
11:01:51 [INFO] 
11:01:51 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.swt.finder ---
11:01:51 [INFO] 
11:01:51 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder ---
11:01:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:01:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/src/test/resources
11:01:51 [INFO] 
11:01:51 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.swt.finder ---
11:01:51 [INFO] 
11:01:51 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.swt.finder ---
11:01:51 [INFO] No tests to run.
11:01:51 [INFO] 
11:01:51 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.swt.finder ---
11:01:51 [INFO] 
11:01:51 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder ---
11:01:51 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-sources.jar
11:01:51 [INFO] 
11:01:51 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder ---
11:01:51 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.jar
11:01:51 [INFO] 
11:01:51 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder ---
11:01:51 [INFO] 
11:01:51 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.swt.finder ---
11:01:51 [INFO] 
11:01:51 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.finder ---
11:01:52 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.jar
11:01:54 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-sources.jar
11:01:55 [INFO] 
11:01:55 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder ---
11:01:55 [INFO] 
11:01:55 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.swt.finder ---
11:01:55 [INFO] 
11:01:55 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.swt.finder ---
11:01:55 [INFO] No tests to run.
11:01:55 [INFO] 
11:01:55 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.finder ---
11:01:55 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.jar
11:01:55 [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.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT.pom
11:01:55 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-sources.jar
11:01:55 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-p2metadata.xml
11:01:55 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder-4.1.0-SNAPSHOT-p2artifacts.xml
11:01:55 [INFO] 
11:01:55 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.finder ---
11:01:55 [INFO] 
11:01:55 [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.finder >----
11:01:55 [INFO] Building org.eclipse.swtbot.eclipse.finder 4.1.0-SNAPSHOT         [5/57]
11:01:55 [INFO]   from org.eclipse.swtbot.eclipse.finder/pom.xml
11:01:55 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:01:55 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:01:55 [INFO] 
11:01:55 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] The project's OSGi version is 4.1.0.202307261500
11:01:55 [INFO] 
11:01:55 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] 
11:01:55 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] 
11:01:55 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] 
11:01:55 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.finder...
11:01:55 [INFO] 
11:01:55 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.finder ---
11:01: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.*
11:01:55 [INFO] 
11:01:55 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:01:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/src/main/resources
11:01:55 [INFO] 
11:01:55 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/classes
11:01:55 [INFO] 
11:01:55 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] 
11:01:55 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:01:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/src/test/resources
11:01:55 [INFO] 
11:01:55 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] 
11:01:55 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] No tests to run.
11:01:55 [INFO] 
11:01:55 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] 
11:01:55 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-sources.jar
11:01:55 [INFO] 
11:01:55 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.jar
11:01:55 [INFO] 
11:01:55 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] 
11:01:55 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] 
11:01:55 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.finder ---
11:01:55 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.jar
11:01:56 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-sources.jar
11:01:57 [INFO] 
11:01:57 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.finder ---
11:01:57 [INFO] 
11:01:57 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.finder ---
11:01:57 [INFO] 
11:01:57 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.finder ---
11:01:57 [INFO] No tests to run.
11:01:57 [INFO] 
11:01:57 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.finder ---
11:01:57 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.jar
11:01:57 [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.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT.pom
11:01:57 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-sources.jar
11:01:57 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-p2metadata.xml
11:01:57 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder-4.1.0-SNAPSHOT-p2artifacts.xml
11:01:57 [INFO] 
11:01:57 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.finder ---
11:01:57 [INFO] 
11:01:57 [INFO] ------< org.eclipse.swtbot.features:org.eclipse.swtbot.e4.finder >------
11:01:57 [INFO] Building org.eclipse.swtbot.e4.finder 4.1.0-SNAPSHOT              [6/57]
11:01:57 [INFO]   from org.eclipse.swtbot.e4.finder/pom.xml
11:01:57 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:01:57 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:01:57 [INFO] 
11:01:57 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] The project's OSGi version is 4.1.0.202307261500
11:01:57 [INFO] 
11:01:57 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] 
11:01:57 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] 
11:01:57 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] 
11:01:57 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] Resolving class path of org.eclipse.swtbot.e4.finder...
11:01:57 [INFO] 
11:01:57 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.e4.finder ---
11:01: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.*
11:01:57 [INFO] 
11:01:57 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:01:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/src/main/resources
11:01:57 [INFO] 
11:01:57 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] Compiling 12 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/classes
11:01:57 [INFO] 
11:01:57 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] 
11:01:57 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:01:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/src/test/resources
11:01:57 [INFO] 
11:01:57 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] 
11:01:57 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] No tests to run.
11:01:57 [INFO] 
11:01:57 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] 
11:01:57 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-sources.jar
11:01:57 [INFO] 
11:01:57 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.jar
11:01:57 [INFO] 
11:01:57 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] 
11:01:57 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] 
11:01:57 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.e4.finder ---
11:01:57 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.jar
11:01:58 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-sources.jar
11:01:59 [INFO] 
11:01:59 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.e4.finder ---
11:01:59 [INFO] 
11:01:59 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.e4.finder ---
11:01:59 [INFO] 
11:01:59 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.e4.finder ---
11:01:59 [INFO] No tests to run.
11:01:59 [INFO] 
11:01:59 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.e4.finder ---
11:01:59 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.jar
11:01:59 [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.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT.pom
11:01:59 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-sources.jar
11:01:59 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-p2metadata.xml
11:01:59 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.e4.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder-4.1.0-SNAPSHOT-p2artifacts.xml
11:01:59 [INFO] 
11:01:59 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.e4.finder ---
11:01:59 [INFO] 
11:01:59 [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit4_x >-------
11:01:59 [INFO] Building org.eclipse.swtbot.junit4_x 4.1.0-SNAPSHOT               [7/57]
11:01:59 [INFO]   from org.eclipse.swtbot.junit4_x/pom.xml
11:01:59 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:01:59 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:01:59 [INFO] 
11:01:59 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] The project's OSGi version is 4.1.0.202307261500
11:01:59 [INFO] 
11:01:59 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] 
11:01:59 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] 
11:01:59 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] 
11:01:59 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] Resolving class path of org.eclipse.swtbot.junit4_x...
11:01:59 [INFO] 
11:01:59 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.junit4_x ---
11:01: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.*
11:01:59 [INFO] 
11:01:59 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:01:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/src/main/resources
11:01:59 [INFO] 
11:01:59 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/classes
11:01:59 [INFO] 
11:01:59 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] 
11:01:59 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:01:59 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/src/test/resources
11:01:59 [INFO] 
11:01:59 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] 
11:01:59 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] No tests to run.
11:01:59 [INFO] 
11:01:59 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] 
11:01:59 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-sources.jar
11:01:59 [INFO] 
11:01:59 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.jar
11:01:59 [INFO] 
11:01:59 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] 
11:01:59 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] 
11:01:59 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.junit4_x ---
11:01:59 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.jar
11:02:00 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-sources.jar
11:02:01 [INFO] 
11:02:01 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit4_x ---
11:02:01 [INFO] 
11:02:01 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.junit4_x ---
11:02:01 [INFO] 
11:02:01 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.junit4_x ---
11:02:01 [INFO] No tests to run.
11:02:01 [INFO] 
11:02:01 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.junit4_x ---
11:02:01 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.jar
11:02:01 [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.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT.pom
11:02:01 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-sources.jar
11:02:01 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-p2metadata.xml
11:02:01 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit4_x/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit4_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit4_x-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:01 [INFO] 
11:02:01 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.junit4_x ---
11:02:01 [INFO] 
11:02:01 [INFO] -----------< org.eclipse.swtbot.features:org.eclipse.swtbot >-----------
11:02:01 [INFO] Building org.eclipse.swtbot 4.1.0-SNAPSHOT                        [8/57]
11:02:01 [INFO]   from org.eclipse.swtbot/pom.xml
11:02:01 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:02:01 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:01 [INFO] 
11:02:01 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot ---
11:02:01 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:01 [INFO] 
11:02:01 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot ---
11:02:01 [INFO] 
11:02:01 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot ---
11:02:01 [INFO] 
11:02:01 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot ---
11:02:01 [INFO] 
11:02:01 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot ---
11:02:01 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:02:01 [INFO] 
11:02:01 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot ---
11:02:01 [INFO] 
11:02:01 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot ---
11:02:01 [INFO] 
11:02:01 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot ---
11:02:01 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.
11:02:01 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT.jar
11:02:01 [INFO] 
11:02:01 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot ---
11:02:01 [INFO] 
11:02:01 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot ---
11:02:01 [INFO] 
11:02:01 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot ---
11:02:01 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT-sources-feature.jar
11:02:01 [INFO] 
11:02:01 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot ---
11:02:01 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT.jar
11:02:02 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT-sources-feature.jar
11:02:03 [INFO] 
11:02:03 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot ---
11:02:03 [INFO] 
11:02:03 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot ---
11:02:03 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.1.0-SNAPSHOT/org.eclipse.swtbot-4.1.0-SNAPSHOT.jar
11:02:03 [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.1.0-SNAPSHOT/org.eclipse.swtbot-4.1.0-SNAPSHOT.pom
11:02:03 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/org.eclipse.swtbot-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.1.0-SNAPSHOT/org.eclipse.swtbot-4.1.0-SNAPSHOT-sources-feature.jar
11:02:03 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.1.0-SNAPSHOT/org.eclipse.swtbot-4.1.0-SNAPSHOT-p2metadata.xml
11:02:03 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot/4.1.0-SNAPSHOT/org.eclipse.swtbot-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:03 [INFO] 
11:02:03 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot ---
11:02:03 [INFO] 
11:02:03 [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder >-----
11:02:03 [INFO] Building org.eclipse.swtbot.forms.finder 4.1.0-SNAPSHOT           [9/57]
11:02:03 [INFO]   from org.eclipse.swtbot.forms.finder/pom.xml
11:02:03 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:03 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:03 [INFO] 
11:02:03 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:03 [INFO] 
11:02:03 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] 
11:02:03 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] 
11:02:03 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] 
11:02:03 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] Resolving class path of org.eclipse.swtbot.forms.finder...
11:02:03 [INFO] 
11:02:03 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:02:03 [INFO] 
11:02:03 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/src/main/resources
11:02:03 [INFO] 
11:02:03 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/classes
11:02:03 [INFO] 
11:02:03 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] 
11:02:03 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:03 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/src/test/resources
11:02:03 [INFO] 
11:02:03 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] 
11:02:03 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] No tests to run.
11:02:03 [INFO] 
11:02:03 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] 
11:02:03 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-sources.jar
11:02:03 [INFO] 
11:02:03 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.jar
11:02:03 [INFO] 
11:02:03 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] 
11:02:03 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] 
11:02:03 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.forms.finder ---
11:02:03 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.jar
11:02:04 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-sources.jar
11:02:05 [INFO] 
11:02:05 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms.finder ---
11:02:05 [INFO] 
11:02:05 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.forms.finder ---
11:02:05 [INFO] 
11:02:05 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.forms.finder ---
11:02:05 [INFO] No tests to run.
11:02:05 [INFO] 
11:02:05 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.forms.finder ---
11:02:05 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.jar
11:02:05 [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.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT.pom
11:02:05 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-sources.jar
11:02:05 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-p2metadata.xml
11:02:05 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:05 [INFO] 
11:02:05 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.forms.finder ---
11:02:05 [INFO] 
11:02:05 [INFO] --------< org.eclipse.swtbot.features:org.eclipse.swtbot.forms >--------
11:02:05 [INFO] Building org.eclipse.swtbot.forms 4.1.0-SNAPSHOT                 [10/57]
11:02:05 [INFO]   from org.eclipse.swtbot.forms/pom.xml
11:02:05 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:02:05 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:05 [INFO] 
11:02:05 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.forms ---
11:02:05 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:05 [INFO] 
11:02:05 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.forms ---
11:02:05 [INFO] 
11:02:05 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.forms ---
11:02:05 [INFO] 
11:02:05 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.forms ---
11:02:05 [INFO] 
11:02:05 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms ---
11:02: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.*
11:02:05 [INFO] 
11:02:05 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.forms ---
11:02:05 [INFO] 
11:02:05 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.forms ---
11:02:05 [INFO] 
11:02:05 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.forms ---
11:02:05 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT.jar
11:02:05 [INFO] 
11:02:05 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms ---
11:02:05 [INFO] 
11:02:05 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.forms ---
11:02:05 [INFO] 
11:02:05 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.forms ---
11:02:05 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-sources-feature.jar
11:02:05 [INFO] 
11:02:05 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.forms ---
11:02:05 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT.jar
11:02:06 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-sources-feature.jar
11:02:07 [INFO] 
11:02:07 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms ---
11:02:07 [INFO] 
11:02:07 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.forms ---
11:02:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT.jar
11:02:07 [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.1.0-SNAPSHOT/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT.pom
11:02:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-sources-feature.jar
11:02:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-p2metadata.xml
11:02:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.forms/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:07 [INFO] 
11:02:07 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.forms ---
11:02:07 [INFO] 
11:02:07 [INFO] ----------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.go >----------
11:02:07 [INFO] Building org.eclipse.swtbot.go 4.1.0-SNAPSHOT                    [11/57]
11:02:07 [INFO]   from org.eclipse.swtbot.go/pom.xml
11:02:07 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:07 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:07 [INFO] 
11:02:07 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:07 [INFO] 
11:02:07 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] 
11:02:07 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] 
11:02:07 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] 
11:02:07 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] Resolving class path of org.eclipse.swtbot.go...
11:02:07 [INFO] 
11:02:07 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.go ---
11:02: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.*
11:02:07 [INFO] 
11:02:07 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/src/main/resources
11:02:07 [INFO] 
11:02:07 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] 
11:02:07 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] 
11:02:07 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/src/test/resources
11:02:07 [INFO] 
11:02:07 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] 
11:02:07 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] No tests to run.
11:02:07 [INFO] 
11:02:07 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] 
11:02:07 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-sources.jar
11:02:07 [INFO] 
11:02:07 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.jar
11:02:07 [INFO] 
11:02:07 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] 
11:02:07 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] 
11:02:07 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.go ---
11:02:07 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.jar
11:02:09 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-sources.jar
11:02:10 [INFO] 
11:02:10 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.go ---
11:02:10 [INFO] 
11:02:10 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.go ---
11:02:10 [INFO] 
11:02:10 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.go ---
11:02:10 [INFO] No tests to run.
11:02:10 [INFO] 
11:02:10 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.go ---
11:02:10 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.jar
11:02:10 [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.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT.pom
11:02:10 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-sources.jar
11:02:10 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-p2metadata.xml
11:02:10 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.go/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.go/4.1.0-SNAPSHOT/org.eclipse.swtbot.go-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:10 [INFO] 
11:02:10 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.go ---
11:02:10 [INFO] 
11:02:10 [INFO] -------< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse >-------
11:02:10 [INFO] Building org.eclipse.swtbot.eclipse 4.1.0-SNAPSHOT               [12/57]
11:02:10 [INFO]   from org.eclipse.swtbot.eclipse/pom.xml
11:02:10 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:02:10 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:10 [INFO] 
11:02:10 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse ---
11:02:10 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:10 [INFO] 
11:02:10 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse ---
11:02:10 [INFO] 
11:02:10 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse ---
11:02:10 [INFO] 
11:02:10 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse ---
11:02:10 [INFO] 
11:02:10 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse ---
11:02: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.*
11:02:10 [INFO] 
11:02:10 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse ---
11:02:10 [INFO] 
11:02:10 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse ---
11:02:10 [INFO] 
11:02:10 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse ---
11:02:10 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT.jar
11:02:10 [INFO] 
11:02:10 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse ---
11:02:10 [INFO] 
11:02:10 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse ---
11:02:10 [INFO] 
11:02:10 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse ---
11:02:10 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-sources-feature.jar
11:02:10 [INFO] 
11:02:10 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse ---
11:02:10 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT.jar
11:02:10 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-sources-feature.jar
11:02:11 [INFO] 
11:02:11 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse ---
11:02:11 [INFO] 
11:02:11 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse ---
11:02:11 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT.jar
11:02:11 [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.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT.pom
11:02:11 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-sources-feature.jar
11:02:11 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-p2metadata.xml
11:02:11 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:11 [INFO] 
11:02:11 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse ---
11:02:11 [INFO] 
11:02:11 [INFO] -----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.dsl >-----
11:02:11 [INFO] Building org.eclipse.swtbot.eclipse.dsl 4.1.0-SNAPSHOT           [13/57]
11:02:11 [INFO]   from org.eclipse.swtbot.eclipse.dsl/pom.xml
11:02:11 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:11 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:11 [INFO] 
11:02:11 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:11 [INFO] 
11:02:11 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] 
11:02:11 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] 
11:02:11 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] 
11:02:11 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.dsl...
11:02:11 [INFO] 
11:02:11 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:02:11 [INFO] 
11:02:11 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/src/main/resources
11:02:11 [INFO] 
11:02:11 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/classes
11:02:11 [INFO] 
11:02:11 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] 
11:02:11 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:11 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/src/test/resources
11:02:11 [INFO] 
11:02:11 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] 
11:02:11 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] No tests to run.
11:02:11 [INFO] 
11:02:11 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] 
11:02:11 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-sources.jar
11:02:11 [INFO] 
11:02:11 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.jar
11:02:11 [INFO] 
11:02:11 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] 
11:02:11 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] 
11:02:11 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:11 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.jar
11:02:12 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-sources.jar
11:02:13 [INFO] 
11:02:13 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:13 [INFO] 
11:02:13 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:13 [INFO] 
11:02:13 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:13 [INFO] No tests to run.
11:02:13 [INFO] 
11:02:13 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:13 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.jar
11:02:13 [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.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT.pom
11:02:13 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-sources.jar
11:02:13 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-p2metadata.xml
11:02:13 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.dsl/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.dsl/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.dsl-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:13 [INFO] 
11:02:13 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.dsl ---
11:02:13 [INFO] 
11:02:13 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.gef.finder >--
11:02:13 [INFO] Building org.eclipse.swtbot.eclipse.gef.finder 4.1.0-SNAPSHOT    [14/57]
11:02:13 [INFO]   from org.eclipse.swtbot.eclipse.gef.finder/pom.xml
11:02:13 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:13 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:13 [INFO] 
11:02:13 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:13 [INFO] 
11:02:13 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] 
11:02:13 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] 
11:02:13 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] 
11:02:13 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.gef.finder...
11:02:13 [INFO] 
11:02:13 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:02:13 [INFO] 
11:02:13 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/src/main/resources
11:02:13 [INFO] 
11:02:13 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/classes
11:02:13 [INFO] 
11:02:13 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] 
11:02:13 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:13 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/src/test/resources
11:02:13 [INFO] 
11:02:13 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] 
11:02:13 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] No tests to run.
11:02:13 [INFO] 
11:02:13 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] 
11:02:13 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-sources.jar
11:02:13 [INFO] 
11:02:13 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.jar
11:02:13 [INFO] 
11:02:13 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] 
11:02:13 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] 
11:02:13 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:13 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.jar
11:02:14 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-sources.jar
11:02:16 [INFO] 
11:02:16 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:16 [INFO] 
11:02:16 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:16 [INFO] 
11:02:16 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:16 [INFO] No tests to run.
11:02:16 [INFO] 
11:02:16 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:16 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.jar
11:02:16 [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.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT.pom
11:02:16 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-sources.jar
11:02:16 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-p2metadata.xml
11:02:16 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.gef.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef.finder-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:16 [INFO] 
11:02:16 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.gef.finder ---
11:02:16 [INFO] 
11:02:16 [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.spy >------
11:02:16 [INFO] Building org.eclipse.swtbot.eclipse.spy 4.1.0-SNAPSHOT           [15/57]
11:02:16 [INFO]   from org.eclipse.swtbot.eclipse.spy/pom.xml
11:02:16 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:16 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:16 [INFO] 
11:02:16 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:16 [INFO] 
11:02:16 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] 
11:02:16 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] 
11:02:16 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] 
11:02:16 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.spy...
11:02:16 [INFO] 
11:02:16 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:02:16 [INFO] 
11:02:16 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/src/main/resources
11:02:16 [INFO] 
11:02:16 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/classes
11:02:16 [INFO] 
11:02:16 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] 
11:02:16 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/src/test/resources
11:02:16 [INFO] 
11:02:16 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] 
11:02:16 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] No tests to run.
11:02:16 [INFO] 
11:02:16 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] 
11:02:16 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-sources.jar
11:02:16 [INFO] 
11:02:16 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.jar
11:02:16 [INFO] 
11:02:16 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] 
11:02:16 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] 
11:02:16 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.spy ---
11:02:16 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.jar
11:02:17 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-sources.jar
11:02:18 [INFO] 
11:02:18 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.spy ---
11:02:18 [INFO] 
11:02:18 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.spy ---
11:02:18 [INFO] 
11:02:18 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.spy ---
11:02:18 [INFO] No tests to run.
11:02:18 [INFO] 
11:02:18 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.spy ---
11:02:18 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.jar
11:02:18 [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.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT.pom
11:02:18 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-sources.jar
11:02:18 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-p2metadata.xml
11:02:18 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.spy/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.spy/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.spy-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:18 [INFO] 
11:02:18 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.spy ---
11:02:18 [INFO] 
11:02:18 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit.headless >--
11:02:18 [INFO] Building org.eclipse.swtbot.eclipse.junit.headless 4.1.0-SNAPSHOT [16/57]
11:02:18 [INFO]   from org.eclipse.swtbot.eclipse.junit.headless/pom.xml
11:02:18 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:18 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:18 [INFO] 
11:02:18 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:18 [INFO] 
11:02:18 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] 
11:02:18 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] 
11:02:18 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] 
11:02:18 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.junit.headless...
11:02:18 [INFO] 
11:02:18 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02: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.*
11:02:18 [INFO] 
11:02:18 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/src/main/resources
11:02:18 [INFO] 
11:02:18 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/classes
11:02:18 [INFO] 
11:02:18 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] 
11:02:18 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/src/test/resources
11:02:18 [INFO] 
11:02:18 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] 
11:02:18 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] No tests to run.
11:02:18 [INFO] 
11:02:18 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] 
11:02:18 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-sources.jar
11:02:18 [INFO] 
11:02:18 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.jar
11:02:18 [INFO] 
11:02:18 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] 
11:02:18 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] 
11:02:18 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:18 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.jar
11:02:19 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-sources.jar
11:02:19 [INFO] 
11:02:19 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:19 [INFO] 
11:02:19 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:19 [INFO] 
11:02:19 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:19 [INFO] No tests to run.
11:02:19 [INFO] 
11:02:19 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:19 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.jar
11:02:19 [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.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT.pom
11:02:19 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-sources.jar
11:02:19 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-p2metadata.xml
11:02:19 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit.headless/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit.headless-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:19 [INFO] 
11:02:19 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.junit.headless ---
11:02:19 [INFO] 
11:02:19 [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.test.junit >--
11:02:19 [INFO] Building org.eclipse.swtbot.eclipse.test.junit 4.1.0-SNAPSHOT    [17/57]
11:02:19 [INFO]   from org.eclipse.swtbot.eclipse.test.junit/pom.xml
11:02:19 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:02:19 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:19 [INFO] 
11:02:19 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.test.junit ---
11:02:19 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:19 [INFO] 
11:02:19 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.test.junit ---
11:02:19 [INFO] 
11:02:19 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.test.junit ---
11:02:19 [INFO] 
11:02:19 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.test.junit ---
11:02:19 [INFO] 
11:02:19 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.test.junit ---
11:02:19 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:02:19 [INFO] 
11:02:19 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.test.junit ---
11:02:19 [INFO] 
11:02:19 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.test.junit ---
11:02:19 [INFO] 
11:02:19 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse.test.junit ---
11:02:19 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT.jar
11:02:19 [INFO] 
11:02:19 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.test.junit ---
11:02:19 [INFO] 
11:02:19 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.test.junit ---
11:02:19 [INFO] 
11:02:19 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.test.junit ---
11:02:19 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-sources-feature.jar
11:02:19 [INFO] 
11:02:19 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.test.junit ---
11:02:19 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT.jar
11:02:21 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-sources-feature.jar
11:02:22 [INFO] 
11:02:22 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.test.junit ---
11:02:22 [INFO] 
11:02:22 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.test.junit ---
11:02:22 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT.jar
11:02:22 [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.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT.pom
11:02:22 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-sources-feature.jar
11:02:22 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-p2metadata.xml
11:02:22 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.test.junit/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.test.junit/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.test.junit-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:22 [INFO] 
11:02:22 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.test.junit ---
11:02:22 [INFO] 
11:02:22 [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.ui >------
11:02:22 [INFO] Building org.eclipse.swtbot.eclipse.ui 4.1.0-SNAPSHOT            [18/57]
11:02:22 [INFO]   from org.eclipse.swtbot.eclipse.ui/pom.xml
11:02:22 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:22 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:22 [INFO] 
11:02:22 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:22 [INFO] 
11:02:22 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] 
11:02:22 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] 
11:02:22 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] 
11:02:22 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.ui...
11:02:22 [INFO] 
11:02:22 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.ui ---
11:02: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.*
11:02:22 [INFO] 
11:02:22 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/src/main/resources
11:02:22 [INFO] 
11:02:22 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/classes
11:02:22 [INFO] 
11:02:22 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] 
11:02:22 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:22 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/src/test/resources
11:02:22 [INFO] 
11:02:22 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] 
11:02:22 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] No tests to run.
11:02:22 [INFO] 
11:02:22 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] 
11:02:22 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-sources.jar
11:02:22 [INFO] 
11:02:22 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.jar
11:02:22 [INFO] 
11:02:22 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] 
11:02:22 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] 
11:02:22 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.ui ---
11:02:22 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.jar
11:02:23 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-sources.jar
11:02:24 [INFO] 
11:02:24 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.ui ---
11:02:24 [INFO] 
11:02:24 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.ui ---
11:02:24 [INFO] 
11:02:24 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.ui ---
11:02:24 [INFO] No tests to run.
11:02:24 [INFO] 
11:02:24 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.ui ---
11:02:24 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.jar
11:02:24 [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.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT.pom
11:02:24 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-sources.jar
11:02:24 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-p2metadata.xml
11:02:24 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:24 [INFO] 
11:02:24 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.ui ---
11:02:24 [INFO] 
11:02:24 [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator >-------
11:02:24 [INFO] Building org.eclipse.swtbot.generator 4.1.0-SNAPSHOT             [19/57]
11:02:24 [INFO]   from org.eclipse.swtbot.generator/pom.xml
11:02:24 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:24 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:24 [INFO] 
11:02:24 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:24 [INFO] 
11:02:24 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] 
11:02:24 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] 
11:02:24 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] 
11:02:24 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] Resolving class path of org.eclipse.swtbot.generator...
11:02:24 [INFO] 
11:02:24 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:02:24 [INFO] 
11:02:24 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/src/main/resources
11:02:24 [INFO] 
11:02:24 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] Compiling 50 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/classes
11:02:24 [INFO] 
11:02:24 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] 
11:02:24 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/src/test/resources
11:02:24 [INFO] 
11:02:24 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] 
11:02:24 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] No tests to run.
11:02:24 [INFO] 
11:02:24 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] 
11:02:24 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-sources.jar
11:02:24 [INFO] 
11:02:24 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.jar
11:02:24 [INFO] 
11:02:24 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] 
11:02:24 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] 
11:02:24 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator ---
11:02:24 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.jar
11:02:25 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-sources.jar
11:02:27 [INFO] 
11:02:27 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator ---
11:02:27 [INFO] 
11:02:27 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.generator ---
11:02:27 [INFO] 
11:02:27 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.generator ---
11:02:27 [INFO] No tests to run.
11:02:27 [INFO] 
11:02:27 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator ---
11:02:27 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.jar
11:02:27 [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.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT.pom
11:02:27 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-sources.jar
11:02:27 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-p2metadata.xml
11:02:27 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:27 [INFO] 
11:02:27 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator ---
11:02:27 [INFO] 
11:02:27 [INFO] --< org.eclipse.swtbot.generator.client:org.eclipse.swtbot.generator.client >--
11:02:27 [INFO] Building org.eclipse.swtbot.generator.client 4.1.0-SNAPSHOT      [20/57]
11:02:27 [INFO]   from org.eclipse.swtbot.generator.client/pom.xml
11:02:27 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:27 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:27 [INFO] 
11:02:27 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:27 [INFO] 
11:02:27 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] 
11:02:27 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] 
11:02:27 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] 
11:02:27 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] Resolving class path of org.eclipse.swtbot.generator.client...
11:02:27 [INFO] 
11:02:27 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:02:27 [INFO] 
11:02:27 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/src/main/resources
11:02:27 [INFO] 
11:02:27 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/classes
11:02:27 [INFO] 
11:02:27 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] 
11:02:27 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:27 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/src/test/resources
11:02:27 [INFO] 
11:02:27 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] 
11:02:27 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] No tests to run.
11:02:27 [INFO] 
11:02:27 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] 
11:02:27 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-sources.jar
11:02:27 [INFO] 
11:02:27 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.jar
11:02:27 [INFO] 
11:02:27 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] 
11:02:27 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] 
11:02:27 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.client ---
11:02:27 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.jar
11:02:28 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-sources.jar
11:02:30 [INFO] 
11:02:30 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.client ---
11:02:30 [INFO] 
11:02:30 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.generator.client ---
11:02:30 [INFO] 
11:02:30 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.generator.client ---
11:02:30 [INFO] No tests to run.
11:02:30 [INFO] 
11:02:30 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.client ---
11:02:30 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.jar
11:02:30 [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.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT.pom
11:02:30 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-sources.jar
11:02:30 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-p2metadata.xml
11:02:30 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.client/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/generator/client/org.eclipse.swtbot.generator.client/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.client-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:30 [INFO] 
11:02:30 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.client ---
11:02:30 [INFO] 
11:02:30 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.rules.workbench >--
11:02:30 [INFO] Building org.eclipse.swtbot.generator.rules.workbench 4.1.0-SNAPSHOT [21/57]
11:02:30 [INFO]   from org.eclipse.swtbot.generator.rules.workbench/pom.xml
11:02:30 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:30 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:30 [INFO] 
11:02:30 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:30 [INFO] 
11:02:30 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] 
11:02:30 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] 
11:02:30 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] 
11:02:30 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] Resolving class path of org.eclipse.swtbot.generator.rules.workbench...
11:02:30 [INFO] 
11:02:30 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02: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.*
11:02:30 [INFO] 
11:02:30 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/src/main/resources
11:02:30 [INFO] 
11:02:30 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/classes
11:02:30 [INFO] 
11:02:30 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] 
11:02:30 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/src/test/resources
11:02:30 [INFO] 
11:02:30 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] 
11:02:30 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] No tests to run.
11:02:30 [INFO] 
11:02:30 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] 
11:02:30 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-sources.jar
11:02:30 [INFO] 
11:02:30 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.jar
11:02:30 [INFO] 
11:02:30 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] 
11:02:30 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] 
11:02:30 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:30 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.jar
11:02:31 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-sources.jar
11:02:32 [INFO] 
11:02:32 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:32 [INFO] 
11:02:32 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:32 [INFO] 
11:02:32 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:32 [INFO] No tests to run.
11:02:32 [INFO] 
11:02:32 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:32 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.jar
11:02:32 [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.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT.pom
11:02:32 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-sources.jar
11:02:32 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-p2metadata.xml
11:02:32 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.rules.workbench/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.rules.workbench/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.rules.workbench-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:32 [INFO] 
11:02:32 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.rules.workbench ---
11:02:32 [INFO] 
11:02:32 [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt >-----
11:02:32 [INFO] Building org.eclipse.swtbot.generator.jdt 4.1.0-SNAPSHOT         [22/57]
11:02:32 [INFO]   from org.eclipse.swtbot.generator.jdt/pom.xml
11:02:32 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:32 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:32 [INFO] 
11:02:32 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.jdt ---
11:02:32 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:32 [INFO] 
11:02:32 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.jdt ---
11:02:32 [INFO] 
11:02:32 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.jdt ---
11:02:32 [INFO] 
11:02:32 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.jdt ---
11:02:32 [INFO] 
11:02:32 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator.jdt ---
11:02:32 [INFO] Resolving class path of org.eclipse.swtbot.generator.jdt...
11:02:32 [INFO] 
11:02:32 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.jdt ---
11:02:32 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:02:32 [INFO] 
11:02:32 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.jdt ---
11:02:32 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:32 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/src/main/resources
11:02:32 [INFO] 
11:02:32 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator.jdt ---
11:02:32 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/classes
11:02:33 [INFO] 
11:02:33 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator.jdt ---
11:02:33 [INFO] 
11:02:33 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.jdt ---
11:02:33 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:33 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/src/test/resources
11:02:33 [INFO] 
11:02:33 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.generator.jdt ---
11:02:33 [INFO] 
11:02:33 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.generator.jdt ---
11:02:33 [INFO] No tests to run.
11:02:33 [INFO] 
11:02:33 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.jdt ---
11:02:33 [INFO] 
11:02:33 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.jdt ---
11:02:33 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-sources.jar
11:02:33 [INFO] 
11:02:33 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.jdt ---
11:02:33 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.jar
11:02:33 [INFO] 
11:02:33 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.jdt ---
11:02:33 [INFO] 
11:02:33 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.jdt ---
11:02:33 [INFO] 
11:02:33 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.jdt ---
11:02:33 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.jar
11:02:34 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-sources.jar
11:02:36 [INFO] 
11:02:36 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.jdt ---
11:02:36 [INFO] 
11:02:36 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.generator.jdt ---
11:02:36 [INFO] 
11:02:36 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.generator.jdt ---
11:02:36 [INFO] No tests to run.
11:02:36 [INFO] 
11:02:36 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.jdt ---
11:02:36 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.jar
11:02:36 [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.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT.pom
11:02:36 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-sources.jar
11:02:36 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-p2metadata.xml
11:02:36 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:36 [INFO] 
11:02:36 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.jdt ---
11:02:36 [INFO] 
11:02:36 [INFO] -----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.ui >-----
11:02:36 [INFO] Building org.eclipse.swtbot.generator.ui 4.1.0-SNAPSHOT          [23/57]
11:02:36 [INFO]   from org.eclipse.swtbot.generator.ui/pom.xml
11:02:36 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:36 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:36 [INFO] 
11:02:36 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:36 [INFO] 
11:02:36 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] 
11:02:36 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] 
11:02:36 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] 
11:02:36 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] Resolving class path of org.eclipse.swtbot.generator.ui...
11:02:36 [INFO] 
11:02:36 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:02:36 [INFO] 
11:02:36 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/src/main/resources
11:02:36 [INFO] 
11:02:36 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/classes
11:02:36 [INFO] 
11:02:36 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] 
11:02:36 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:36 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/src/test/resources
11:02:36 [INFO] 
11:02:36 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] 
11:02:36 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] No tests to run.
11:02:36 [INFO] 
11:02:36 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] 
11:02:36 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-sources.jar
11:02:36 [INFO] 
11:02:36 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.jar
11:02:36 [INFO] 
11:02:36 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] 
11:02:36 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] 
11:02:36 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.ui ---
11:02:36 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.jar
11:02:37 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-sources.jar
11:02:38 [INFO] 
11:02:38 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.ui ---
11:02:38 [INFO] 
11:02:38 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.generator.ui ---
11:02:38 [INFO] 
11:02:38 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.generator.ui ---
11:02:38 [INFO] No tests to run.
11:02:38 [INFO] 
11:02:38 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.ui ---
11:02:38 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.jar
11:02:38 [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.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT.pom
11:02:38 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-sources.jar
11:02:38 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-p2metadata.xml
11:02:38 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.ui/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.ui-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:38 [INFO] 
11:02:38 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.ui ---
11:02:38 [INFO] 
11:02:38 [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.junit5_x >-------
11:02:38 [INFO] Building org.eclipse.swtbot.junit5_x 4.1.0-SNAPSHOT              [24/57]
11:02:38 [INFO]   from org.eclipse.swtbot.junit5_x/pom.xml
11:02:38 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:38 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:38 [INFO] 
11:02:38 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:38 [INFO] 
11:02:38 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] 
11:02:38 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] 
11:02:38 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] 
11:02:38 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] Resolving class path of org.eclipse.swtbot.junit5_x...
11:02:38 [INFO] 
11:02:38 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:02:38 [INFO] 
11:02:38 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/src/main/resources
11:02:38 [INFO] 
11:02:38 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/classes
11:02:38 [INFO] 
11:02:38 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] 
11:02:38 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:38 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/src/test/resources
11:02:38 [INFO] 
11:02:38 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] 
11:02:38 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] No tests to run.
11:02:38 [INFO] 
11:02:38 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] 
11:02:38 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-sources.jar
11:02:38 [INFO] 
11:02:38 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.jar
11:02:38 [INFO] 
11:02:38 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] 
11:02:38 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] 
11:02:38 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.junit5_x ---
11:02:38 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.jar
11:02:39 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-sources.jar
11:02:40 [INFO] 
11:02:40 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit5_x ---
11:02:40 [INFO] 
11:02:40 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.junit5_x ---
11:02:40 [INFO] 
11:02:40 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.junit5_x ---
11:02:40 [INFO] No tests to run.
11:02:40 [INFO] 
11:02:40 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.junit5_x ---
11:02:40 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.jar
11:02: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.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT.pom
11:02:40 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5_x/target/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.junit5_x/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-sources.jar
11:02: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.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-p2metadata.xml
11:02: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.1.0-SNAPSHOT/org.eclipse.swtbot.junit5_x-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:40 [INFO] 
11:02:40 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.junit5_x ---
11:02:40 [INFO] 
11:02:40 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder >--
11:02:40 [INFO] Building org.eclipse.swtbot.nebula.gallery.finder 4.1.0-SNAPSHOT [25/57]
11:02:40 [INFO]   from org.eclipse.swtbot.nebula.gallery.finder/pom.xml
11:02:40 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:40 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:40 [INFO] 
11:02:40 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:40 [INFO] 
11:02:40 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] 
11:02:40 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] 
11:02:40 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] 
11:02:40 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] Resolving class path of org.eclipse.swtbot.nebula.gallery.finder...
11:02:40 [INFO] 
11:02:40 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02: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.*
11:02:40 [INFO] 
11:02:40 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/src/main/resources
11:02:40 [INFO] 
11:02:40 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/classes
11:02:40 [INFO] 
11:02:40 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] 
11:02:40 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:40 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/src/test/resources
11:02:40 [INFO] 
11:02:40 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] 
11:02:40 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] No tests to run.
11:02:40 [INFO] 
11:02:40 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] 
11:02:40 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-sources.jar
11:02:40 [INFO] 
11:02:40 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.jar
11:02:40 [INFO] 
11:02:40 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] 
11:02:40 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] 
11:02:40 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:40 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.jar
11:02:41 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-sources.jar
11:02:42 [INFO] 
11:02:42 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:42 [INFO] 
11:02:42 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:42 [INFO] 
11:02:42 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:42 [INFO] No tests to run.
11:02:42 [INFO] 
11:02:42 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:42 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.jar
11:02:42 [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.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT.pom
11:02:42 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-sources.jar
11:02:42 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-p2metadata.xml
11:02:42 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:42 [INFO] 
11:02:42 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.gallery.finder ---
11:02:42 [INFO] 
11:02:42 [INFO] ----------< org.eclipse.swtbot.test:org.eclipse.swt.examples >----------
11:02:42 [INFO] Building org.eclipse.swt.examples 4.1.0-SNAPSHOT                 [26/57]
11:02:42 [INFO]   from org.eclipse.swt.examples/pom.xml
11:02:42 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:42 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:42 [INFO] 
11:02:42 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swt.examples ---
11:02:42 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:42 [INFO] 
11:02:42 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swt.examples ---
11:02:42 [INFO] 
11:02:42 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swt.examples ---
11:02:42 [INFO] 
11:02:42 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swt.examples ---
11:02:42 [INFO] 
11:02:42 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swt.examples ---
11:02:42 [INFO] Resolving class path of org.eclipse.swt.examples...
11:02:42 [INFO] 
11:02:42 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swt.examples ---
11:02:42 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:02:42 [INFO] 
11:02:42 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swt.examples ---
11:02:42 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:42 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/src/main/resources
11:02:42 [INFO] 
11:02:42 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swt.examples ---
11:02:42 [INFO] Compiling 135 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/classes
11:02:43 [INFO] 
11:02:43 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swt.examples ---
11:02:43 [INFO] 
11:02:43 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swt.examples ---
11:02:43 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:43 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/src/test/resources
11:02:43 [INFO] 
11:02:43 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swt.examples ---
11:02:43 [INFO] 
11:02:43 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swt.examples ---
11:02:43 [INFO] No tests to run.
11:02:43 [INFO] 
11:02:43 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swt.examples ---
11:02:43 [INFO] 
11:02:43 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swt.examples ---
11:02:43 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT-sources.jar
11:02:43 [INFO] 
11:02:43 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swt.examples ---
11:02:43 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT.jar
11:02:43 [INFO] 
11:02:43 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swt.examples ---
11:02:43 [INFO] 
11:02:43 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swt.examples ---
11:02:43 [INFO] 
11:02:43 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swt.examples ---
11:02:44 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT.jar
11:02:46 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT-sources.jar
11:02:48 [INFO] 
11:02:48 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swt.examples ---
11:02:48 [INFO] 
11:02:48 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swt.examples ---
11:02:48 [INFO] 
11:02:48 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swt.examples ---
11:02:48 [INFO] No tests to run.
11:02:48 [INFO] 
11:02:48 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swt.examples ---
11:02:48 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT.jar
11:02: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.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT.pom
11:02:48 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swt.examples/target/org.eclipse.swt.examples-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swt.examples/4.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT-sources.jar
11:02: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.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT-p2metadata.xml
11:02: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.1.0-SNAPSHOT/org.eclipse.swt.examples-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:48 [INFO] 
11:02:48 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swt.examples ---
11:02:48 [INFO] 
11:02:48 [INFO] -------< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.demo >-------
11:02:48 [INFO] Building org.eclipse.swtbot.swt.demo 4.1.0-SNAPSHOT              [27/57]
11:02:48 [INFO]   from org.eclipse.swtbot.swt.demo/pom.xml
11:02:48 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:48 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:48 [INFO] 
11:02:48 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.demo ---
11:02:48 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:48 [INFO] 
11:02:48 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.demo ---
11:02:48 [INFO] 
11:02:48 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.demo ---
11:02:48 [INFO] 
11:02:48 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.demo ---
11:02:48 [INFO] 
11:02:48 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.swt.demo ---
11:02:48 [INFO] Resolving class path of org.eclipse.swtbot.swt.demo...
11:02:49 [INFO] 
11:02:49 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.demo ---
11:02: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.*
11:02:49 [INFO] 
11:02:49 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.demo ---
11:02:49 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/src/main/resources
11:02:49 [INFO] 
11:02:49 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.swt.demo ---
11:02:49 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/classes
11:02:49 [INFO] 
11:02:49 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.swt.demo ---
11:02:49 [INFO] 
11:02:49 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.demo ---
11:02:49 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:49 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/src/test/resources
11:02:49 [INFO] 
11:02:49 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.swt.demo ---
11:02:49 [INFO] 
11:02:49 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.swt.demo ---
11:02:49 [INFO] No tests to run.
11:02:49 [INFO] 
11:02:49 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.swt.demo ---
11:02:49 [INFO] 
11:02:49 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.demo ---
11:02:49 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-sources.jar
11:02:49 [INFO] 
11:02:49 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.demo ---
11:02:49 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.jar
11:02:49 [INFO] 
11:02:49 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.demo ---
11:02:49 [INFO] 
11:02:49 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.swt.demo ---
11:02:49 [INFO] 
11:02:49 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.demo ---
11:02:49 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.jar
11:02:50 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-sources.jar
11:02:51 [INFO] 
11:02:51 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.demo ---
11:02:51 [INFO] 
11:02:51 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.swt.demo ---
11:02:51 [INFO] 
11:02:51 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.swt.demo ---
11:02:51 [INFO] No tests to run.
11:02:51 [INFO] 
11:02:51 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.demo ---
11:02:51 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.jar
11:02:51 [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.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT.pom
11:02:51 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-sources.jar
11:02:51 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-p2metadata.xml
11:02:51 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.demo/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.demo/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.demo-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:51 [INFO] 
11:02:51 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.demo ---
11:02:51 [INFO] 
11:02:51 [INFO] ------< org.eclipse.swtbot.plugins:org.eclipse.ui.forms.examples >------
11:02:51 [INFO] Building org.eclipse.ui.forms.examples 4.1.0-SNAPSHOT            [28/57]
11:02:51 [INFO]   from org.eclipse.ui.forms.examples/pom.xml
11:02:51 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:51 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:51 [INFO] 
11:02:51 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:51 [INFO] 
11:02:51 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] 
11:02:51 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] 
11:02:51 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] 
11:02:51 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] Resolving class path of org.eclipse.ui.forms.examples...
11:02:51 [INFO] 
11:02:51 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.ui.forms.examples ---
11:02: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.*
11:02:51 [INFO] 
11:02:51 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/src/main/resources
11:02:51 [INFO] 
11:02:51 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] Compiling 28 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/classes
11:02:51 [INFO] 
11:02:51 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] 
11:02:51 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:51 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/src/test/resources
11:02:51 [INFO] 
11:02:51 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] 
11:02:51 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] No tests to run.
11:02:51 [INFO] 
11:02:51 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] 
11:02:51 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-sources.jar
11:02:51 [INFO] 
11:02:51 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/examples.jar
11:02:51 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar
11:02:51 [INFO] 
11:02:51 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] 
11:02:51 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.ui.forms.examples ---
11:02:51 [INFO] 
11:02:51 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.ui.forms.examples ---
11:02: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.1.0-SNAPSHOT.jar_unpacked_9648077020434190844/examples.jar' is disabled.
11:02:51 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar_unpacked_9648077020434190844/examples.jar
11:02:53 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar
11:02:54 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-sources.jar
11:02:54 [INFO] 
11:02:54 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.ui.forms.examples ---
11:02:54 [INFO] 
11:02:54 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.ui.forms.examples ---
11:02:54 [INFO] 
11:02:54 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.ui.forms.examples ---
11:02:54 [INFO] No tests to run.
11:02:54 [INFO] 
11:02:54 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.ui.forms.examples ---
11:02:54 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.jar
11:02:54 [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.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT.pom
11:02:54 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-sources.jar
11:02:54 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-p2metadata.xml
11:02:54 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.ui.forms.examples/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.ui.forms.examples/4.1.0-SNAPSHOT/org.eclipse.ui.forms.examples-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:54 [INFO] 
11:02:54 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.ui.forms.examples ---
11:02:54 [INFO] 
11:02:54 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder >--
11:02:54 [INFO] Building org.eclipse.swtbot.nebula.nattable.finder 4.1.0-SNAPSHOT [29/57]
11:02:54 [INFO]   from org.eclipse.swtbot.nebula.nattable.finder/pom.xml
11:02:54 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:54 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:54 [INFO] 
11:02:54 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:54 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:54 [INFO] 
11:02:54 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:54 [INFO] 
11:02:54 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:54 [INFO] 
11:02:54 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:54 [INFO] 
11:02:54 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:54 [INFO] Resolving class path of org.eclipse.swtbot.nebula.nattable.finder...
11:02:54 [INFO] 
11:02:54 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02: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.*
11:02:54 [INFO] 
11:02:54 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:54 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:54 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/src/main/resources
11:02:54 [INFO] 
11:02:54 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:54 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/classes
11:02:55 [INFO] 
11:02:55 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:55 [INFO] 
11:02:55 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:55 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:55 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/src/test/resources
11:02:55 [INFO] 
11:02:55 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:55 [INFO] 
11:02:55 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:55 [INFO] No tests to run.
11:02:55 [INFO] 
11:02:55 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:55 [INFO] 
11:02:55 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:55 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-sources.jar
11:02:55 [INFO] 
11:02:55 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:55 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.jar
11:02:55 [INFO] 
11:02:55 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:55 [INFO] 
11:02:55 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:55 [INFO] 
11:02:55 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:55 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.jar
11:02:55 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-sources.jar
11:02:56 [INFO] 
11:02:56 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:56 [INFO] 
11:02:56 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:56 [INFO] 
11:02:56 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:56 [INFO] No tests to run.
11:02:56 [INFO] 
11:02:56 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:56 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.jar
11:02:56 [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.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT.pom
11:02:56 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-sources.jar
11:02:56 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-p2metadata.xml
11:02:56 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:56 [INFO] 
11:02:56 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable.finder ---
11:02:56 [INFO] 
11:02:56 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder >--
11:02:56 [INFO] Building org.eclipse.swtbot.nebula.checkboxgroup.finder 4.1.0-SNAPSHOT [30/57]
11:02:56 [INFO]   from org.eclipse.swtbot.nebula.checkboxgroup.finder/pom.xml
11:02:56 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:56 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:56 [INFO] 
11:02:56 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:56 [INFO] 
11:02:56 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] 
11:02:56 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] 
11:02:56 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] 
11:02:56 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] Resolving class path of org.eclipse.swtbot.nebula.checkboxgroup.finder...
11:02:56 [INFO] 
11:02:56 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02: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.*
11:02:56 [INFO] 
11:02:56 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/src/main/resources
11:02:56 [INFO] 
11:02:56 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/classes
11:02:56 [INFO] 
11:02:56 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] 
11:02:56 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:56 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/src/test/resources
11:02:56 [INFO] 
11:02:56 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] 
11:02:56 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] No tests to run.
11:02:56 [INFO] 
11:02:56 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] 
11:02:56 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-sources.jar
11:02:56 [INFO] 
11:02:56 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.jar
11:02:56 [INFO] 
11:02:56 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] 
11:02:56 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] 
11:02:56 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:56 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.jar
11:02:57 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-sources.jar
11:02:58 [INFO] 
11:02:58 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:58 [INFO] 
11:02:58 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:58 [INFO] 
11:02:58 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:58 [INFO] No tests to run.
11:02:58 [INFO] 
11:02:58 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:58 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.jar
11:02:58 [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.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT.pom
11:02:58 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-sources.jar
11:02:58 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-p2metadata.xml
11:02:58 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder-4.1.0-SNAPSHOT-p2artifacts.xml
11:02:58 [INFO] 
11:02:58 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.checkboxgroup.finder ---
11:02:58 [INFO] 
11:02:58 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder >--
11:02:58 [INFO] Building org.eclipse.swtbot.nebula.stepbar.finder 4.1.0-SNAPSHOT [31/57]
11:02:58 [INFO]   from org.eclipse.swtbot.nebula.stepbar.finder/pom.xml
11:02:58 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:02:58 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:02:58 [INFO] 
11:02:58 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] The project's OSGi version is 4.1.0.202307261500
11:02:58 [INFO] 
11:02:58 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] 
11:02:58 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] 
11:02:58 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] 
11:02:58 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] Resolving class path of org.eclipse.swtbot.nebula.stepbar.finder...
11:02:58 [INFO] 
11:02:58 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02: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.*
11:02:58 [INFO] 
11:02:58 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/src/main/resources
11:02:58 [INFO] 
11:02:58 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/classes
11:02:58 [INFO] 
11:02:58 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] 
11:02:58 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:02:58 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/src/test/resources
11:02:58 [INFO] 
11:02:58 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] 
11:02:58 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] No tests to run.
11:02:58 [INFO] 
11:02:58 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] 
11:02:58 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-sources.jar
11:02:58 [INFO] 
11:02:58 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.jar
11:02:58 [INFO] 
11:02:58 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] 
11:02:58 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] 
11:02:58 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:02:58 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.jar
11:02:59 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-sources.jar
11:03:00 [INFO] 
11:03:00 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:03:00 [INFO] 
11:03:00 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:03:00 [INFO] 
11:03:00 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:03:00 [INFO] No tests to run.
11:03:00 [INFO] 
11:03:00 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:03:00 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.jar
11:03:00 [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.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT.pom
11:03:00 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-sources.jar
11:03:00 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-p2metadata.xml
11:03:00 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:00 [INFO] 
11:03:00 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.stepbar.finder ---
11:03:00 [INFO] 
11:03:00 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder >--
11:03:00 [INFO] Building org.eclipse.swtbot.nebula.rangeslider.finder 4.1.0-SNAPSHOT [32/57]
11:03:00 [INFO]   from org.eclipse.swtbot.nebula.rangeslider.finder/pom.xml
11:03:00 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:03:00 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:00 [INFO] 
11:03:00 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:00 [INFO] 
11:03:00 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] 
11:03:00 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] 
11:03:00 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] 
11:03:00 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] Resolving class path of org.eclipse.swtbot.nebula.rangeslider.finder...
11:03:00 [INFO] 
11:03:00 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03: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.*
11:03:00 [INFO] 
11:03:00 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:03:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/src/main/resources
11:03:00 [INFO] 
11:03:00 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/classes
11:03:00 [INFO] 
11:03:00 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] 
11:03:00 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:03:00 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/src/test/resources
11:03:00 [INFO] 
11:03:00 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] 
11:03:00 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] No tests to run.
11:03:00 [INFO] 
11:03:00 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] 
11:03:00 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-sources.jar
11:03:00 [INFO] 
11:03:00 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.jar
11:03:00 [INFO] 
11:03:00 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] 
11:03:00 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] 
11:03:00 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:00 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.jar
11:03:01 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-sources.jar
11:03:02 [INFO] 
11:03:02 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:02 [INFO] 
11:03:02 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:02 [INFO] 
11:03:02 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:02 [INFO] No tests to run.
11:03:02 [INFO] 
11:03:02 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.jar
11:03:02 [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.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT.pom
11:03:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-sources.jar
11:03:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-p2metadata.xml
11:03:02 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:02 [INFO] 
11:03:02 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.rangeslider.finder ---
11:03:02 [INFO] 
11:03:02 [INFO] -----< org.eclipse.swtbot.features:org.eclipse.swtbot.eclipse.gef >-----
11:03:02 [INFO] Building org.eclipse.swtbot.eclipse.gef 4.1.0-SNAPSHOT           [33/57]
11:03:02 [INFO]   from org.eclipse.swtbot.eclipse.gef/pom.xml
11:03:02 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:03:02 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:02 [INFO] 
11:03:02 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.eclipse.gef ---
11:03:02 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:02 [INFO] 
11:03:02 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.gef ---
11:03:02 [INFO] 
11:03:02 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.gef ---
11:03:02 [INFO] 
11:03:02 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.gef ---
11:03:02 [INFO] 
11:03:02 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.gef ---
11:03: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.*
11:03:02 [INFO] 
11:03:02 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.gef ---
11:03:02 [INFO] 
11:03:02 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.gef ---
11:03:02 [INFO] 
11:03:02 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.eclipse.gef ---
11:03:02 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT.jar
11:03:02 [INFO] 
11:03:02 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.gef ---
11:03:02 [INFO] 
11:03:02 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.eclipse.gef ---
11:03:02 [INFO] 
11:03:02 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.gef ---
11:03:02 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-sources-feature.jar
11:03:02 [INFO] 
11:03:02 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.gef ---
11:03:02 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT.jar
11:03:03 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-sources-feature.jar
11:03:04 [INFO] 
11:03:04 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.gef ---
11:03:04 [INFO] 
11:03:04 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.gef ---
11:03:04 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT.jar
11:03:04 [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.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT.pom
11:03:04 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-sources-feature.jar
11:03:04 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-p2metadata.xml
11:03:04 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.gef/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.eclipse.gef/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.gef-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:04 [INFO] 
11:03:04 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.gef ---
11:03:04 [INFO] 
11:03:04 [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.generator.feature >--
11:03:04 [INFO] Building org.eclipse.swtbot.generator.feature 4.1.0-SNAPSHOT     [34/57]
11:03:04 [INFO]   from org.eclipse.swtbot.generator.feature/pom.xml
11:03:04 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:03:04 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:04 [INFO] 
11:03:04 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.generator.feature ---
11:03:04 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:04 [INFO] 
11:03:04 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.feature ---
11:03:04 [INFO] 
11:03:04 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.feature ---
11:03:04 [INFO] 
11:03:04 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.feature ---
11:03:04 [INFO] 
11:03:04 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.feature ---
11:03:04 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:03:04 [INFO] 
11:03:04 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.feature ---
11:03:04 [INFO] 
11:03:04 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.feature ---
11:03:04 [INFO] 
11:03:04 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.generator.feature ---
11:03:04 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT.jar
11:03:04 [INFO] 
11:03:04 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.feature ---
11:03:04 [INFO] 
11:03:04 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.generator.feature ---
11:03:04 [INFO] 
11:03:04 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.feature ---
11:03:04 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-sources-feature.jar
11:03:04 [INFO] 
11:03:04 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.feature ---
11:03:04 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT.jar
11:03:05 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-sources-feature.jar
11:03:06 [INFO] 
11:03:06 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.feature ---
11:03:06 [INFO] 
11:03:06 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.feature ---
11:03:06 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT.jar
11:03:06 [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.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT.pom
11:03:06 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-sources-feature.jar
11:03:06 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-p2metadata.xml
11:03:06 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.generator.feature/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.feature-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:06 [INFO] 
11:03:06 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.feature ---
11:03:06 [INFO] 
11:03:06 [INFO] ---------< org.eclipse.swtbot.features:org.eclipse.swtbot.ide >---------
11:03:06 [INFO] Building org.eclipse.swtbot.ide 4.1.0-SNAPSHOT                   [35/57]
11:03:06 [INFO]   from org.eclipse.swtbot.ide/pom.xml
11:03:06 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:03:06 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:06 [INFO] 
11:03:06 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.ide ---
11:03:06 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:06 [INFO] 
11:03:06 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.ide ---
11:03:06 [INFO] 
11:03:06 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.ide ---
11:03:06 [INFO] 
11:03:06 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.ide ---
11:03:06 [INFO] 
11:03:06 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.ide ---
11:03:06 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:03:06 [INFO] 
11:03:06 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.ide ---
11:03:06 [INFO] 
11:03:06 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.ide ---
11:03:06 [INFO] 
11:03:06 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.ide ---
11:03:06 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT.jar
11:03:06 [INFO] 
11:03:06 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.ide ---
11:03:06 [INFO] 
11:03:06 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.ide ---
11:03:06 [INFO] 
11:03:06 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.ide ---
11:03:06 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-sources-feature.jar
11:03:06 [INFO] 
11:03:06 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.ide ---
11:03:06 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT.jar
11:03:07 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-sources-feature.jar
11:03:07 [INFO] 
11:03:07 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.ide ---
11:03:07 [INFO] 
11:03:07 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.ide ---
11:03:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.1.0-SNAPSHOT/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT.jar
11:03:07 [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.1.0-SNAPSHOT/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT.pom
11:03:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.1.0-SNAPSHOT/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-sources-feature.jar
11:03:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.1.0-SNAPSHOT/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-p2metadata.xml
11:03:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.ide/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.ide/4.1.0-SNAPSHOT/org.eclipse.swtbot.ide-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:07 [INFO] 
11:03:07 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.ide ---
11:03:07 [INFO] 
11:03:07 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.junit5.headless >--
11:03:07 [INFO] Building org.eclipse.swtbot.eclipse.junit5.headless 4.1.0-SNAPSHOT [36/57]
11:03:07 [INFO]   from org.eclipse.swtbot.eclipse.junit5.headless/pom.xml
11:03:07 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:03:07 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:07 [INFO] 
11:03:07 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:07 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:07 [INFO] 
11:03:07 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:07 [INFO] 
11:03:07 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:07 [INFO] 
11:03:07 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:07 [INFO] 
11:03:07 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:07 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.junit5.headless...
11:03:07 [INFO] 
11:03:07 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03: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.*
11:03:07 [INFO] 
11:03:07 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:03:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/src/main/resources
11:03:07 [INFO] 
11:03:07 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:07 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/classes
11:03:08 [INFO] 
11:03:08 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:08 [INFO] 
11:03:08 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:08 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:03:08 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/src/test/resources
11:03:08 [INFO] 
11:03:08 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:08 [INFO] 
11:03:08 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:08 [INFO] No tests to run.
11:03:08 [INFO] 
11:03:08 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:08 [INFO] 
11:03:08 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:08 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-sources.jar
11:03:08 [INFO] 
11:03:08 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:08 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.jar
11:03:08 [INFO] 
11:03:08 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:08 [INFO] 
11:03:08 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:08 [INFO] 
11:03:08 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:08 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.jar
11:03:08 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-sources.jar
11:03:09 [INFO] 
11:03:09 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:09 [INFO] 
11:03:09 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:09 [INFO] 
11:03:09 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:09 [INFO] No tests to run.
11:03:09 [INFO] 
11:03:09 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:09 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.jar
11:03:09 [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.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT.pom
11:03:09 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-sources.jar
11:03:09 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-p2metadata.xml
11:03:09 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.junit5.headless/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.junit5.headless/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.junit5.headless-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:09 [INFO] 
11:03:09 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.junit5.headless ---
11:03:09 [INFO] 
11:03:09 [INFO] -------< org.eclipse.swtbot.features:org.eclipse.swtbot.junit5 >--------
11:03:09 [INFO] Building org.eclipse.swtbot.junit5 4.1.0-SNAPSHOT                [37/57]
11:03:09 [INFO]   from org.eclipse.swtbot.junit5/pom.xml
11:03:09 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:03:09 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:09 [INFO] 
11:03:09 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.junit5 ---
11:03:09 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:09 [INFO] 
11:03:09 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.junit5 ---
11:03:09 [INFO] 
11:03:09 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.junit5 ---
11:03:09 [INFO] 
11:03:09 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.junit5 ---
11:03:09 [INFO] 
11:03:09 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.junit5 ---
11:03:09 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:03:09 [INFO] 
11:03:09 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.junit5 ---
11:03:09 [INFO] 
11:03:09 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.junit5 ---
11:03:09 [INFO] 
11:03:09 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.junit5 ---
11:03:09 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT.jar
11:03:09 [INFO] 
11:03:09 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.junit5 ---
11:03:09 [INFO] 
11:03:09 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.junit5 ---
11:03:09 [INFO] 
11:03:09 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.junit5 ---
11:03:09 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-sources-feature.jar
11:03:09 [INFO] 
11:03:09 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.junit5 ---
11:03:09 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT.jar
11:03:10 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-sources-feature.jar
11:03:11 [INFO] 
11:03:11 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.junit5 ---
11:03:11 [INFO] 
11:03:11 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.junit5 ---
11:03:11 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT.jar
11:03:11 [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.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT.pom
11:03:11 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-sources-feature.jar
11:03:11 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-p2metadata.xml
11:03:11 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.junit5/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.junit5/4.1.0-SNAPSHOT/org.eclipse.swtbot.junit5-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:11 [INFO] 
11:03:11 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.junit5 ---
11:03:11 [INFO] 
11:03:11 [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.gallery >----
11:03:11 [INFO] Building org.eclipse.swtbot.nebula.gallery 4.1.0-SNAPSHOT        [38/57]
11:03:11 [INFO]   from org.eclipse.swtbot.nebula.gallery/pom.xml
11:03:11 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:03:11 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:11 [INFO] 
11:03:11 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.gallery ---
11:03:11 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:11 [INFO] 
11:03:11 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery ---
11:03:11 [INFO] 
11:03:11 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery ---
11:03:11 [INFO] 
11:03:11 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery ---
11:03:11 [INFO] 
11:03:11 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery ---
11:03:11 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:03:11 [INFO] 
11:03:11 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.gallery ---
11:03:11 [INFO] 
11:03:11 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery ---
11:03:11 [INFO] 
11:03:11 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.gallery ---
11:03:11 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT.jar
11:03:11 [INFO] 
11:03:11 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery ---
11:03:11 [INFO] 
11:03:11 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.gallery ---
11:03:11 [INFO] 
11:03:11 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.gallery ---
11:03:11 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-sources-feature.jar
11:03:11 [INFO] 
11:03:11 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.gallery ---
11:03:11 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT.jar
11:03:12 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-sources-feature.jar
11:03:13 [INFO] 
11:03:13 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery ---
11:03:13 [INFO] 
11:03:13 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.gallery ---
11:03:13 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT.jar
11:03:13 [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.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT.pom
11:03:13 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-sources-feature.jar
11:03:13 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-p2metadata.xml
11:03:13 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.gallery/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:13 [INFO] 
11:03:13 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.gallery ---
11:03:13 [INFO] 
11:03:13 [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.nattable >---
11:03:13 [INFO] Building org.eclipse.swtbot.nebula.nattable 4.1.0-SNAPSHOT       [39/57]
11:03:13 [INFO]   from org.eclipse.swtbot.nebula.nattable/pom.xml
11:03:13 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:03:13 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:13 [INFO] 
11:03:13 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.nattable ---
11:03:13 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:13 [INFO] 
11:03:13 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable ---
11:03:13 [INFO] 
11:03:13 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable ---
11:03:13 [INFO] 
11:03:13 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable ---
11:03:13 [INFO] 
11:03:13 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable ---
11:03:13 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:03:13 [INFO] 
11:03:13 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.nattable ---
11:03:13 [INFO] 
11:03:13 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable ---
11:03:13 [INFO] 
11:03:13 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.nattable ---
11:03:13 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT.jar
11:03:13 [INFO] 
11:03:13 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable ---
11:03:13 [INFO] 
11:03:13 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.nattable ---
11:03:13 [INFO] 
11:03:13 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.nattable ---
11:03:13 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-sources-feature.jar
11:03:13 [INFO] 
11:03:13 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.nattable ---
11:03:13 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT.jar
11:03:14 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-sources-feature.jar
11:03:15 [INFO] 
11:03:15 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable ---
11:03:15 [INFO] 
11:03:15 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.nattable ---
11:03:15 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT.jar
11:03:15 [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.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT.pom
11:03:15 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-sources-feature.jar
11:03:15 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-p2metadata.xml
11:03:15 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.nattable/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:15 [INFO] 
11:03:15 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable ---
11:03:15 [INFO] 
11:03:15 [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.checkboxgroup >--
11:03:15 [INFO] Building org.eclipse.swtbot.nebula.checkboxgroup 4.1.0-SNAPSHOT  [40/57]
11:03:15 [INFO]   from org.eclipse.swtbot.nebula.checkboxgroup/pom.xml
11:03:15 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:03:15 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:15 [INFO] 
11:03:15 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.checkboxgroup ---
11:03:15 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:15 [INFO] 
11:03:15 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.checkboxgroup ---
11:03:15 [INFO] 
11:03:15 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.checkboxgroup ---
11:03:15 [INFO] 
11:03:15 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.checkboxgroup ---
11:03:15 [INFO] 
11:03:15 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.checkboxgroup ---
11:03:15 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:03:15 [INFO] 
11:03:15 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.checkboxgroup ---
11:03:15 [INFO] 
11:03:15 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.checkboxgroup ---
11:03:15 [INFO] 
11:03:15 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.checkboxgroup ---
11:03:15 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT.jar
11:03:15 [INFO] 
11:03:15 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.checkboxgroup ---
11:03:15 [INFO] 
11:03:15 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup ---
11:03:15 [INFO] 
11:03:15 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.checkboxgroup ---
11:03:15 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-sources-feature.jar
11:03:15 [INFO] 
11:03:15 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.checkboxgroup ---
11:03:15 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT.jar
11:03:16 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-sources-feature.jar
11:03:16 [INFO] 
11:03:16 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup ---
11:03:16 [INFO] 
11:03:16 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.checkboxgroup ---
11:03:16 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT.jar
11:03:16 [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.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT.pom
11:03:16 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-sources-feature.jar
11:03:16 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-p2metadata.xml
11:03:16 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.checkboxgroup/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:16 [INFO] 
11:03:16 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.checkboxgroup ---
11:03:16 [INFO] 
11:03:16 [INFO] ---< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.stepbar >----
11:03:16 [INFO] Building org.eclipse.swtbot.nebula.stepbar 4.1.0-SNAPSHOT        [41/57]
11:03:16 [INFO]   from org.eclipse.swtbot.nebula.stepbar/pom.xml
11:03:16 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:03:16 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:16 [INFO] 
11:03:16 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.stepbar ---
11:03:16 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:16 [INFO] 
11:03:16 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.stepbar ---
11:03:16 [INFO] 
11:03:16 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.stepbar ---
11:03:16 [INFO] 
11:03:16 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.stepbar ---
11:03:16 [INFO] 
11:03:16 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.stepbar ---
11:03:16 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:03:16 [INFO] 
11:03:16 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.stepbar ---
11:03:16 [INFO] 
11:03:16 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.stepbar ---
11:03:16 [INFO] 
11:03:16 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.stepbar ---
11:03:16 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT.jar
11:03:16 [INFO] 
11:03:16 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.stepbar ---
11:03:16 [INFO] 
11:03:16 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.stepbar ---
11:03:16 [INFO] 
11:03:16 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.stepbar ---
11:03:16 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-sources-feature.jar
11:03:16 [INFO] 
11:03:16 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.stepbar ---
11:03:16 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT.jar
11:03:18 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-sources-feature.jar
11:03:19 [INFO] 
11:03:19 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.stepbar ---
11:03:19 [INFO] 
11:03:19 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.stepbar ---
11:03:19 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT.jar
11:03:19 [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.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT.pom
11:03:19 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-sources-feature.jar
11:03:19 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-p2metadata.xml
11:03:19 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.stepbar/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:19 [INFO] 
11:03:19 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.stepbar ---
11:03:19 [INFO] 
11:03:19 [INFO] --< org.eclipse.swtbot.features:org.eclipse.swtbot.nebula.rangeslider >--
11:03:19 [INFO] Building org.eclipse.swtbot.nebula.rangeslider 4.1.0-SNAPSHOT    [42/57]
11:03:19 [INFO]   from org.eclipse.swtbot.nebula.rangeslider/pom.xml
11:03:19 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:03:19 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:19 [INFO] 
11:03:19 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.nebula.rangeslider ---
11:03:19 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:19 [INFO] 
11:03:19 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.rangeslider ---
11:03:19 [INFO] 
11:03:19 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.rangeslider ---
11:03:19 [INFO] 
11:03:19 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.rangeslider ---
11:03:19 [INFO] 
11:03:19 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.rangeslider ---
11:03:19 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:03:19 [INFO] 
11:03:19 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.rangeslider ---
11:03:19 [INFO] 
11:03:19 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.rangeslider ---
11:03:19 [INFO] 
11:03:19 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.nebula.rangeslider ---
11:03:19 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT.jar
11:03:19 [INFO] 
11:03:19 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.rangeslider ---
11:03:19 [INFO] 
11:03:19 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider ---
11:03:19 [INFO] 
11:03:19 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.rangeslider ---
11:03:19 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-sources-feature.jar
11:03:19 [INFO] 
11:03:19 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.rangeslider ---
11:03:19 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT.jar
11:03:20 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-sources-feature.jar
11:03:20 [INFO] 
11:03:20 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider ---
11:03:20 [INFO] 
11:03:20 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.rangeslider ---
11:03:20 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT.jar
11:03:20 [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.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT.pom
11:03:20 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-sources-feature.jar
11:03:20 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-p2metadata.xml
11:03:20 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/features/org.eclipse.swtbot.nebula.rangeslider/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:20 [INFO] 
11:03:20 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.rangeslider ---
11:03:20 [INFO] 
11:03:20 [INFO] ----------< org.eclipse.swtbot:org.eclipse.swtbot.updatesite >----------
11:03:20 [INFO] Building org.eclipse.swtbot.updatesite 4.1.0-SNAPSHOT            [43/57]
11:03:20 [INFO]   from org.eclipse.swtbot.updatesite/pom.xml
11:03:20 [INFO] -------------------------[ eclipse-repository ]-------------------------
11:03:20 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:20 [INFO] 
11:03:20 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.updatesite ---
11:03:20 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:20 [INFO] 
11:03:20 [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.swtbot.updatesite ---
11:03:20 [INFO] 
11:03:20 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.updatesite ---
11:03:20 [INFO] 
11:03:20 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.updatesite ---
11:03:20 [INFO] argLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:03:20 [INFO] 
11:03:20 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.updatesite ---
11:03:20 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:03:20 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/src/main/resources
11:03:20 [INFO] 
11:03:20 [INFO] --- tycho-p2-publisher:3.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.swtbot.updatesite ---
11:03:20 [INFO] Published profile IUs: [a.jre.javase 11.0.0]
11:03:20 [INFO] Published profile IUs: [a.jre.javase 12.0.0]
11:03:20 [INFO] Published profile IUs: [a.jre.javase 13.0.0]
11:03:20 [INFO] Published profile IUs: [a.jre.javase 14.0.0]
11:03:20 [INFO] Published profile IUs: [a.jre.javase 15.0.0]
11:03:20 [INFO] Published profile IUs: [a.jre.javase 16.0.0]
11:03:20 [INFO] Published profile IUs: [a.jre.javase 17.0.0]
11:03:20 [INFO] Published profile IUs: [a.jre.javase 18.0.0]
11:03:20 [INFO] Published profile IUs: [a.jre.javase 19.0.0]
11:03:20 [INFO] Published profile IUs: [a.jre.javase 20.0.0]
11:03:20 [INFO] Published profile IUs: [a.jre.javase 21.0.0]
11:03:20 [INFO] 
11:03:20 [INFO] --- tycho-p2-publisher:3.0.4:publish-products (default-publish-products) @ org.eclipse.swtbot.updatesite ---
11:03:20 [INFO] 
11:03:20 [INFO] --- tycho-p2-publisher:3.0.4:publish-categories (default-publish-categories) @ org.eclipse.swtbot.updatesite ---
11:03:20 [INFO] 
11:03:20 [INFO] --- tycho-p2-publisher:3.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.swtbot.updatesite ---
11:03:20 [INFO] 
11:03:20 [INFO] --- tycho-p2-repository:3.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.swtbot.updatesite ---
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:21 [WARNING] [0d6d8a1b-1c4b-4d26-9f93-76c0d49c3fd8][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.1.0.202307261500.
11:03:23 [INFO] 
11:03:23 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.updatesite ---
11:03:23 [INFO] 
11:03:23 [INFO] --- tycho-p2-repository:3.0.4:archive-repository (default-archive-repository) @ org.eclipse.swtbot.updatesite ---
11:03:23 [INFO] Building zip: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT.zip
11:03:23 [INFO] 
11:03:23 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.updatesite ---
11:03:23 [INFO] 
11:03:23 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.updatesite ---
11:03:23 [INFO] 
11:03:23 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.updatesite ---
11:03:23 [INFO] 
11:03:23 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.updatesite ---
11:03:23 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT.zip to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT.zip
11:03:23 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT.pom
11:03:23 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT-p2metadata.xml
11:03:23 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.updatesite/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/org.eclipse.swtbot.updatesite/4.1.0-SNAPSHOT/org.eclipse.swtbot.updatesite-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:23 [INFO] 
11:03:23 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.updatesite ---
11:03:23 [INFO] 
11:03:23 [INFO] -----< org.eclipse.swtbot.test:org.eclipse.swtbot.eclipse.ui.test >-----
11:03:23 [INFO] Building org.eclipse.swtbot.eclipse.ui.test 4.1.0-SNAPSHOT       [44/57]
11:03:23 [INFO]   from org.eclipse.swtbot.eclipse.ui.test/pom.xml
11:03:23 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:03:23 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:23 [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)'
11:03:23 [INFO] 
11:03:23 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:23 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:23 [INFO] 
11:03:23 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:23 [INFO] 
11:03:23 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:23 [INFO] 
11:03:23 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:23 [INFO] 
11:03:23 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:23 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.ui.test...
11:03:23 [INFO] 
11:03:23 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:23 [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.*
11:03:23 [INFO] 
11:03:23 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:23 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:03:23 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/src/main/resources
11:03:23 [INFO] 
11:03:23 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:23 [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/classes
11:03:24 [INFO] 
11:03:24 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:24 [INFO] 
11:03:24 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:03:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/src/test/resources
11:03:24 [INFO] 
11:03:24 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:24 [INFO] 
11:03:24 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:24 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-sources.jar
11:03:24 [INFO] 
11:03:24 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:24 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar
11:03:24 [INFO] 
11:03:24 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:24 [INFO] 
11:03:24 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:24 [INFO] 
11:03:24 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:24 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar
11:03:25 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-sources.jar
11:03:27 [INFO] 
11:03:27 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:27 [INFO] 
11:03:27 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:27 [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)
11:03:27 [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
11:03:27 [INFO] Command line:
11:03:27 	[/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]
11:03:29 Launching application org.eclipse.ui.ide.workbench...
11:03:31 Running org.eclipse.swtbot.eclipse.ui.functional.AllTests
11:03:31 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
11:03:31 SLF4J: Defaulting to no-operation (NOP) logger implementation
11:03:31 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:03:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.623 s - in org.eclipse.swtbot.eclipse.ui.functional.AllTests
11:03:34 org.eclipse.swtbot.eclipse.ui.functional.ProjectCreationWizardTest.canCreateSWTBotProject  Time elapsed: 2.338 s
11:03:34 
11:03:34 Results:
11:03:34 
11:03:34 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
11:03:34 
11:03:35 [INFO] All tests passed!
11:03:35 [INFO] 
11:03:35 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:35 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.jar
11:03:35 [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.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT.pom
11:03:35 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-sources.jar
11:03:35 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-p2metadata.xml
11:03:35 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.ui.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.eclipse.ui.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.ui.test-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:35 [INFO] 
11:03:35 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.ui.test ---
11:03:35 [INFO] 
11:03:35 [INFO] --< org.eclipse.swtbot.test:org.eclipse.swtbot.swt.finder.test.keyboards >--
11:03:35 [INFO] Building org.eclipse.swtbot.swt.finder.test.keyboards 4.1.0-SNAPSHOT [45/57]
11:03:35 [INFO]   from org.eclipse.swtbot.swt.finder.test.keyboards/pom.xml
11:03:35 [INFO] ---------------------------[ eclipse-plugin ]---------------------------
11:03:35 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:35 [INFO] 
11:03:35 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:35 [INFO] 
11:03:35 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] 
11:03:35 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] 
11:03:35 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] 
11:03:35 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] Resolving class path of org.eclipse.swtbot.swt.finder.test.keyboards...
11:03:35 [INFO] 
11:03:35 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03: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.*
11:03:35 [INFO] 
11:03:35 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:03:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/src/main/resources
11:03:35 [INFO] 
11:03:35 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] Nothing to compile - all classes are up to date
11:03:35 [INFO] 
11:03:35 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] 
11:03:35 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:03:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/src/test/resources
11:03:35 [INFO] 
11:03:35 [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] 
11:03:35 [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] No tests to run.
11:03:35 [INFO] 
11:03:35 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] 
11:03:35 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-sources.jar
11:03:35 [INFO] 
11:03:35 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.jar
11:03:35 [INFO] 
11:03:35 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] 
11:03:35 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] 
11:03:35 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:35 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.jar
11:03:36 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-sources.jar
11:03:37 [INFO] 
11:03:37 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:37 [INFO] 
11:03:37 [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:37 [INFO] 
11:03:37 [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:37 [INFO] No tests to run.
11:03:37 [INFO] 
11:03:37 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:37 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.jar
11:03:37 [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.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT.pom
11:03:37 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-sources.jar
11:03:37 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-p2metadata.xml
11:03:37 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test.keyboards/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/org.eclipse.swtbot.swt.finder.test.keyboards/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test.keyboards-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:37 [INFO] 
11:03:37 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.finder.test.keyboards ---
11:03:37 [INFO] 
11:03:37 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.forms.finder.test >---
11:03:37 [INFO] Building org.eclipse.swtbot.forms.finder.test 4.1.0-SNAPSHOT     [46/57]
11:03:37 [INFO]   from org.eclipse.swtbot.forms.finder.test/pom.xml
11:03:37 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:03:37 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:37 [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)'
11:03:37 [INFO] 
11:03:37 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.forms.finder.test ---
11:03:37 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:37 [INFO] 
11:03:37 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.forms.finder.test ---
11:03:37 [INFO] 
11:03:37 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.forms.finder.test ---
11:03:37 [INFO] 
11:03:37 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.forms.finder.test ---
11:03:37 [INFO] 
11:03:37 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.forms.finder.test ---
11:03:37 [INFO] Resolving class path of org.eclipse.swtbot.forms.finder.test...
11:03:37 [INFO] 
11:03:37 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.forms.finder.test ---
11:03: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.*
11:03:37 [INFO] 
11:03:37 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.forms.finder.test ---
11:03:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:03:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/src/main/resources
11:03:37 [INFO] 
11:03:37 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.forms.finder.test ---
11:03:37 [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/classes
11:03:37 [INFO] 
11:03:37 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.forms.finder.test ---
11:03:37 [INFO] 
11:03:37 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.forms.finder.test ---
11:03:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:03:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/src/test/resources
11:03:37 [INFO] 
11:03:37 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.forms.finder.test ---
11:03:37 [INFO] 
11:03:37 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.forms.finder.test ---
11:03:37 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-sources.jar
11:03:37 [INFO] 
11:03:37 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.forms.finder.test ---
11:03:37 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar
11:03:37 [INFO] 
11:03:37 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.forms.finder.test ---
11:03:37 [INFO] 
11:03:37 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.forms.finder.test ---
11:03:37 [INFO] 
11:03:37 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.forms.finder.test ---
11:03:37 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar
11:03:39 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-sources.jar
11:03:40 [INFO] 
11:03:40 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.forms.finder.test ---
11:03:40 [INFO] 
11:03:40 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.forms.finder.test ---
11:03: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)
11:03:40 [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
11:03:40 [INFO] Command line:
11:03: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.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]
11:03:41 Launching application org.eclipse.ui.ide.workbench...
11:03:43 Running org.eclipse.swtbot.forms.finder.test.AllTests
11:03:44 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
11:03:44 SLF4J: Defaulting to no-operation (NOP) logger implementation
11:03:44 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:03:45 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.826 s - in org.eclipse.swtbot.forms.finder.test.AllTests
11:03:45 org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest.canFindHyperlinkWithRegex  Time elapsed: 0.008 s
11:03:45 org.eclipse.swtbot.forms.finder.test.widgets.SWTBotHyperlinkTest.findHyperlink  Time elapsed: 0.003 s
11:03:45 org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest.findImageHyperlinkWithNoImage  Time elapsed: 0.002 s
11:03:45 org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest.canFindImageHyperlinkWithNoImageByRegex  Time elapsed: 0.01 s
11:03:45 org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest.findImageHyperlinkWithImage  Time elapsed: 0.001 s
11:03:45 org.eclipse.swtbot.forms.finder.test.widgets.SWTBotImageHyperlinkTest.canFindImageHyperlinkWithImageByRegex  Time elapsed: 0.003 s
11:03:45 
11:03:45 Results:
11:03:45 
11:03:45 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
11:03:45 
11:03:46 [INFO] All tests passed!
11:03:46 [INFO] 
11:03:46 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.forms.finder.test ---
11:03:46 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.jar
11:03:46 [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.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT.pom
11:03:46 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-sources.jar
11:03:46 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-p2metadata.xml
11:03:46 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.forms.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.forms.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.forms.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml
11:03:46 [INFO] 
11:03:46 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.forms.finder.test ---
11:03:46 [INFO] 
11:03:46 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.eclipse.finder.test >--
11:03:46 [INFO] Building org.eclipse.swtbot.eclipse.finder.test 4.1.0-SNAPSHOT   [47/57]
11:03:46 [INFO]   from org.eclipse.swtbot.eclipse.finder.test/pom.xml
11:03:46 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:03:46 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:03:46 [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)'
11:03:46 [INFO] 
11:03:46 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [INFO] The project's OSGi version is 4.1.0.202307261500
11:03:46 [INFO] 
11:03:46 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [INFO] 
11:03:46 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [INFO] 
11:03:46 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [INFO] 
11:03:46 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [INFO] Resolving class path of org.eclipse.swtbot.eclipse.finder.test...
11:03:46 [INFO] 
11:03:46 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [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.*
11:03:46 [INFO] 
11:03:46 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:03:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/src/main/resources
11:03:46 [INFO] 
11:03:46 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [INFO] Compiling 26 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/classes
11:03:46 [INFO] 
11:03:46 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [INFO] 
11:03:46 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:03:46 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/src/test/resources
11:03:46 [INFO] 
11:03:46 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [INFO] 
11:03:46 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-sources.jar
11:03:46 [INFO] 
11:03:46 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.jar
11:03:46 [INFO] 
11:03:46 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [INFO] 
11:03:46 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [INFO] 
11:03:46 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:46 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.jar
11:03:48 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-sources.jar
11:03:49 [INFO] 
11:03:49 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:49 [INFO] 
11:03:49 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.eclipse.finder.test ---
11:03:49 [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)
11:03:49 [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
11:03:49 [INFO] Command line:
11:03:49 	[/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]
11:03:51 Launching application org.eclipse.ui.ide.workbench...
11:03:52 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
11:03:52 SLF4J: Defaulting to no-operation (NOP) logger implementation
11:03:52 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:03:53 Running org.eclipse.swtbot.eclipse.finder.AllTests
11:06:16 Tests run: 46, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 143.06 s - in org.eclipse.swtbot.eclipse.finder.AllTests
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.viewMenuDropDown  Time elapsed: 1.482 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.viewActionDelegateWithId  Time elapsed: 1.31 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.toolbarToogleButton  Time elapsed: 1.262 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.viewBotWidgetScope  Time elapsed: 1.19 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.toolbarButtonNotFound  Time elapsed: 1.23 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.menusAddedProgramatically  Time elapsed: 1.327 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.toolbarPushButton  Time elapsed: 1.25 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.notFindingViewThrowsException  Time elapsed: 5.11 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.openView  Time elapsed: 1.191 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.menusExtensionsCommandWithoutParameters  Time elapsed: 1.256 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.toolbarDropDownButton  Time elapsed: 1.255 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.menusExtensionsParameterizedCommand  Time elapsed: 1.267 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.findsView  Time elapsed: 0.26 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.breakpointsViewMenuWorkingSets  Time elapsed: 0.494 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.toolbarRadioButton  Time elapsed: 1.256 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.closesAView  Time elapsed: 0.181 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.getToolbarButtons  Time elapsed: 1.199 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotViewTest.getsViewTitle  Time elapsed: 0.184 s
11:06:16 org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest.quickFixNotFoundExceptionString  Time elapsed: 0 s
11:06:16 org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest.quickFixNotFoundExceptionStringThrowable  Time elapsed: 0 s
11:06:16 org.eclipse.swtbot.eclipse.finder.exceptions.QuickFixNotFoundExceptionTest.quickFixNotFoundExceptionThrowable  Time elapsed: 0 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.canAutoCompleteProposals  Time elapsed: 10.314 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.getsAutoCompleteProposals  Time elapsed: 8.065 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.contextMenu  Time elapsed: 8.294 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.contextMenuWithSubMenu  Time elapsed: 7.831 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.isActivePartIsFalseForActiveEditor  Time elapsed: 9.721 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.getsStatusMessagesOfEditor  Time elapsed: 8.215 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseEditorTest.isActiveIsTrueForActiveEditor  Time elapsed: 9.687 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canAccessContextMenuSubmenu  Time elapsed: 7.816 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canGetStatusMessageOfView  Time elapsed: 8.129 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canRefreshProject  Time elapsed: 7.745 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canAccessContextMenuCopyQualifiedName  Time elapsed: 7.801 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canAccessContextMenuOnMultipleSelection  Time elapsed: 8.756 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canAccessOpen  Time elapsed: 7.974 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipseProjectTest.canAccessContextMenuWithSubmenus  Time elapsed: 7.868 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldGetPageCount  Time elapsed: 0.183 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldSaveEditorContents  Time elapsed: 0.188 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.editorShouldBeMarkedDirtyOnChanges  Time elapsed: 0.168 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldGetActivePage  Time elapsed: 0.165 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldGetListOfPageTitles  Time elapsed: 0.154 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldAnswerIsActivePageCorrectly  Time elapsed: 0.149 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotMultiPageEditorTest.shouldSetActivePage  Time elapsed: 0.154 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest.canFindControlContributionWithTooltip  Time elapsed: 0.093 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest.canFindControlContributionWithText  Time elapsed: 0.093 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotToolbarContributionTest.canFindControlContributionWithId  Time elapsed: 0.093 s
11:06:16 org.eclipse.swtbot.eclipse.finder.widgets.SWTBotEclipsePreferencesTest.canSelectMultipleRadioInPreferencesWindow  Time elapsed: 0.363 s
11:06:16 
11:06:16 Results:
11:06:16 
11:06:16 Tests run: 46, Failures: 0, Errors: 0, Skipped: 0
11:06:16 
11:06:17 [INFO] All tests passed!
11:06:17 [INFO] 
11:06:17 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.eclipse.finder.test ---
11:06:17 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.jar
11:06:17 [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.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT.pom
11:06:17 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-sources.jar
11:06:17 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-p2metadata.xml
11:06:17 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.eclipse.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.eclipse.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.eclipse.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml
11:06:17 [INFO] 
11:06:17 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.eclipse.finder.test ---
11:06:17 [INFO] 
11:06:17 [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.e4.finder.test >----
11:06:17 [INFO] Building org.eclipse.swtbot.e4.finder.test 4.1.0-SNAPSHOT        [48/57]
11:06:17 [INFO]   from org.eclipse.swtbot.e4.finder.test/pom.xml
11:06:17 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:06:17 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:06:17 [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)'
11:06:17 [INFO] 
11:06:17 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.e4.finder.test ---
11:06:17 [INFO] The project's OSGi version is 4.1.0.202307261500
11:06:17 [INFO] 
11:06:17 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.e4.finder.test ---
11:06:17 [INFO] 
11:06:17 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.e4.finder.test ---
11:06:17 [INFO] 
11:06:17 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.e4.finder.test ---
11:06:17 [INFO] 
11:06:17 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.e4.finder.test ---
11:06:17 [INFO] Resolving class path of org.eclipse.swtbot.e4.finder.test...
11:06:18 [INFO] 
11:06:18 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.e4.finder.test ---
11:06:18 [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.*
11:06:18 [INFO] 
11:06:18 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.e4.finder.test ---
11:06:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:06:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/src/main/resources
11:06:18 [INFO] 
11:06:18 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.e4.finder.test ---
11:06:18 [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/classes
11:06:18 [INFO] 
11:06:18 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.e4.finder.test ---
11:06:18 [INFO] 
11:06:18 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.e4.finder.test ---
11:06:18 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:06:18 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/src/test/resources
11:06:18 [INFO] 
11:06:18 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.e4.finder.test ---
11:06:18 [INFO] 
11:06:18 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.e4.finder.test ---
11:06:18 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-sources.jar
11:06:18 [INFO] 
11:06:18 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.e4.finder.test ---
11:06:18 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.jar
11:06:18 [INFO] 
11:06:18 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.e4.finder.test ---
11:06:18 [INFO] 
11:06:18 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.e4.finder.test ---
11:06:18 [INFO] 
11:06:18 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.e4.finder.test ---
11:06:18 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.jar
11:06:19 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-sources.jar
11:06:20 [INFO] 
11:06:20 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.e4.finder.test ---
11:06:20 [INFO] 
11:06:20 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.e4.finder.test ---
11:06:20 [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)
11:06:20 [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
11:06:20 [INFO] Command line:
11:06:20 	[/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]
11:06:22 Launching application org.eclipse.e4.ui.workbench.swt.E4Application...
11:06:22 Running org.eclipse.swtbot.e4.finder.test.AllTests
11:06:22 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
11:06:22 SLF4J: Defaulting to no-operation (NOP) logger implementation
11:06:22 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:06:28 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.352 s - in org.eclipse.swtbot.e4.finder.test.AllTests
11:06:28 org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest.showsPart  Time elapsed: 0.035 s
11:06:28 org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest.closePart  Time elapsed: 5.01 s
11:06:28 org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest.findsPart  Time elapsed: 0 s
11:06:28 org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest.getsPartTitle  Time elapsed: 0 s
11:06:28 org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotViewTest.openNewlyCreatedPart  Time elapsed: 0.054 s
11:06:28 org.eclipse.swtbot.e4.finder.test.parts.tests.SWTBotPerspectiveTest.switchPerspective  Time elapsed: 0.032 s
11:06:28 
11:06:28 Results:
11:06:28 
11:06:28 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0
11:06:28 
11:06:28 [INFO] All tests passed!
11:06:28 [INFO] 
11:06:28 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.e4.finder.test ---
11:06:28 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.jar
11:06:28 [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.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT.pom
11:06:28 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-sources.jar
11:06:28 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-p2metadata.xml
11:06:28 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.e4.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.e4.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.e4.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml
11:06:28 [INFO] 
11:06:28 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.e4.finder.test ---
11:06:28 [INFO] 
11:06:28 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.gallery.finder.test >--
11:06:28 [INFO] Building org.eclipse.swtbot.nebula.gallery.finder.test 4.1.0-SNAPSHOT [49/57]
11:06:28 [INFO]   from org.eclipse.swtbot.nebula.gallery.finder.test/pom.xml
11:06:28 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:06:28 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:06:28 [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)'
11:06:28 [INFO] 
11:06:28 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [INFO] The project's OSGi version is 4.1.0.202307261500
11:06:28 [INFO] 
11:06:28 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [INFO] 
11:06:28 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [INFO] 
11:06:28 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [INFO] 
11:06:28 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [INFO] Resolving class path of org.eclipse.swtbot.nebula.gallery.finder.test...
11:06:28 [INFO] 
11:06:28 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [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.*
11:06:28 [INFO] 
11:06:28 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:06:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/src/main/resources
11:06:28 [INFO] 
11:06:28 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/classes
11:06:28 [INFO] 
11:06:28 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [INFO] 
11:06:28 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:06:28 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/src/test/resources
11:06:28 [INFO] 
11:06:28 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [INFO] 
11:06:28 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-sources.jar
11:06:28 [INFO] 
11:06:28 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.jar
11:06:28 [INFO] 
11:06:28 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [INFO] 
11:06:28 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [INFO] 
11:06:28 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:28 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.jar
11:06:29 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-sources.jar
11:06:31 [INFO] 
11:06:31 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:31 [INFO] 
11:06:31 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:31 [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)
11:06:31 [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
11:06:31 [INFO] Command line:
11:06:31 	[/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]
11:06:34 Running org.eclipse.swtbot.nebula.gallery.finder.test.AllTests
11:06:34 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
11:06:34 SLF4J: Defaulting to no-operation (NOP) logger implementation
11:06:34 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:06:34 
11:06:34 (SWT:1960): Gtk-CRITICAL **: 15:06:34.457: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:34 
11:06:34 (SWT:1960): Gtk-CRITICAL **: 15:06:34.578: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:34 
11:06:34 (SWT:1960): Gtk-CRITICAL **: 15:06:34.646: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:34 
11:06:34 (SWT:1960): Gtk-CRITICAL **: 15:06:34.710: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:34 
11:06:34 (SWT:1960): Gtk-CRITICAL **: 15:06:34.745: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:34 
11:06:34 (SWT:1960): Gtk-CRITICAL **: 15:06:34.773: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:34 
11:06:34 (SWT:1960): Gtk-CRITICAL **: 15:06:34.830: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:34 
11:06:34 (SWT:1960): Gtk-CRITICAL **: 15:06:34.858: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:34 
11:06:34 (SWT:1960): Gtk-CRITICAL **: 15:06:34.919: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:34 
11:06:34 (SWT:1960): Gtk-CRITICAL **: 15:06:34.944: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:34 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.721 s - in org.eclipse.swtbot.nebula.gallery.finder.test.AllTests
11:06:34 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testSelectByText  Time elapsed: 0.193 s
11:06:34 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testCount  Time elapsed: 0.07 s
11:06:34 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testGetGalleryItemByText  Time elapsed: 0.035 s
11:06:34 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testSelectUnselect  Time elapsed: 0.069 s
11:06:34 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testGetGalleryItemByIndex  Time elapsed: 0.029 s
11:06:34 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryTest.testMultipleSelectByText  Time elapsed: 0.028 s
11:06:34 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest.testGetItemByIndex  Time elapsed: 0.058 s
11:06:34 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest.testSelectByText  Time elapsed: 0.029 s
11:06:34 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest.testGetItemByText  Time elapsed: 0.057 s
11:06:34 org.eclipse.swtbot.nebula.gallery.finder.test.widgets.GalleryItemTest.testMultipleSelectByText  Time elapsed: 0.027 s
11:06:34 
11:06:34 Results:
11:06:34 
11:06:34 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
11:06:34 
11:06:35 [INFO] All tests passed!
11:06:35 [INFO] 
11:06:35 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:35 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.jar
11:06:35 [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.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT.pom
11:06:35 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-sources.jar
11:06:35 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-p2metadata.xml
11:06:35 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.gallery.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.gallery.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.gallery.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml
11:06:35 [INFO] 
11:06:35 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.gallery.finder.test ---
11:06:35 [INFO] 
11:06:35 [INFO] ---< org.eclipse.swtbot.plugins:org.eclipse.swtbot.swt.finder.test >----
11:06:35 [INFO] Building org.eclipse.swtbot.swt.finder.test 4.1.0-SNAPSHOT       [50/57]
11:06:35 [INFO]   from org.eclipse.swtbot.swt.finder.test/pom.xml
11:06:35 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:06:35 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:06:35 [INFO] 
11:06:35 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.swt.finder.test ---
11:06:35 [INFO] The project's OSGi version is 4.1.0.202307261500
11:06:35 [INFO] 
11:06:35 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.swt.finder.test ---
11:06:35 [INFO] 
11:06:35 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.swt.finder.test ---
11:06:35 [INFO] 
11:06:35 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.swt.finder.test ---
11:06:35 [INFO] 
11:06:35 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.swt.finder.test ---
11:06:35 [INFO] Resolving class path of org.eclipse.swtbot.swt.finder.test...
11:06:35 [INFO] 
11:06:35 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.swt.finder.test ---
11:06:35 [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.*
11:06:35 [INFO] 
11:06:35 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.swt.finder.test ---
11:06:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:06:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/src/main/resources
11:06:35 [INFO] 
11:06:35 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.swt.finder.test ---
11:06:35 [INFO] Compiling 112 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/classes
11:06:35 [INFO] 
11:06:35 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.swt.finder.test ---
11:06:35 [INFO] 
11:06:35 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.swt.finder.test ---
11:06:35 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:06:35 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/src/test/resources
11:06:35 [INFO] 
11:06:35 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.swt.finder.test ---
11:06:35 [INFO] 
11:06:35 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.swt.finder.test ---
11:06:35 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT-sources.jar
11:06:35 [INFO] 
11:06:35 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.swt.finder.test ---
11:06:35 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT.jar
11:06:35 [INFO] 
11:06:35 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.swt.finder.test ---
11:06:35 [INFO] 
11:06:35 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.swt.finder.test ---
11:06:35 [INFO] 
11:06:35 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.swt.finder.test ---
11:06:36 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT.jar
11:06:37 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT-sources.jar
11:06:38 [INFO] 
11:06:38 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.swt.finder.test ---
11:06:38 [INFO] 
11:06:38 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.swt.finder.test ---
11:06:38 [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)
11:06:38 [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
11:06:38 [INFO] Command line:
11:06:38 	[/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]
11:06:39 Running org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test
11:06:39 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
11:06:39 SLF4J: Defaulting to no-operation (NOP) logger implementation
11:06:39 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:06:40 
11:06:40 (SWT:2044): Gdk-CRITICAL **: 15:06:40.224: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:40 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.842 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test
11:06:40 org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test.getsControlPath  Time elapsed: 0.464 s
11:06:40 org.eclipse.swtbot.swt.finder.finders.ControlFinder2Test.findsAllTabItem  Time elapsed: 0.256 s
11:06:40 Running org.eclipse.swtbot.swt.finder.finders.MenuFinderTest
11:06:40 
11:06:40 (SWT:2044): Gdk-CRITICAL **: 15:06:40.513: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:40 
11:06:40 (SWT:2044): Gdk-CRITICAL **: 15:06:40.584: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:40 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.144 s - in org.eclipse.swtbot.swt.finder.finders.MenuFinderTest
11:06:40 org.eclipse.swtbot.swt.finder.finders.MenuFinderTest.findsAllVisibleMenus  Time elapsed: 0.07 s
11:06:40 org.eclipse.swtbot.swt.finder.finders.MenuFinderTest.clicksMenuItem  Time elapsed: 0.072 s
11:06:40 Running org.eclipse.swtbot.swt.finder.finders.ControlFinderTest
11:06:40 
11:06:40 (SWT:2044): Gdk-CRITICAL **: 15:06:40.664: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:40 
11:06:40 (SWT:2044): Gtk-WARNING **: 15:06:40.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:40 
11:06:40 (SWT:2044): Gtk-WARNING **: 15:06:40.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:40 
11:06:40 (SWT:2044): Gtk-WARNING **: 15:06:40.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:40 
11:06:40 (SWT:2044): Gtk-WARNING **: 15:06:40.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:40 
11:06:40 (SWT:2044): Gtk-WARNING **: 15:06:40.873: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:40 
11:06:40 (SWT:2044): Gtk-WARNING **: 15:06:40.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:40 
11:06:40 (SWT:2044): Gtk-WARNING **: 15:06:40.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:41 
11:06:41 (SWT:2044): Gdk-CRITICAL **: 15:06:41.804: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:41 
11:06:41 (SWT:2044): Gtk-WARNING **: 15:06:41.974: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:41 
11:06:41 (SWT:2044): Gtk-WARNING **: 15:06:41.978: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:41 
11:06:41 (SWT:2044): Gtk-WARNING **: 15:06:41.980: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:41 
11:06:41 (SWT:2044): Gtk-WARNING **: 15:06:41.980: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:41 
11:06:41 (SWT:2044): Gtk-WARNING **: 15:06:41.980: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:41 
11:06:41 (SWT:2044): Gtk-WARNING **: 15:06:41.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:41 
11:06:41 (SWT:2044): Gtk-WARNING **: 15:06:41.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:42 
11:06:42 (SWT:2044): Gdk-CRITICAL **: 15:06:42.878: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:43 
11:06:43 (SWT:2044): Gtk-WARNING **: 15:06:43.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:43 
11:06:43 (SWT:2044): Gtk-WARNING **: 15:06:43.054: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:43 
11:06:43 (SWT:2044): Gtk-WARNING **: 15:06:43.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:43 
11:06:43 (SWT:2044): Gtk-WARNING **: 15:06:43.056: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:43 
11:06:43 (SWT:2044): Gtk-WARNING **: 15:06:43.056: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:43 
11:06:43 (SWT:2044): Gtk-WARNING **: 15:06:43.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:43 
11:06:43 (SWT:2044): Gtk-WARNING **: 15:06:43.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:43 
11:06:43 (SWT:2044): Gdk-CRITICAL **: 15:06:43.920: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:44 
11:06:44 (SWT:2044): Gtk-WARNING **: 15:06:44.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:44 
11:06:44 (SWT:2044): Gtk-WARNING **: 15:06:44.096: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:44 
11:06:44 (SWT:2044): Gtk-WARNING **: 15:06:44.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:44 
11:06:44 (SWT:2044): Gtk-WARNING **: 15:06:44.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:44 
11:06:44 (SWT:2044): Gtk-WARNING **: 15:06:44.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:44 
11:06:44 (SWT:2044): Gtk-WARNING **: 15:06:44.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:44 
11:06:44 (SWT:2044): Gtk-WARNING **: 15:06:44.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:44 
11:06:44 (SWT:2044): Gtk-CRITICAL **: 15:06:44.822: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:44 
11:06:44 (SWT:2044): Gtk-CRITICAL **: 15:06:44.826: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:45 
11:06:45 (SWT:2044): Gdk-CRITICAL **: 15:06:45.025: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:45 
11:06:45 (SWT:2044): Gtk-WARNING **: 15:06:45.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:45 
11:06:45 (SWT:2044): Gtk-WARNING **: 15:06:45.202: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:45 
11:06:45 (SWT:2044): Gtk-WARNING **: 15:06:45.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:45 
11:06:45 (SWT:2044): Gtk-WARNING **: 15:06:45.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:45 
11:06:45 (SWT:2044): Gtk-WARNING **: 15:06:45.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:45 
11:06:45 (SWT:2044): Gtk-WARNING **: 15:06:45.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:45 
11:06:45 (SWT:2044): Gtk-WARNING **: 15:06:45.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:46 
11:06:46 (SWT:2044): Gdk-CRITICAL **: 15:06:46.101: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:46 
11:06:46 (SWT:2044): Gtk-WARNING **: 15:06:46.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:46 
11:06:46 (SWT:2044): Gtk-WARNING **: 15:06:46.275: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:46 
11:06:46 (SWT:2044): Gtk-WARNING **: 15:06:46.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:46 
11:06:46 (SWT:2044): Gtk-WARNING **: 15:06:46.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:46 
11:06:46 (SWT:2044): Gtk-WARNING **: 15:06:46.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:46 
11:06:46 (SWT:2044): Gtk-WARNING **: 15:06:46.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:46 
11:06:46 (SWT:2044): Gtk-WARNING **: 15:06:46.277: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:47 
11:06:47 (SWT:2044): Gdk-CRITICAL **: 15:06:47.168: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:47 
11:06:47 (SWT:2044): Gtk-WARNING **: 15:06:47.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:47 
11:06:47 (SWT:2044): Gtk-WARNING **: 15:06:47.346: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:47 
11:06:47 (SWT:2044): Gtk-WARNING **: 15:06:47.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:47 
11:06:47 (SWT:2044): Gtk-WARNING **: 15:06:47.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:47 
11:06:47 (SWT:2044): Gtk-WARNING **: 15:06:47.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:47 
11:06:47 (SWT:2044): Gtk-WARNING **: 15:06:47.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:47 
11:06:47 (SWT:2044): Gtk-WARNING **: 15:06:47.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:48 
11:06:48 (SWT:2044): Gdk-CRITICAL **: 15:06:48.250: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:48 
11:06:48 (SWT:2044): Gtk-WARNING **: 15:06:48.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:48 
11:06:48 (SWT:2044): Gtk-WARNING **: 15:06:48.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:48 
11:06:48 (SWT:2044): Gtk-WARNING **: 15:06:48.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:48 
11:06:48 (SWT:2044): Gtk-WARNING **: 15:06:48.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:48 
11:06:48 (SWT:2044): Gtk-WARNING **: 15:06:48.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:48 
11:06:48 (SWT:2044): Gtk-WARNING **: 15:06:48.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:48 
11:06:48 (SWT:2044): Gtk-WARNING **: 15:06:48.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:49 
11:06:49 (SWT:2044): Gdk-CRITICAL **: 15:06:49.333: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:49 
11:06:49 (SWT:2044): Gtk-WARNING **: 15:06:49.506: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:49 
11:06:49 (SWT:2044): Gtk-WARNING **: 15:06:49.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:49 
11:06:49 (SWT:2044): Gtk-WARNING **: 15:06:49.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:49 
11:06:49 (SWT:2044): Gtk-WARNING **: 15:06:49.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:49 
11:06:49 (SWT:2044): Gtk-WARNING **: 15:06:49.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:49 
11:06:49 (SWT:2044): Gtk-WARNING **: 15:06:49.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:49 
11:06:49 (SWT:2044): Gtk-WARNING **: 15:06:49.511: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:50 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.738 s - in org.eclipse.swtbot.swt.finder.finders.ControlFinderTest
11:06:50 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsATabItem  Time elapsed: 1.139 s
11:06:50 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.getsControlPathToTabItem  Time elapsed: 1.073 s
11:06:50 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.getsControlPath  Time elapsed: 1.043 s
11:06:50 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.getsOnlyVisibleControls  Time elapsed: 1.104 s
11:06:50 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsAGroup  Time elapsed: 1.076 s
11:06:50 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsAShell  Time elapsed: 1.066 s
11:06:50 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsText  Time elapsed: 1.081 s
11:06:50 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsAllTabItem  Time elapsed: 1.083 s
11:06:50 org.eclipse.swtbot.swt.finder.finders.ControlFinderTest.findsTwoButtons  Time elapsed: 1.068 s
11:06:50 Running org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest
11:06:50 
11:06:50 (SWT:2044): Gdk-CRITICAL **: 15:06:50.408: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:50 
11:06:50 (SWT:2044): Gtk-WARNING **: 15:06:50.605: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:50 
11:06:50 (SWT:2044): Gtk-WARNING **: 15:06:50.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:50 
11:06:50 (SWT:2044): Gtk-WARNING **: 15:06:50.608: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:50 
11:06:50 (SWT:2044): Gtk-WARNING **: 15:06:50.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:50 
11:06:50 (SWT:2044): Gtk-WARNING **: 15:06:50.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:50 
11:06:50 (SWT:2044): Gtk-WARNING **: 15:06:50.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:50 
11:06:50 (SWT:2044): Gtk-WARNING **: 15:06:50.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:51 
11:06:51 (SWT:2044): Gdk-CRITICAL **: 15:06:51.521: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:51 
11:06:51 (SWT:2044): Gtk-WARNING **: 15:06:51.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:51 
11:06:51 (SWT:2044): Gtk-WARNING **: 15:06:51.698: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:51 
11:06:51 (SWT:2044): Gtk-WARNING **: 15:06:51.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:51 
11:06:51 (SWT:2044): Gtk-WARNING **: 15:06:51.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:51 
11:06:51 (SWT:2044): Gtk-WARNING **: 15:06:51.700: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:51 
11:06:51 (SWT:2044): Gtk-WARNING **: 15:06:51.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:51 
11:06:51 (SWT:2044): Gtk-WARNING **: 15:06:51.701: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:52 
11:06:52 (SWT:2044): Gdk-CRITICAL **: 15:06:52.620: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:52 
11:06:52 (SWT:2044): Gtk-WARNING **: 15:06:52.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:52 
11:06:52 (SWT:2044): Gtk-WARNING **: 15:06:52.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:52 
11:06:52 (SWT:2044): Gtk-WARNING **: 15:06:52.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:52 
11:06:52 (SWT:2044): Gtk-WARNING **: 15:06:52.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:52 
11:06:52 (SWT:2044): Gtk-WARNING **: 15:06:52.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:52 
11:06:52 (SWT:2044): Gtk-WARNING **: 15:06:52.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:52 
11:06:52 (SWT:2044): Gtk-WARNING **: 15:06:52.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:53 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.303 s - in org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest
11:06:53 org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest.generatesStringFromPath  Time elapsed: 1.113 s
11:06:53 org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest.getsPathFromInvalidString  Time elapsed: 1.098 s
11:06:53 org.eclipse.swtbot.swt.finder.finders.PathGeneratorTest.getsPathFromString  Time elapsed: 1.091 s
11:06:53 Running org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest
11:06:53 
11:06:53 (SWT:2044): Gdk-CRITICAL **: 15:06:53.716: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:53 
11:06:53 (SWT:2044): Gtk-WARNING **: 15:06:53.893: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:53 
11:06:53 (SWT:2044): Gtk-WARNING **: 15:06:53.896: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:53 
11:06:53 (SWT:2044): Gtk-WARNING **: 15:06:53.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:53 
11:06:53 (SWT:2044): Gtk-WARNING **: 15:06:53.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:53 
11:06:53 (SWT:2044): Gtk-WARNING **: 15:06:53.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:53 
11:06:53 (SWT:2044): Gtk-WARNING **: 15:06:53.899: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:53 
11:06:53 (SWT:2044): Gtk-WARNING **: 15:06:53.899: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:54 
11:06:54 (SWT:2044): Gdk-CRITICAL **: 15:06:54.812: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:54 
11:06:54 (SWT:2044): Gtk-WARNING **: 15:06:54.986: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:54 
11:06:54 (SWT:2044): Gtk-WARNING **: 15:06:54.988: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:54 
11:06:54 (SWT:2044): Gtk-WARNING **: 15:06:54.990: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:54 
11:06:54 (SWT:2044): Gtk-WARNING **: 15:06:54.990: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:54 
11:06:54 (SWT:2044): Gtk-WARNING **: 15:06:54.990: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:54 
11:06:54 (SWT:2044): Gtk-WARNING **: 15:06:54.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:54 
11:06:54 (SWT:2044): Gtk-WARNING **: 15:06:54.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.21 s - in org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest
11:06:55 org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest.childrenControlFinder1  Time elapsed: 1.095 s
11:06:55 org.eclipse.swtbot.swt.finder.finders.ChildrenControlFinderTest.childrenControlFinder2  Time elapsed: 1.114 s
11:06:55 Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest
11:06:55 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest
11:06:55 org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest.shouldBeAbleToParseUserProvidedKeyboardLayout  Time elapsed: 0.006 s
11:06:55 org.eclipse.swtbot.swt.finder.keyboard.KeyboardLayoutTest.shouldBeAbleToParseUserProvidedKeyboardLayoutViaPreference  Time elapsed: 0 s
11:06:55 Running org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest
11:06:55 
11:06:55 (SWT:2044): Gdk-CRITICAL **: 15:06:55.941: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:55 
11:06:55 (SWT:2044): Gdk-CRITICAL **: 15:06:55.984: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:56 
11:06:56 (SWT:2044): Gdk-CRITICAL **: 15:06:56.017: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:56 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.113 s - in org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest
11:06:56 org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest.createsKeyboardForAWTKeyboardStrategy  Time elapsed: 0.044 s
11:06:56 org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest.createsKeyboardForMockKeyboardStrategy  Time elapsed: 0.033 s
11:06:56 org.eclipse.swtbot.swt.finder.keyboard.KeyboardFactoryTest.createsKeyboardForSWTKeyboardStrategy  Time elapsed: 0.036 s
11:06:56 Running org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest
11:06:56 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest
11:06:56 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeystrokesForModificationKeyWithShiftAndCapitalCharacter  Time elapsed: 0 s
11:06:56 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeyStrokeForCapitalCharacters  Time elapsed: 0 s
11:06:56 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeyStrokeForSmallCharacters  Time elapsed: 0 s
11:06:56 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeystrokesForModificationKeys  Time elapsed: 0 s
11:06:56 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeystrokesForModificationKey  Time elapsed: 0 s
11:06:56 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeystrokesForModificationKeyWithShiftAndSmallCharacter  Time elapsed: 0 s
11:06:56 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeyStrokeForSpecialCharacters  Time elapsed: 0.001 s
11:06:56 org.eclipse.swtbot.swt.finder.keyboard.KeystrokesTest.getsKeystrokesForModificationKeyForCapitalCharacter  Time elapsed: 0 s
11:06:56 Running org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest
11:06:56 Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest
11:06:56 org.eclipse.swtbot.swt.finder.keyboard.AWTKeyboardTest skipped
11:06:56 Running org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest
11:06:56 Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest
11:06:56 org.eclipse.swtbot.swt.finder.keyboard.SWTKeyboardTest skipped
11:06:56 Running org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest
11:06:56 
11:06:56 (SWT:2044): Gdk-CRITICAL **: 15:06:56.073: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:56 
11:06:56 (SWT:2044): Gtk-WARNING **: 15:06:56.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:56 
11:06:56 (SWT:2044): Gtk-WARNING **: 15:06:56.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:56 
11:06:56 (SWT:2044): Gtk-WARNING **: 15:06:56.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:56 
11:06:56 (SWT:2044): Gtk-WARNING **: 15:06:56.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:56 
11:06:56 (SWT:2044): Gtk-WARNING **: 15:06:56.259: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:56 
11:06:56 (SWT:2044): Gtk-WARNING **: 15:06:56.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:56 
11:06:56 (SWT:2044): Gtk-WARNING **: 15:06:56.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:57 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.107 s - in org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest
11:06:57 org.eclipse.swtbot.swt.finder.matchers.TextLabelMatcherTest.getsToString  Time elapsed: 1.106 s
11:06:57 Running org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest
11:06:57 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest
11:06:57 org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.getsToString  Time elapsed: 0.001 s
11:06:57 org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.matchTooltipIgnoreCase  Time elapsed: 0.001 s
11:06:57 org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.matchTooltip  Time elapsed: 0 s
11:06:57 org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.doesNotMatchObjectsWithNullGetTooltip  Time elapsed: 0 s
11:06:57 org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.doesNotMatchTooltip  Time elapsed: 0 s
11:06:57 org.eclipse.swtbot.swt.finder.matchers.TooltipMatcherTest.doesNotMatchObjectsWithNoGetTooltipMethod  Time elapsed: 0 s
11:06:57 Running org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest
11:06:57 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest
11:06:57 org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest.matchMessage  Time elapsed: 0.001 s
11:06:57 org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest.doesNotMatchObjectsWithNullGetMessage  Time elapsed: 0 s
11:06:57 org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest.doesNotMatchMessage  Time elapsed: 0 s
11:06:57 org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest.getsToString  Time elapsed: 0 s
11:06:57 org.eclipse.swtbot.swt.finder.matchers.MessageMatcherTest.doesNotMatchObjectsWithNoGetMessageMethod  Time elapsed: 0 s
11:06:57 Running org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest
11:06:57 
11:06:57 (SWT:2044): Gdk-CRITICAL **: 15:06:57.196: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:57 
11:06:57 (SWT:2044): Gdk-CRITICAL **: 15:06:57.305: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:57 
11:06:57 (SWT:2044): Gdk-CRITICAL **: 15:06:57.402: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:57 
11:06:57 (SWT:2044): Gdk-CRITICAL **: 15:06:57.499: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:57 
11:06:57 (SWT:2044): Gdk-CRITICAL **: 15:06:57.597: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:57 
11:06:57 (SWT:2044): Gdk-CRITICAL **: 15:06:57.700: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:57 
11:06:57 (SWT:2044): Gdk-CRITICAL **: 15:06:57.810: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:57 
11:06:57 (SWT:2044): Gdk-CRITICAL **: 15:06:57.917: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:58 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.839 s - in org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest
11:06:58 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithTooltip  Time elapsed: 0.108 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithTextIgnoringCase  Time elapsed: 0.097 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithTooltipIgnoringCase  Time elapsed: 0.097 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithText  Time elapsed: 0.097 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsInGroup  Time elapsed: 0.102 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.findsControlsById  Time elapsed: 0.109 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithLabel  Time elapsed: 0.106 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.WidgetMatcherFactoryTest.matchesControlsWithRegex  Time elapsed: 0.117 s
11:06:58 Running org.eclipse.swtbot.swt.finder.matchers.WithItemTest
11:06:58 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.WithItemTest
11:06:58 org.eclipse.swtbot.swt.finder.matchers.WithItemTest.testDescription  Time elapsed: 0.001 s
11:06:58 Running org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest
11:06:58 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest
11:06:58 org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest.matchesRegex  Time elapsed: 0.001 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest.doesNotMatchRegex  Time elapsed: 0 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest.getsToString  Time elapsed: 0 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest.doesNotMatchNullText  Time elapsed: 0 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.RegexTextMatcherTest.cannotNotMatchText  Time elapsed: 0 s
11:06:58 Running org.eclipse.swtbot.swt.finder.matchers.AllOfTest
11:06:58 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.AllOfTest
11:06:58 org.eclipse.swtbot.swt.finder.matchers.AllOfTest.testShouldAnswerTrueIfAllMatcherMatches  Time elapsed: 0.001 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.AllOfTest.testShouldAnswerFalseIfAnyMatchersDoesNotMatch  Time elapsed: 0 s
11:06:58 Running org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest
11:06:58 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest
11:06:58 org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest.matchesMenuWithoutAccesor  Time elapsed: 0 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest.matchesMenuWithMnemonic  Time elapsed: 0 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest.matchesWithoutMnemonic  Time elapsed: 0 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest.matchesMnemonic  Time elapsed: 0.001 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.MenuMnemonicTextMatcherTest.matchesMenuWithoutMnemonic  Time elapsed: 0 s
11:06:58 Running org.eclipse.swtbot.swt.finder.matchers.AnyOfTest
11:06:58 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.AnyOfTest
11:06:58 org.eclipse.swtbot.swt.finder.matchers.AnyOfTest.testShouldAnswerTrueIfAnyMatcherMatches  Time elapsed: 0.001 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.AnyOfTest.testShouldAnswerFalseIfNoMatchersMatche  Time elapsed: 0 s
11:06:58 Running org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest
11:06:58 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest
11:06:58 org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.doesNotMatchText  Time elapsed: 0.001 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.doesNotMatchObjectsWithNullGetText  Time elapsed: 0 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.getsToString  Time elapsed: 0 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.matchText  Time elapsed: 0 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.doesNotMatchObjectsWithNoGetTextMethod  Time elapsed: 0 s
11:06:58 org.eclipse.swtbot.swt.finder.matchers.TextMatcherTest.matchTextIgnoreCase  Time elapsed: 0 s
11:06:58 Running org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest
11:06:58 
11:06:58 (SWT:2044): Gdk-CRITICAL **: 15:06:58.069: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:58 
11:06:58 (SWT:2044): Gtk-CRITICAL **: 15:06:58.186: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:58 
11:06:58 (SWT:2044): Gtk-CRITICAL **: 15:06:58.187: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:58 
11:06:58 (SWT:2044): Gtk-CRITICAL **: 15:06:58.196: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:58 
11:06:58 (SWT:2044): Gtk-CRITICAL **: 15:06:58.198: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:58 
11:06:58 (SWT:2044): Gtk-CRITICAL **: 15:06:58.224: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:58 
11:06:58 (SWT:2044): Gtk-CRITICAL **: 15:06:58.224: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:58 
11:06:58 (SWT:2044): Gtk-CRITICAL **: 15:06:58.248: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:58 
11:06:58 (SWT:2044): Gtk-CRITICAL **: 15:06:58.248: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:58 
11:06:58 (SWT:2044): Gtk-CRITICAL **: 15:06:58.280: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:58 
11:06:58 (SWT:2044): Gtk-CRITICAL **: 15:06:58.280: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:06:58 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.232 s - in org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest
11:06:58 org.eclipse.swtbot.swt.finder.widgets.DnDTreeTest.dragsAndDropsFromTreeToTree  Time elapsed: 0.231 s
11:06:58 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest
11:06:58 
11:06:58 (SWT:2044): Gdk-CRITICAL **: 15:06:58.305: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:58 
11:06:58 (SWT:2044): Gtk-WARNING **: 15:06:58.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:58 
11:06:58 (SWT:2044): Gtk-WARNING **: 15:06:58.497: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:58 
11:06:58 (SWT:2044): Gtk-WARNING **: 15:06:58.499: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:58 
11:06:58 (SWT:2044): Gtk-WARNING **: 15:06:58.499: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:58 
11:06:58 (SWT:2044): Gtk-WARNING **: 15:06:58.499: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:58 
11:06:58 (SWT:2044): Gtk-WARNING **: 15:06:58.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:58 
11:06:58 (SWT:2044): Gtk-WARNING **: 15:06:58.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:59 
11:06:59 (SWT:2044): Gdk-CRITICAL **: 15:06:59.482: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:06:59 
11:06:59 (SWT:2044): Gtk-WARNING **: 15:06:59.672: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:59 
11:06:59 (SWT:2044): Gtk-WARNING **: 15:06:59.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:59 
11:06:59 (SWT:2044): Gtk-WARNING **: 15:06:59.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:59 
11:06:59 (SWT:2044): Gtk-WARNING **: 15:06:59.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:59 
11:06:59 (SWT:2044): Gtk-WARNING **: 15:06:59.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:59 
11:06:59 (SWT:2044): Gtk-WARNING **: 15:06:59.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:06:59 
11:06:59 (SWT:2044): Gtk-WARNING **: 15:06:59.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:00 
11:07:00 (SWT:2044): Gdk-CRITICAL **: 15:07:00.671: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:00 
11:07:00 (SWT:2044): Gtk-WARNING **: 15:07:00.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:00 
11:07:00 (SWT:2044): Gtk-WARNING **: 15:07:00.863: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:00 
11:07:00 (SWT:2044): Gtk-WARNING **: 15:07:00.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:00 
11:07:00 (SWT:2044): Gtk-WARNING **: 15:07:00.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:00 
11:07:00 (SWT:2044): Gtk-WARNING **: 15:07:00.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:00 
11:07:00 (SWT:2044): Gtk-WARNING **: 15:07:00.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:00 
11:07:00 (SWT:2044): Gtk-WARNING **: 15:07:00.866: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:01 
11:07:01 (SWT:2044): Gdk-CRITICAL **: 15:07:01.865: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:02 
11:07:02 (SWT:2044): Gtk-WARNING **: 15:07:02.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:02 
11:07:02 (SWT:2044): Gtk-WARNING **: 15:07:02.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:02 
11:07:02 (SWT:2044): Gtk-WARNING **: 15:07:02.054: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:02 
11:07:02 (SWT:2044): Gtk-WARNING **: 15:07:02.054: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:02 
11:07:02 (SWT:2044): Gtk-WARNING **: 15:07:02.054: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:02 
11:07:02 (SWT:2044): Gtk-WARNING **: 15:07:02.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:02 
11:07:02 (SWT:2044): Gtk-WARNING **: 15:07:02.055: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:03 
11:07:03 (SWT:2044): Gdk-CRITICAL **: 15:07:03.048: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:03 
11:07:03 (SWT:2044): Gtk-WARNING **: 15:07:03.239: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:03 
11:07:03 (SWT:2044): Gtk-WARNING **: 15:07:03.242: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:03 
11:07:03 (SWT:2044): Gtk-WARNING **: 15:07:03.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:03 
11:07:03 (SWT:2044): Gtk-WARNING **: 15:07:03.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:03 
11:07:03 (SWT:2044): Gtk-WARNING **: 15:07:03.244: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:03 
11:07:03 (SWT:2044): Gtk-WARNING **: 15:07:03.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:03 
11:07:03 (SWT:2044): Gtk-WARNING **: 15:07:03.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:04 
11:07:04 (SWT:2044): Gdk-CRITICAL **: 15:07:04.217: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:04 
11:07:04 (SWT:2044): Gtk-WARNING **: 15:07:04.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:04 
11:07:04 (SWT:2044): Gtk-WARNING **: 15:07:04.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:04 
11:07:04 (SWT:2044): Gtk-WARNING **: 15:07:04.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:04 
11:07:04 (SWT:2044): Gtk-WARNING **: 15:07:04.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:04 
11:07:04 (SWT:2044): Gtk-WARNING **: 15:07:04.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:04 
11:07:04 (SWT:2044): Gtk-WARNING **: 15:07:04.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:04 
11:07:04 (SWT:2044): Gtk-WARNING **: 15:07:04.417: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:05 
11:07:05 (SWT:2044): Gtk-WARNING **: 15:07:05.227: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
11:07:05 
11:07:05 (SWT:2044): Gtk-WARNING **: 15:07:05.229: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
11:07:05 
11:07:05 (SWT:2044): Gtk-WARNING **: 15:07:05.231: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
11:07:05 
11:07:05 (SWT:2044): Gtk-WARNING **: 15:07:05.231: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
11:07:05 
11:07:05 (SWT:2044): Gtk-WARNING **: 15:07:05.231: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
11:07:05 
11:07:05 (SWT:2044): Gtk-WARNING **: 15:07:05.232: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
11:07:05 
11:07:05 (SWT:2044): Gtk-WARNING **: 15:07:05.233: gtk_widget_size_allocate(): attempt to allocate widget with width -5 and height 0
11:07:05 
11:07:05 (SWT:2044): Gdk-CRITICAL **: 15:07:05.464: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:05 
11:07:05 (SWT:2044): Gtk-WARNING **: 15:07:05.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:05 
11:07:05 (SWT:2044): Gtk-WARNING **: 15:07:05.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:05 
11:07:05 (SWT:2044): Gtk-WARNING **: 15:07:05.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:05 
11:07:05 (SWT:2044): Gtk-WARNING **: 15:07:05.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:05 
11:07:05 (SWT:2044): Gtk-WARNING **: 15:07:05.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:05 
11:07:05 (SWT:2044): Gtk-WARNING **: 15:07:05.660: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:05 
11:07:05 (SWT:2044): Gtk-WARNING **: 15:07:05.660: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:11 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.353 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest
11:07:11 org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldGetExpandItemCount  Time elapsed: 1.177 s
11:07:11 org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldCollapseAnItem  Time elapsed: 1.188 s
11:07:11 org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldExpandAnItem  Time elapsed: 1.194 s
11:07:11 org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldGetExpandedAndCollapsedItemCount  Time elapsed: 1.183 s
11:07:11 org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldGetAllExpandBarItems  Time elapsed: 1.168 s
11:07:11 org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldMatchEvents  Time elapsed: 1.246 s
11:07:11 org.eclipse.swtbot.swt.finder.widgets.SWTBotExpandBarTest.shouldThrowExceptionWhenItemIsNotFound  Time elapsed: 6.193 s
11:07:11 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest
11:07:11 
11:07:11 (SWT:2044): Gdk-CRITICAL **: 15:07:11.661: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:11 
11:07:11 (SWT:2044): Gtk-WARNING **: 15:07:11.848: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:11 
11:07:11 (SWT:2044): Gtk-WARNING **: 15:07:11.851: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:11 
11:07:11 (SWT:2044): Gtk-WARNING **: 15:07:11.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:11 
11:07:11 (SWT:2044): Gtk-WARNING **: 15:07:11.853: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:11 
11:07:11 (SWT:2044): Gtk-WARNING **: 15:07:11.853: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:11 
11:07:11 (SWT:2044): Gtk-WARNING **: 15:07:11.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:11 
11:07:11 (SWT:2044): Gtk-WARNING **: 15:07:11.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:12 
11:07:12 (SWT:2044): Gdk-CRITICAL **: 15:07:12.838: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:13 
11:07:13 (SWT:2044): Gtk-WARNING **: 15:07:13.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:13 
11:07:13 (SWT:2044): Gtk-WARNING **: 15:07:13.036: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:13 
11:07:13 (SWT:2044): Gtk-WARNING **: 15:07:13.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:13 
11:07:13 (SWT:2044): Gtk-WARNING **: 15:07:13.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:13 
11:07:13 (SWT:2044): Gtk-WARNING **: 15:07:13.038: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:13 
11:07:13 (SWT:2044): Gtk-WARNING **: 15:07:13.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:13 
11:07:13 (SWT:2044): Gtk-WARNING **: 15:07:13.039: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:14 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.446 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest
11:07:14 org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest.findsArrowButtons  Time elapsed: 1.176 s
11:07:14 org.eclipse.swtbot.swt.finder.widgets.SWTBotArrowButtonTest.clicksArrowButton  Time elapsed: 1.269 s
11:07:14 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest
11:07:14 
11:07:14 (SWT:2044): Gdk-CRITICAL **: 15:07:14.111: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:14 
11:07:14 (SWT:2044): Gtk-WARNING **: 15:07:14.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:14 
11:07:14 (SWT:2044): Gtk-WARNING **: 15:07:14.304: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:14 
11:07:14 (SWT:2044): Gtk-WARNING **: 15:07:14.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:14 
11:07:14 (SWT:2044): Gtk-WARNING **: 15:07:14.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:14 
11:07:14 (SWT:2044): Gtk-WARNING **: 15:07:14.306: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:14 
11:07:14 (SWT:2044): Gtk-WARNING **: 15:07:14.307: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:14 
11:07:14 (SWT:2044): Gtk-WARNING **: 15:07:14.307: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:15 
11:07:15 (SWT:2044): Gdk-CRITICAL **: 15:07:15.318: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:15 
11:07:15 (SWT:2044): Gtk-WARNING **: 15:07:15.509: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:15 
11:07:15 (SWT:2044): Gtk-WARNING **: 15:07:15.512: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:15 
11:07:15 (SWT:2044): Gtk-WARNING **: 15:07:15.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:15 
11:07:15 (SWT:2044): Gtk-WARNING **: 15:07:15.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:15 
11:07:15 (SWT:2044): Gtk-WARNING **: 15:07:15.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:15 
11:07:15 (SWT:2044): Gtk-WARNING **: 15:07:15.515: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:15 
11:07:15 (SWT:2044): Gtk-WARNING **: 15:07:15.515: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:16 
11:07:16 (SWT:2044): Gdk-CRITICAL **: 15:07:16.532: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:16 
11:07:16 (SWT:2044): Gtk-WARNING **: 15:07:16.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:16 
11:07:16 (SWT:2044): Gtk-WARNING **: 15:07:16.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:16 
11:07:16 (SWT:2044): Gtk-WARNING **: 15:07:16.730: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:16 
11:07:16 (SWT:2044): Gtk-WARNING **: 15:07:16.730: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:16 
11:07:16 (SWT:2044): Gtk-WARNING **: 15:07:16.730: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:16 
11:07:16 (SWT:2044): Gtk-WARNING **: 15:07:16.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:16 
11:07:16 (SWT:2044): Gtk-WARNING **: 15:07:16.731: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:17 
11:07:17 (SWT:2044): Gdk-CRITICAL **: 15:07:17.736: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:17 
11:07:17 (SWT:2044): Gtk-WARNING **: 15:07:17.928: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:17 
11:07:17 (SWT:2044): Gtk-WARNING **: 15:07:17.931: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:17 
11:07:17 (SWT:2044): Gtk-WARNING **: 15:07:17.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:17 
11:07:17 (SWT:2044): Gtk-WARNING **: 15:07:17.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:17 
11:07:17 (SWT:2044): Gtk-WARNING **: 15:07:17.933: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:17 
11:07:17 (SWT:2044): Gtk-WARNING **: 15:07:17.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:17 
11:07:17 (SWT:2044): Gtk-WARNING **: 15:07:17.934: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:18 
11:07:18 (SWT:2044): Gdk-CRITICAL **: 15:07:18.961: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:19 
11:07:19 (SWT:2044): Gtk-WARNING **: 15:07:19.188: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:19 
11:07:19 (SWT:2044): Gtk-WARNING **: 15:07:19.191: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:19 
11:07:19 (SWT:2044): Gtk-WARNING **: 15:07:19.193: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:19 
11:07:19 (SWT:2044): Gtk-WARNING **: 15:07:19.193: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:19 
11:07:19 (SWT:2044): Gtk-WARNING **: 15:07:19.193: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:19 
11:07:19 (SWT:2044): Gtk-WARNING **: 15:07:19.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:19 
11:07:19 (SWT:2044): Gtk-WARNING **: 15:07:19.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:20 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.098 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest
11:07:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest.testsInitialValues  Time elapsed: 1.206 s
11:07:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest.findsProgressBarInGroup  Time elapsed: 1.214 s
11:07:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest.testsGetStyle  Time elapsed: 1.205 s
11:07:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest.findsProgressBar  Time elapsed: 1.224 s
11:07:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotProgressBarTest.testsProgressPercentage  Time elapsed: 1.248 s
11:07:20 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest
11:07:20 
11:07:20 (SWT:2044): Gdk-CRITICAL **: 15:07:20.212: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:20 
11:07:20 (SWT:2044): Gtk-WARNING **: 15:07:20.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:20 
11:07:20 (SWT:2044): Gtk-WARNING **: 15:07:20.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:20 
11:07:20 (SWT:2044): Gtk-WARNING **: 15:07:20.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:20 
11:07:20 (SWT:2044): Gtk-WARNING **: 15:07:20.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:20 
11:07:20 (SWT:2044): Gtk-WARNING **: 15:07:20.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:20 
11:07:20 (SWT:2044): Gtk-WARNING **: 15:07:20.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:20 
11:07:20 (SWT:2044): Gtk-WARNING **: 15:07:20.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:21 
11:07:21 (SWT:2044): Gdk-CRITICAL **: 15:07:21.402: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:21 
11:07:21 (SWT:2044): Gtk-WARNING **: 15:07:21.598: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:21 
11:07:21 (SWT:2044): Gtk-WARNING **: 15:07:21.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:21 
11:07:21 (SWT:2044): Gtk-WARNING **: 15:07:21.602: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:21 
11:07:21 (SWT:2044): Gtk-WARNING **: 15:07:21.602: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:21 
11:07:21 (SWT:2044): Gtk-WARNING **: 15:07:21.602: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:21 
11:07:21 (SWT:2044): Gtk-WARNING **: 15:07:21.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:21 
11:07:21 (SWT:2044): Gtk-WARNING **: 15:07:21.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:22 
11:07:22 (SWT:2044): Gdk-CRITICAL **: 15:07:22.603: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:22 
11:07:22 (SWT:2044): Gtk-WARNING **: 15:07:22.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:22 
11:07:22 (SWT:2044): Gtk-WARNING **: 15:07:22.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:22 
11:07:22 (SWT:2044): Gtk-WARNING **: 15:07:22.804: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:22 
11:07:22 (SWT:2044): Gtk-WARNING **: 15:07:22.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:22 
11:07:22 (SWT:2044): Gtk-WARNING **: 15:07:22.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:22 
11:07:22 (SWT:2044): Gtk-WARNING **: 15:07:22.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:22 
11:07:22 (SWT:2044): Gtk-WARNING **: 15:07:22.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:23 
11:07:23 (SWT:2044): Gdk-CRITICAL **: 15:07:23.879: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:24 
11:07:24 (SWT:2044): Gtk-WARNING **: 15:07:24.075: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:24 
11:07:24 (SWT:2044): Gtk-WARNING **: 15:07:24.077: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:24 
11:07:24 (SWT:2044): Gtk-WARNING **: 15:07:24.079: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:24 
11:07:24 (SWT:2044): Gtk-WARNING **: 15:07:24.079: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:24 
11:07:24 (SWT:2044): Gtk-WARNING **: 15:07:24.079: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:24 
11:07:24 (SWT:2044): Gtk-WARNING **: 15:07:24.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:24 
11:07:24 (SWT:2044): Gtk-WARNING **: 15:07:24.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:25 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.885 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest
11:07:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest.findsForegroundColor  Time elapsed: 1.189 s
11:07:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest.findsBackgroundColor  Time elapsed: 1.201 s
11:07:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest.clicksButtons  Time elapsed: 1.275 s
11:07:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonTest.findsButtons  Time elapsed: 1.217 s
11:07:25 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest
11:07:25 
11:07:25 (SWT:2044): Gdk-CRITICAL **: 15:07:25.100: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:25 
11:07:25 (SWT:2044): Gtk-WARNING **: 15:07:25.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:25 
11:07:25 (SWT:2044): Gtk-WARNING **: 15:07:25.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:25 
11:07:25 (SWT:2044): Gtk-WARNING **: 15:07:25.301: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:25 
11:07:25 (SWT:2044): Gtk-WARNING **: 15:07:25.302: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:25 
11:07:25 (SWT:2044): Gtk-WARNING **: 15:07:25.302: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:25 
11:07:25 (SWT:2044): Gtk-WARNING **: 15:07:25.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:25 
11:07:25 (SWT:2044): Gtk-WARNING **: 15:07:25.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:26 
11:07:26 (SWT:2044): Gdk-CRITICAL **: 15:07:26.341: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:26 
11:07:26 (SWT:2044): Gtk-WARNING **: 15:07:26.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:26 
11:07:26 (SWT:2044): Gtk-WARNING **: 15:07:26.542: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:26 
11:07:26 (SWT:2044): Gtk-WARNING **: 15:07:26.544: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:26 
11:07:26 (SWT:2044): Gtk-WARNING **: 15:07:26.544: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:26 
11:07:26 (SWT:2044): Gtk-WARNING **: 15:07:26.544: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:26 
11:07:26 (SWT:2044): Gtk-WARNING **: 15:07:26.545: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:26 
11:07:26 (SWT:2044): Gtk-WARNING **: 15:07:26.545: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:27 
11:07:27 (SWT:2044): Gdk-CRITICAL **: 15:07:27.555: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:27 
11:07:27 (SWT:2044): Gtk-WARNING **: 15:07:27.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:27 
11:07:27 (SWT:2044): Gtk-WARNING **: 15:07:27.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:27 
11:07:27 (SWT:2044): Gtk-WARNING **: 15:07:27.755: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:27 
11:07:27 (SWT:2044): Gtk-WARNING **: 15:07:27.756: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:27 
11:07:27 (SWT:2044): Gtk-WARNING **: 15:07:27.756: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:27 
11:07:27 (SWT:2044): Gtk-WARNING **: 15:07:27.757: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:27 
11:07:27 (SWT:2044): Gtk-WARNING **: 15:07:27.757: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:28 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.682 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest
11:07:28 org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest.findsAlignment  Time elapsed: 1.241 s
11:07:28 org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest.findsLabel  Time elapsed: 1.213 s
11:07:28 org.eclipse.swtbot.swt.finder.widgets.SWTBotLabelTest.getsImage  Time elapsed: 1.227 s
11:07:28 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest
11:07:28 
11:07:28 (SWT:2044): Gdk-CRITICAL **: 15:07:28.785: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:28 
11:07:28 (SWT:2044): Gtk-WARNING **: 15:07:28.979: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:28 
11:07:28 (SWT:2044): Gtk-WARNING **: 15:07:28.981: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:28 
11:07:28 (SWT:2044): Gtk-WARNING **: 15:07:28.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:28 
11:07:28 (SWT:2044): Gtk-WARNING **: 15:07:28.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:28 
11:07:28 (SWT:2044): Gtk-WARNING **: 15:07:28.983: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:28 
11:07:28 (SWT:2044): Gtk-WARNING **: 15:07:28.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:28 
11:07:28 (SWT:2044): Gtk-WARNING **: 15:07:28.984: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:30 
11:07:30 (SWT:2044): Gdk-CRITICAL **: 15:07:30.059: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:30 
11:07:30 (SWT:2044): Gtk-WARNING **: 15:07:30.256: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:30 
11:07:30 (SWT:2044): Gtk-WARNING **: 15:07:30.258: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:30 
11:07:30 (SWT:2044): Gtk-WARNING **: 15:07:30.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:30 
11:07:30 (SWT:2044): Gtk-WARNING **: 15:07:30.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:30 
11:07:30 (SWT:2044): Gtk-WARNING **: 15:07:30.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:30 
11:07:30 (SWT:2044): Gtk-WARNING **: 15:07:30.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:30 
11:07:30 (SWT:2044): Gtk-WARNING **: 15:07:30.261: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:31 
11:07:31 (SWT:2044): Gdk-CRITICAL **: 15:07:31.341: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:31 
11:07:31 (SWT:2044): Gtk-WARNING **: 15:07:31.541: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:31 
11:07:31 (SWT:2044): Gtk-WARNING **: 15:07:31.544: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:31 
11:07:31 (SWT:2044): Gtk-WARNING **: 15:07:31.545: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:31 
11:07:31 (SWT:2044): Gtk-WARNING **: 15:07:31.546: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:31 
11:07:31 (SWT:2044): Gtk-WARNING **: 15:07:31.546: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:31 
11:07:31 (SWT:2044): Gtk-WARNING **: 15:07:31.547: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:31 
11:07:31 (SWT:2044): Gtk-WARNING **: 15:07:31.547: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:32 
11:07:32 (SWT:2044): Gdk-CRITICAL **: 15:07:32.649: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:32 
11:07:32 (SWT:2044): Gtk-WARNING **: 15:07:32.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:32 
11:07:32 (SWT:2044): Gtk-WARNING **: 15:07:32.849: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:32 
11:07:32 (SWT:2044): Gtk-WARNING **: 15:07:32.851: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:32 
11:07:32 (SWT:2044): Gtk-WARNING **: 15:07:32.851: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:32 
11:07:32 (SWT:2044): Gtk-WARNING **: 15:07:32.851: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:32 
11:07:32 (SWT:2044): Gtk-WARNING **: 15:07:32.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:32 
11:07:32 (SWT:2044): Gtk-WARNING **: 15:07:32.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:33 
11:07:33 (SWT:2044): Gdk-CRITICAL **: 15:07:33.944: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:34 
11:07:34 (SWT:2044): Gtk-WARNING **: 15:07:34.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:34 
11:07:34 (SWT:2044): Gtk-WARNING **: 15:07:34.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:34 
11:07:34 (SWT:2044): Gtk-WARNING **: 15:07:34.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:34 
11:07:34 (SWT:2044): Gtk-WARNING **: 15:07:34.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:34 
11:07:34 (SWT:2044): Gtk-WARNING **: 15:07:34.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:34 
11:07:34 (SWT:2044): Gtk-WARNING **: 15:07:34.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:34 
11:07:34 (SWT:2044): Gtk-WARNING **: 15:07:34.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:35 
11:07:35 (SWT:2044): Gdk-CRITICAL **: 15:07:35.266: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:35 
11:07:35 (SWT:2044): Gtk-WARNING **: 15:07:35.465: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:35 
11:07:35 (SWT:2044): Gtk-WARNING **: 15:07:35.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:35 
11:07:35 (SWT:2044): Gtk-WARNING **: 15:07:35.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:35 
11:07:35 (SWT:2044): Gtk-WARNING **: 15:07:35.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:35 
11:07:35 (SWT:2044): Gtk-WARNING **: 15:07:35.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:35 
11:07:35 (SWT:2044): Gtk-WARNING **: 15:07:35.471: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:35 
11:07:35 (SWT:2044): Gtk-WARNING **: 15:07:35.471: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:36 
11:07:36 (SWT:2044): Gdk-CRITICAL **: 15:07:36.575: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:36 
11:07:36 (SWT:2044): Gtk-WARNING **: 15:07:36.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:36 
11:07:36 (SWT:2044): Gtk-WARNING **: 15:07:36.778: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:36 
11:07:36 (SWT:2044): Gtk-WARNING **: 15:07:36.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:36 
11:07:36 (SWT:2044): Gtk-WARNING **: 15:07:36.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:36 
11:07:36 (SWT:2044): Gtk-WARNING **: 15:07:36.780: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:36 
11:07:36 (SWT:2044): Gtk-WARNING **: 15:07:36.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:36 
11:07:36 (SWT:2044): Gtk-WARNING **: 15:07:36.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:37 
11:07:37 (SWT:2044): Gdk-CRITICAL **: 15:07:37.894: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:38 
11:07:38 (SWT:2044): Gtk-WARNING **: 15:07:38.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:38 
11:07:38 (SWT:2044): Gtk-WARNING **: 15:07:38.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:38 
11:07:38 (SWT:2044): Gtk-WARNING **: 15:07:38.103: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:38 
11:07:38 (SWT:2044): Gtk-WARNING **: 15:07:38.103: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:38 
11:07:38 (SWT:2044): Gtk-WARNING **: 15:07:38.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:38 
11:07:38 (SWT:2044): Gtk-WARNING **: 15:07:38.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:38 
11:07:38 (SWT:2044): Gtk-WARNING **: 15:07:38.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:39 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.42 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest
11:07:39 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.selectsRadioButton  Time elapsed: 1.273 s
11:07:39 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.findsToolBarButtonWithIndex  Time elapsed: 1.282 s
11:07:39 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.clicksRadioButton  Time elapsed: 1.307 s
11:07:39 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.togglesRadioButton  Time elapsed: 1.295 s
11:07:39 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.togglingRadioButtonDeselectsOtherConditionally  Time elapsed: 1.322 s
11:07:39 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.clickingRadioButtonDeselectsOther  Time elapsed: 1.308 s
11:07:39 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.deselectsRadioButton  Time elapsed: 1.318 s
11:07:39 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarRadioButtonTest.clicksRadioButtonWithModifier  Time elapsed: 1.311 s
11:07:39 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest
11:07:39 
11:07:39 (SWT:2044): Gdk-CRITICAL **: 15:07:39.216: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:39 
11:07:39 (SWT:2044): Gtk-WARNING **: 15:07:39.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:39 
11:07:39 (SWT:2044): Gtk-WARNING **: 15:07:39.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:39 
11:07:39 (SWT:2044): Gtk-WARNING **: 15:07:39.427: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:39 
11:07:39 (SWT:2044): Gtk-WARNING **: 15:07:39.427: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:39 
11:07:39 (SWT:2044): Gtk-WARNING **: 15:07:39.427: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:39 
11:07:39 (SWT:2044): Gtk-WARNING **: 15:07:39.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:39 
11:07:39 (SWT:2044): Gtk-WARNING **: 15:07:39.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:40 
11:07:40 (SWT:2044): Gdk-CRITICAL **: 15:07:40.589: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:40 
11:07:40 (SWT:2044): Gtk-WARNING **: 15:07:40.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:40 
11:07:40 (SWT:2044): Gtk-WARNING **: 15:07:40.802: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:40 
11:07:40 (SWT:2044): Gtk-WARNING **: 15:07:40.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:40 
11:07:40 (SWT:2044): Gtk-WARNING **: 15:07:40.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:40 
11:07:40 (SWT:2044): Gtk-WARNING **: 15:07:40.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:40 
11:07:40 (SWT:2044): Gtk-WARNING **: 15:07:40.804: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:40 
11:07:40 (SWT:2044): Gtk-WARNING **: 15:07:40.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:41 
11:07:41 (SWT:2044): Gdk-CRITICAL **: 15:07:41.939: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:42 
11:07:42 (SWT:2044): Gtk-WARNING **: 15:07:42.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:42 
11:07:42 (SWT:2044): Gtk-WARNING **: 15:07:42.147: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:42 
11:07:42 (SWT:2044): Gtk-WARNING **: 15:07:42.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:42 
11:07:42 (SWT:2044): Gtk-WARNING **: 15:07:42.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:42 
11:07:42 (SWT:2044): Gtk-WARNING **: 15:07:42.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:42 
11:07:42 (SWT:2044): Gtk-WARNING **: 15:07:42.151: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:42 
11:07:42 (SWT:2044): Gtk-WARNING **: 15:07:42.151: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:43 
11:07:43 (SWT:2044): Gdk-CRITICAL **: 15:07:43.267: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:43 
11:07:43 (SWT:2044): Gtk-WARNING **: 15:07:43.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:43 
11:07:43 (SWT:2044): Gtk-WARNING **: 15:07:43.476: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:43 
11:07:43 (SWT:2044): Gtk-WARNING **: 15:07:43.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:43 
11:07:43 (SWT:2044): Gtk-WARNING **: 15:07:43.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:43 
11:07:43 (SWT:2044): Gtk-WARNING **: 15:07:43.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:43 
11:07:43 (SWT:2044): Gtk-WARNING **: 15:07:43.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:43 
11:07:43 (SWT:2044): Gtk-WARNING **: 15:07:43.479: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:44 
11:07:44 (SWT:2044): Gdk-CRITICAL **: 15:07:44.634: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:44 
11:07:44 (SWT:2044): Gtk-WARNING **: 15:07:44.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:44 
11:07:44 (SWT:2044): Gtk-WARNING **: 15:07:44.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:44 
11:07:44 (SWT:2044): Gtk-WARNING **: 15:07:44.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:44 
11:07:44 (SWT:2044): Gtk-WARNING **: 15:07:44.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:44 
11:07:44 (SWT:2044): Gtk-WARNING **: 15:07:44.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:44 
11:07:44 (SWT:2044): Gtk-WARNING **: 15:07:44.848: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:44 
11:07:44 (SWT:2044): Gtk-WARNING **: 15:07:44.848: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:45 
11:07:45 (SWT:2044): Gdk-CRITICAL **: 15:07:45.995: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:46 
11:07:46 (SWT:2044): Gtk-WARNING **: 15:07:46.201: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:46 
11:07:46 (SWT:2044): Gtk-WARNING **: 15:07:46.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:46 
11:07:46 (SWT:2044): Gtk-WARNING **: 15:07:46.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:46 
11:07:46 (SWT:2044): Gtk-WARNING **: 15:07:46.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:46 
11:07:46 (SWT:2044): Gtk-WARNING **: 15:07:46.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:46 
11:07:46 (SWT:2044): Gtk-WARNING **: 15:07:46.207: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:46 
11:07:46 (SWT:2044): Gtk-WARNING **: 15:07:46.207: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:47 
11:07:47 (SWT:2044): Gdk-CRITICAL **: 15:07:47.353: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:47 
11:07:47 (SWT:2044): Gtk-WARNING **: 15:07:47.559: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:47 
11:07:47 (SWT:2044): Gtk-WARNING **: 15:07:47.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:47 
11:07:47 (SWT:2044): Gtk-WARNING **: 15:07:47.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:47 
11:07:47 (SWT:2044): Gtk-WARNING **: 15:07:47.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:47 
11:07:47 (SWT:2044): Gtk-WARNING **: 15:07:47.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:47 
11:07:47 (SWT:2044): Gtk-WARNING **: 15:07:47.565: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:47 
11:07:47 (SWT:2044): Gtk-WARNING **: 15:07:47.565: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:48 
11:07:48 (SWT:2044): Gdk-CRITICAL **: 15:07:48.697: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:48 
11:07:48 (SWT:2044): Gtk-WARNING **: 15:07:48.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:48 
11:07:48 (SWT:2044): Gtk-WARNING **: 15:07:48.906: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:48 
11:07:48 (SWT:2044): Gtk-WARNING **: 15:07:48.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:48 
11:07:48 (SWT:2044): Gtk-WARNING **: 15:07:48.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:48 
11:07:48 (SWT:2044): Gtk-WARNING **: 15:07:48.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:48 
11:07:48 (SWT:2044): Gtk-WARNING **: 15:07:48.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:48 
11:07:48 (SWT:2044): Gtk-WARNING **: 15:07:48.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:50 
11:07:50 (SWT:2044): Gdk-CRITICAL **: 15:07:50.037: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:50 
11:07:50 (SWT:2044): Gtk-WARNING **: 15:07:50.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:50 
11:07:50 (SWT:2044): Gtk-WARNING **: 15:07:50.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:50 
11:07:50 (SWT:2044): Gtk-WARNING **: 15:07:50.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:50 
11:07:50 (SWT:2044): Gtk-WARNING **: 15:07:50.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:50 
11:07:50 (SWT:2044): Gtk-WARNING **: 15:07:50.252: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:50 
11:07:50 (SWT:2044): Gtk-WARNING **: 15:07:50.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:50 
11:07:50 (SWT:2044): Gtk-WARNING **: 15:07:50.253: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:51 
11:07:51 (SWT:2044): Gdk-CRITICAL **: 15:07:51.447: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:51 
11:07:51 (SWT:2044): Gtk-WARNING **: 15:07:51.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:51 
11:07:51 (SWT:2044): Gtk-WARNING **: 15:07:51.658: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:51 
11:07:51 (SWT:2044): Gtk-WARNING **: 15:07:51.660: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:51 
11:07:51 (SWT:2044): Gtk-WARNING **: 15:07:51.660: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:51 
11:07:51 (SWT:2044): Gtk-WARNING **: 15:07:51.660: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:51 
11:07:51 (SWT:2044): Gtk-WARNING **: 15:07:51.661: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:51 
11:07:51 (SWT:2044): Gtk-WARNING **: 15:07:51.661: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:52 
11:07:52 (SWT:2044): Gdk-CRITICAL **: 15:07:52.834: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:53 
11:07:53 (SWT:2044): Gtk-WARNING **: 15:07:53.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:53 
11:07:53 (SWT:2044): Gtk-WARNING **: 15:07:53.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:53 
11:07:53 (SWT:2044): Gtk-WARNING **: 15:07:53.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:53 
11:07:53 (SWT:2044): Gtk-WARNING **: 15:07:53.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:53 
11:07:53 (SWT:2044): Gtk-WARNING **: 15:07:53.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:53 
11:07:53 (SWT:2044): Gtk-WARNING **: 15:07:53.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:53 
11:07:53 (SWT:2044): Gtk-WARNING **: 15:07:53.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:54 
11:07:54 (SWT:2044): Gdk-CRITICAL **: 15:07:54.224: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:54 
11:07:54 (SWT:2044): Gtk-WARNING **: 15:07:54.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:54 
11:07:54 (SWT:2044): Gtk-WARNING **: 15:07:54.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:54 
11:07:54 (SWT:2044): Gtk-WARNING **: 15:07:54.439: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:54 
11:07:54 (SWT:2044): Gtk-WARNING **: 15:07:54.439: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:54 
11:07:54 (SWT:2044): Gtk-WARNING **: 15:07:54.439: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:54 
11:07:54 (SWT:2044): Gtk-WARNING **: 15:07:54.440: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:54 
11:07:54 (SWT:2044): Gtk-WARNING **: 15:07:54.440: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:55 
11:07:55 (SWT:2044): Gdk-CRITICAL **: 15:07:55.643: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:55 
11:07:55 (SWT:2044): Gtk-WARNING **: 15:07:55.856: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:55 
11:07:55 (SWT:2044): Gtk-WARNING **: 15:07:55.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:55 
11:07:55 (SWT:2044): Gtk-WARNING **: 15:07:55.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:55 
11:07:55 (SWT:2044): Gtk-WARNING **: 15:07:55.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:55 
11:07:55 (SWT:2044): Gtk-WARNING **: 15:07:55.860: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:55 
11:07:55 (SWT:2044): Gtk-WARNING **: 15:07:55.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:55 
11:07:55 (SWT:2044): Gtk-WARNING **: 15:07:55.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:56 
11:07:56 (SWT:2044): Gdk-CRITICAL **: 15:07:56.991: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:57 
11:07:57 (SWT:2044): Gtk-WARNING **: 15:07:57.200: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:57 
11:07:57 (SWT:2044): Gtk-WARNING **: 15:07:57.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:57 
11:07:57 (SWT:2044): Gtk-WARNING **: 15:07:57.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:57 
11:07:57 (SWT:2044): Gtk-WARNING **: 15:07:57.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:57 
11:07:57 (SWT:2044): Gtk-WARNING **: 15:07:57.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:57 
11:07:57 (SWT:2044): Gtk-WARNING **: 15:07:57.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:57 
11:07:57 (SWT:2044): Gtk-WARNING **: 15:07:57.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:58 
11:07:58 (SWT:2044): Gdk-CRITICAL **: 15:07:58.361: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:58 
11:07:58 (SWT:2044): Gtk-WARNING **: 15:07:58.571: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:58 
11:07:58 (SWT:2044): Gtk-WARNING **: 15:07:58.574: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:58 
11:07:58 (SWT:2044): Gtk-WARNING **: 15:07:58.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:58 
11:07:58 (SWT:2044): Gtk-WARNING **: 15:07:58.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:58 
11:07:58 (SWT:2044): Gtk-WARNING **: 15:07:58.576: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:58 
11:07:58 (SWT:2044): Gtk-WARNING **: 15:07:58.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:58 
11:07:58 (SWT:2044): Gtk-WARNING **: 15:07:58.577: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:59 
11:07:59 (SWT:2044): Gdk-CRITICAL **: 15:07:59.746: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:07:59 
11:07:59 (SWT:2044): Gtk-WARNING **: 15:07:59.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:59 
11:07:59 (SWT:2044): Gtk-WARNING **: 15:07:59.960: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:59 
11:07:59 (SWT:2044): Gtk-WARNING **: 15:07:59.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:59 
11:07:59 (SWT:2044): Gtk-WARNING **: 15:07:59.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:59 
11:07:59 (SWT:2044): Gtk-WARNING **: 15:07:59.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:59 
11:07:59 (SWT:2044): Gtk-WARNING **: 15:07:59.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:07:59 
11:07:59 (SWT:2044): Gtk-WARNING **: 15:07:59.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:01 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 21.935 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.findsMenusRecursive[StaticMenu]  Time elapsed: 1.374 s
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksSubMenu[StaticMenu]  Time elapsed: 1.349 s
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksRadioMenuItem[StaticMenu]  Time elapsed: 1.329 s
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.findsSubMenus[StaticMenu]  Time elapsed: 1.366 s
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.testMenuItems[StaticMenu]  Time elapsed: 1.362 s
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksMenu[StaticMenu]  Time elapsed: 1.358 s
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.findsMenus[StaticMenu]  Time elapsed: 1.344 s
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksCheckMenuItem[StaticMenu]  Time elapsed: 1.339 s
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.findsMenusRecursive[DynamicMenu]  Time elapsed: 1.41 s
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksSubMenu[DynamicMenu]  Time elapsed: 1.388 s
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksRadioMenuItem[DynamicMenu]  Time elapsed: 1.39 s
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.findsSubMenus[DynamicMenu]  Time elapsed: 1.418 s
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.testMenuItems[DynamicMenu]  Time elapsed: 1.348 s
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksMenu[DynamicMenu]  Time elapsed: 1.37 s
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.findsMenus[DynamicMenu]  Time elapsed: 1.385 s
11:08:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotPopupMenuTest.clicksCheckMenuItem[DynamicMenu]  Time elapsed: 1.397 s
11:08:01 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest
11:08:01 
11:08:01 (SWT:2044): Gdk-CRITICAL **: 15:08:01.151: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:01 
11:08:01 (SWT:2044): Gtk-WARNING **: 15:08:01.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:01 
11:08:01 (SWT:2044): Gtk-WARNING **: 15:08:01.374: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:01 
11:08:01 (SWT:2044): Gtk-WARNING **: 15:08:01.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:01 
11:08:01 (SWT:2044): Gtk-WARNING **: 15:08:01.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:01 
11:08:01 (SWT:2044): Gtk-WARNING **: 15:08:01.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:01 
11:08:01 (SWT:2044): Gtk-WARNING **: 15:08:01.377: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:01 
11:08:01 (SWT:2044): Gtk-WARNING **: 15:08:01.377: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:02 
11:08:02 (SWT:2044): Gdk-CRITICAL **: 15:08:02.476: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:02 
11:08:02 (SWT:2044): Gtk-WARNING **: 15:08:02.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:02 
11:08:02 (SWT:2044): Gtk-WARNING **: 15:08:02.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:02 
11:08:02 (SWT:2044): Gtk-WARNING **: 15:08:02.693: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:02 
11:08:02 (SWT:2044): Gtk-WARNING **: 15:08:02.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:02 
11:08:02 (SWT:2044): Gtk-WARNING **: 15:08:02.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:02 
11:08:02 (SWT:2044): Gtk-WARNING **: 15:08:02.695: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:02 
11:08:02 (SWT:2044): Gtk-WARNING **: 15:08:02.695: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:03 
11:08:03 (SWT:2044): Gdk-CRITICAL **: 15:08:03.802: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:04 
11:08:04 (SWT:2044): Gtk-WARNING **: 15:08:04.019: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:04 
11:08:04 (SWT:2044): Gtk-WARNING **: 15:08:04.022: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:04 
11:08:04 (SWT:2044): Gtk-WARNING **: 15:08:04.023: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:04 
11:08:04 (SWT:2044): Gtk-WARNING **: 15:08:04.024: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:04 
11:08:04 (SWT:2044): Gtk-WARNING **: 15:08:04.024: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:04 
11:08:04 (SWT:2044): Gtk-WARNING **: 15:08:04.025: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:04 
11:08:04 (SWT:2044): Gtk-WARNING **: 15:08:04.025: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:05 
11:08:05 (SWT:2044): Gdk-CRITICAL **: 15:08:05.125: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:05 
11:08:05 (SWT:2044): Gtk-WARNING **: 15:08:05.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:05 
11:08:05 (SWT:2044): Gtk-WARNING **: 15:08:05.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:05 
11:08:05 (SWT:2044): Gtk-WARNING **: 15:08:05.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:05 
11:08:05 (SWT:2044): Gtk-WARNING **: 15:08:05.352: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:05 
11:08:05 (SWT:2044): Gtk-WARNING **: 15:08:05.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:05 
11:08:05 (SWT:2044): Gtk-WARNING **: 15:08:05.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:05 
11:08:05 (SWT:2044): Gtk-WARNING **: 15:08:05.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:06 
11:08:06 (SWT:2044): Gdk-CRITICAL **: 15:08:06.467: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:06 
11:08:06 (SWT:2044): Gtk-WARNING **: 15:08:06.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:06 
11:08:06 (SWT:2044): Gtk-WARNING **: 15:08:06.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:06 
11:08:06 (SWT:2044): Gtk-WARNING **: 15:08:06.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:06 
11:08:06 (SWT:2044): Gtk-WARNING **: 15:08:06.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:06 
11:08:06 (SWT:2044): Gtk-WARNING **: 15:08:06.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:06 
11:08:06 (SWT:2044): Gtk-WARNING **: 15:08:06.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:06 
11:08:06 (SWT:2044): Gtk-WARNING **: 15:08:06.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:07 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.666 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest
11:08:07 org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest.findsDateTime  Time elapsed: 1.324 s
11:08:07 org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest.bug347824  Time elapsed: 1.325 s
11:08:07 org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest.shouldHandleInvalidDates  Time elapsed: 1.323 s
11:08:07 org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest.setsAndGetsDateOnDateTime  Time elapsed: 1.342 s
11:08:07 org.eclipse.swtbot.swt.finder.widgets.SWTBotDateTimeTest.sendsNotification  Time elapsed: 1.349 s
11:08:07 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest
11:08:07 
11:08:07 (SWT:2044): Gdk-CRITICAL **: 15:08:07.820: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:08 
11:08:08 (SWT:2044): Gtk-WARNING **: 15:08:08.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:08 
11:08:08 (SWT:2044): Gtk-WARNING **: 15:08:08.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:08 
11:08:08 (SWT:2044): Gtk-WARNING **: 15:08:08.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:08 
11:08:08 (SWT:2044): Gtk-WARNING **: 15:08:08.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:08 
11:08:08 (SWT:2044): Gtk-WARNING **: 15:08:08.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:08 
11:08:08 (SWT:2044): Gtk-WARNING **: 15:08:08.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:08 
11:08:08 (SWT:2044): Gtk-WARNING **: 15:08:08.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:09 
11:08:09 (SWT:2044): Gdk-CRITICAL **: 15:08:09.176: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:09 
11:08:09 (SWT:2044): Gtk-WARNING **: 15:08:09.395: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:09 
11:08:09 (SWT:2044): Gtk-WARNING **: 15:08:09.397: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:09 
11:08:09 (SWT:2044): Gtk-WARNING **: 15:08:09.399: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:09 
11:08:09 (SWT:2044): Gtk-WARNING **: 15:08:09.399: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:09 
11:08:09 (SWT:2044): Gtk-WARNING **: 15:08:09.399: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:09 
11:08:09 (SWT:2044): Gtk-WARNING **: 15:08:09.400: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:09 
11:08:09 (SWT:2044): Gtk-WARNING **: 15:08:09.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:14 
11:08:14 (SWT:2044): Gdk-CRITICAL **: 15:08:14.499: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:14 
11:08:14 (SWT:2044): Gtk-WARNING **: 15:08:14.715: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:14 
11:08:14 (SWT:2044): Gtk-WARNING **: 15:08:14.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:14 
11:08:14 (SWT:2044): Gtk-WARNING **: 15:08:14.720: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:14 
11:08:14 (SWT:2044): Gtk-WARNING **: 15:08:14.720: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:14 
11:08:14 (SWT:2044): Gtk-WARNING **: 15:08:14.720: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:14 
11:08:14 (SWT:2044): Gtk-WARNING **: 15:08:14.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:14 
11:08:14 (SWT:2044): Gtk-WARNING **: 15:08:14.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:19 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest
11:08:19 org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest.clicksCheckBox  Time elapsed: 1.356 s
11:08:19 org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest.doesNotMatchRegularButtons  Time elapsed: 5.323 s
11:08:19 org.eclipse.swtbot.swt.finder.widgets.SWTBotCheckBoxTest.doesNotMatchRadioButtons  Time elapsed: 5.319 s
11:08:19 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest
11:08:19 
11:08:19 (SWT:2044): Gdk-CRITICAL **: 15:08:19.822: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:20 
11:08:20 (SWT:2044): Gdk-CRITICAL **: 15:08:20.149: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:25 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.689 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest
11:08:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest.canClickContextMenuOnCTabItem  Time elapsed: 0.327 s
11:08:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotCTabItemTest.canCloseCTabItems  Time elapsed: 5.36 s
11:08:25 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest
11:08:25 
11:08:25 (SWT:2044): Gdk-CRITICAL **: 15:08:25.515: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:25 
11:08:25 (SWT:2044): Gtk-WARNING **: 15:08:25.736: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:25 
11:08:25 (SWT:2044): Gtk-WARNING **: 15:08:25.739: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:25 
11:08:25 (SWT:2044): Gtk-WARNING **: 15:08:25.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:25 
11:08:25 (SWT:2044): Gtk-WARNING **: 15:08:25.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:25 
11:08:25 (SWT:2044): Gtk-WARNING **: 15:08:25.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:25 
11:08:25 (SWT:2044): Gtk-WARNING **: 15:08:25.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:25 
11:08:25 (SWT:2044): Gtk-WARNING **: 15:08:25.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:27 
11:08:27 (SWT:2044): Gdk-CRITICAL **: 15:08:27.267: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:27 
11:08:27 (SWT:2044): Gtk-WARNING **: 15:08:27.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:27 
11:08:27 (SWT:2044): Gtk-WARNING **: 15:08:27.490: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:27 
11:08:27 (SWT:2044): Gtk-WARNING **: 15:08:27.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:27 
11:08:27 (SWT:2044): Gtk-WARNING **: 15:08:27.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:27 
11:08:27 (SWT:2044): Gtk-WARNING **: 15:08:27.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:27 
11:08:27 (SWT:2044): Gtk-WARNING **: 15:08:27.493: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:27 
11:08:27 (SWT:2044): Gtk-WARNING **: 15:08:27.493: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:28 
11:08:28 (SWT:2044): Gdk-CRITICAL **: 15:08:28.983: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:29 
11:08:29 (SWT:2044): Gtk-WARNING **: 15:08:29.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:29 
11:08:29 (SWT:2044): Gtk-WARNING **: 15:08:29.207: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:29 
11:08:29 (SWT:2044): Gtk-WARNING **: 15:08:29.209: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:29 
11:08:29 (SWT:2044): Gtk-WARNING **: 15:08:29.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:29 
11:08:29 (SWT:2044): Gtk-WARNING **: 15:08:29.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:29 
11:08:29 (SWT:2044): Gtk-WARNING **: 15:08:29.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:29 
11:08:29 (SWT:2044): Gtk-WARNING **: 15:08:29.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:30 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.187 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest
11:08:30 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest.clicksHeaderContextMenuItem  Time elapsed: 1.751 s
11:08:30 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest.findsTableColumn  Time elapsed: 1.715 s
11:08:30 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableColumnTest.clicksTableColumn  Time elapsed: 1.718 s
11:08:30 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest
11:08:30 
11:08:30 (SWT:2044): Gdk-CRITICAL **: 15:08:30.705: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:30 
11:08:30 (SWT:2044): Gtk-WARNING **: 15:08:30.937: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:30 
11:08:30 (SWT:2044): Gtk-WARNING **: 15:08:30.940: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:30 
11:08:30 (SWT:2044): Gtk-WARNING **: 15:08:30.942: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:30 
11:08:30 (SWT:2044): Gtk-WARNING **: 15:08:30.942: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:30 
11:08:30 (SWT:2044): Gtk-WARNING **: 15:08:30.942: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:30 
11:08:30 (SWT:2044): Gtk-WARNING **: 15:08:30.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:30 
11:08:30 (SWT:2044): Gtk-WARNING **: 15:08:30.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:32 
11:08:32 (SWT:2044): Gdk-CRITICAL **: 15:08:32.173: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:32 
11:08:32 (SWT:2044): Gtk-WARNING **: 15:08:32.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:32 
11:08:32 (SWT:2044): Gtk-WARNING **: 15:08:32.399: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:32 
11:08:32 (SWT:2044): Gtk-WARNING **: 15:08:32.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:32 
11:08:32 (SWT:2044): Gtk-WARNING **: 15:08:32.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:32 
11:08:32 (SWT:2044): Gtk-WARNING **: 15:08:32.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:32 
11:08:32 (SWT:2044): Gtk-WARNING **: 15:08:32.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:32 
11:08:32 (SWT:2044): Gtk-WARNING **: 15:08:32.402: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:33 
11:08:33 (SWT:2044): Gdk-CRITICAL **: 15:08:33.808: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:34 
11:08:34 (SWT:2044): Gtk-WARNING **: 15:08:34.028: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:34 
11:08:34 (SWT:2044): Gtk-WARNING **: 15:08:34.031: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:34 
11:08:34 (SWT:2044): Gtk-WARNING **: 15:08:34.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:34 
11:08:34 (SWT:2044): Gtk-WARNING **: 15:08:34.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:34 
11:08:34 (SWT:2044): Gtk-WARNING **: 15:08:34.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:34 
11:08:34 (SWT:2044): Gtk-WARNING **: 15:08:34.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:34 
11:08:34 (SWT:2044): Gtk-WARNING **: 15:08:34.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:35 
11:08:35 (SWT:2044): Gdk-CRITICAL **: 15:08:35.410: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:35 
11:08:35 (SWT:2044): Gtk-WARNING **: 15:08:35.651: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:35 
11:08:35 (SWT:2044): Gtk-WARNING **: 15:08:35.659: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:35 
11:08:35 (SWT:2044): Gtk-WARNING **: 15:08:35.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:35 
11:08:35 (SWT:2044): Gtk-WARNING **: 15:08:35.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:35 
11:08:35 (SWT:2044): Gtk-WARNING **: 15:08:35.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:35 
11:08:35 (SWT:2044): Gtk-WARNING **: 15:08:35.673: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:35 
11:08:35 (SWT:2044): Gtk-WARNING **: 15:08:35.673: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:37 
11:08:37 (SWT:2044): Gdk-CRITICAL **: 15:08:37.096: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:37 
11:08:37 (SWT:2044): Gtk-WARNING **: 15:08:37.322: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:37 
11:08:37 (SWT:2044): Gtk-WARNING **: 15:08:37.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:37 
11:08:37 (SWT:2044): Gtk-WARNING **: 15:08:37.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:37 
11:08:37 (SWT:2044): Gtk-WARNING **: 15:08:37.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:37 
11:08:37 (SWT:2044): Gtk-WARNING **: 15:08:37.327: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:37 
11:08:37 (SWT:2044): Gtk-WARNING **: 15:08:37.328: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:37 
11:08:37 (SWT:2044): Gtk-WARNING **: 15:08:37.329: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:38 
11:08:38 (SWT:2044): Gdk-CRITICAL **: 15:08:38.589: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:38 
11:08:38 (SWT:2044): Gtk-WARNING **: 15:08:38.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:38 
11:08:38 (SWT:2044): Gtk-WARNING **: 15:08:38.820: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:38 
11:08:38 (SWT:2044): Gtk-WARNING **: 15:08:38.821: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:38 
11:08:38 (SWT:2044): Gtk-WARNING **: 15:08:38.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:38 
11:08:38 (SWT:2044): Gtk-WARNING **: 15:08:38.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:38 
11:08:38 (SWT:2044): Gtk-WARNING **: 15:08:38.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:38 
11:08:38 (SWT:2044): Gtk-WARNING **: 15:08:38.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:40 
11:08:40 (SWT:2044): Gdk-CRITICAL **: 15:08:40.087: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:40 
11:08:40 (SWT:2044): Gtk-WARNING **: 15:08:40.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:40 
11:08:40 (SWT:2044): Gtk-WARNING **: 15:08:40.316: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:40 
11:08:40 (SWT:2044): Gtk-WARNING **: 15:08:40.318: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:40 
11:08:40 (SWT:2044): Gtk-WARNING **: 15:08:40.318: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:40 
11:08:40 (SWT:2044): Gtk-WARNING **: 15:08:40.318: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:40 
11:08:40 (SWT:2044): Gtk-WARNING **: 15:08:40.319: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:40 
11:08:40 (SWT:2044): Gtk-WARNING **: 15:08:40.319: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:41 
11:08:41 (SWT:2044): Gdk-CRITICAL **: 15:08:41.651: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:41 
11:08:41 (SWT:2044): Gtk-WARNING **: 15:08:41.877: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:41 
11:08:41 (SWT:2044): Gtk-WARNING **: 15:08:41.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:41 
11:08:41 (SWT:2044): Gtk-WARNING **: 15:08:41.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:41 
11:08:41 (SWT:2044): Gtk-WARNING **: 15:08:41.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:41 
11:08:41 (SWT:2044): Gtk-WARNING **: 15:08:41.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:41 
11:08:41 (SWT:2044): Gtk-WARNING **: 15:08:41.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:41 
11:08:41 (SWT:2044): Gtk-WARNING **: 15:08:41.884: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:43 
11:08:43 (SWT:2044): Gdk-CRITICAL **: 15:08:43.415: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:43 
11:08:43 (SWT:2044): Gtk-WARNING **: 15:08:43.644: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:43 
11:08:43 (SWT:2044): Gtk-WARNING **: 15:08:43.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:43 
11:08:43 (SWT:2044): Gtk-WARNING **: 15:08:43.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:43 
11:08:43 (SWT:2044): Gtk-WARNING **: 15:08:43.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:43 
11:08:43 (SWT:2044): Gtk-WARNING **: 15:08:43.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:43 
11:08:43 (SWT:2044): Gtk-WARNING **: 15:08:43.651: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:43 
11:08:43 (SWT:2044): Gtk-WARNING **: 15:08:43.651: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:49 
11:08:49 (SWT:2044): Gdk-CRITICAL **: 15:08:49.912: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:50 
11:08:50 (SWT:2044): Gtk-WARNING **: 15:08:50.138: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:50 
11:08:50 (SWT:2044): Gtk-WARNING **: 15:08:50.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:50 
11:08:50 (SWT:2044): Gtk-WARNING **: 15:08:50.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:50 
11:08:50 (SWT:2044): Gtk-WARNING **: 15:08:50.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:50 
11:08:50 (SWT:2044): Gtk-WARNING **: 15:08:50.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:50 
11:08:50 (SWT:2044): Gtk-WARNING **: 15:08:50.145: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:50 
11:08:50 (SWT:2044): Gtk-WARNING **: 15:08:50.145: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:51 
11:08:51 (SWT:2044): Gdk-CRITICAL **: 15:08:51.575: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:51 
11:08:51 (SWT:2044): Gtk-WARNING **: 15:08:51.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:51 
11:08:51 (SWT:2044): Gtk-WARNING **: 15:08:51.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:51 
11:08:51 (SWT:2044): Gtk-WARNING **: 15:08:51.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:51 
11:08:51 (SWT:2044): Gtk-WARNING **: 15:08:51.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:51 
11:08:51 (SWT:2044): Gtk-WARNING **: 15:08:51.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:51 
11:08:51 (SWT:2044): Gtk-WARNING **: 15:08:51.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:51 
11:08:51 (SWT:2044): Gtk-WARNING **: 15:08:51.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:53 
11:08:53 (SWT:2044): Gdk-CRITICAL **: 15:08:53.081: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:53 
11:08:53 (SWT:2044): Gtk-WARNING **: 15:08:53.310: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:53 
11:08:53 (SWT:2044): Gtk-WARNING **: 15:08:53.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:53 
11:08:53 (SWT:2044): Gtk-WARNING **: 15:08:53.314: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:53 
11:08:53 (SWT:2044): Gtk-WARNING **: 15:08:53.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:53 
11:08:53 (SWT:2044): Gtk-WARNING **: 15:08:53.315: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:53 
11:08:53 (SWT:2044): Gtk-WARNING **: 15:08:53.316: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:53 
11:08:53 (SWT:2044): Gtk-WARNING **: 15:08:53.316: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:54 
11:08:54 (SWT:2044): Gdk-CRITICAL **: 15:08:54.718: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:54 
11:08:54 (SWT:2044): Gtk-WARNING **: 15:08:54.943: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:54 
11:08:54 (SWT:2044): Gtk-WARNING **: 15:08:54.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:54 
11:08:54 (SWT:2044): Gtk-WARNING **: 15:08:54.947: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:54 
11:08:54 (SWT:2044): Gtk-WARNING **: 15:08:54.947: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:54 
11:08:54 (SWT:2044): Gtk-WARNING **: 15:08:54.948: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:54 
11:08:54 (SWT:2044): Gtk-WARNING **: 15:08:54.949: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:54 
11:08:54 (SWT:2044): Gtk-WARNING **: 15:08:54.949: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:56 
11:08:56 (SWT:2044): Gdk-CRITICAL **: 15:08:56.236: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:56 
11:08:56 (SWT:2044): Gtk-WARNING **: 15:08:56.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:56 
11:08:56 (SWT:2044): Gtk-WARNING **: 15:08:56.466: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:56 
11:08:56 (SWT:2044): Gtk-WARNING **: 15:08:56.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:56 
11:08:56 (SWT:2044): Gtk-WARNING **: 15:08:56.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:56 
11:08:56 (SWT:2044): Gtk-WARNING **: 15:08:56.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:56 
11:08:56 (SWT:2044): Gtk-WARNING **: 15:08:56.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:56 
11:08:56 (SWT:2044): Gtk-WARNING **: 15:08:56.469: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:57 
11:08:57 (SWT:2044): Gdk-CRITICAL **: 15:08:57.725: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:57 
11:08:57 (SWT:2044): Gtk-WARNING **: 15:08:57.952: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:57 
11:08:57 (SWT:2044): Gtk-WARNING **: 15:08:57.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:57 
11:08:57 (SWT:2044): Gtk-WARNING **: 15:08:57.957: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:57 
11:08:57 (SWT:2044): Gtk-WARNING **: 15:08:57.957: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:57 
11:08:57 (SWT:2044): Gtk-WARNING **: 15:08:57.957: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:57 
11:08:57 (SWT:2044): Gtk-WARNING **: 15:08:57.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:57 
11:08:57 (SWT:2044): Gtk-WARNING **: 15:08:57.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:59 
11:08:59 (SWT:2044): Gdk-CRITICAL **: 15:08:59.330: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:08:59 
11:08:59 (SWT:2044): Gtk-WARNING **: 15:08:59.557: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:59 
11:08:59 (SWT:2044): Gtk-WARNING **: 15:08:59.560: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:59 
11:08:59 (SWT:2044): Gtk-WARNING **: 15:08:59.561: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:59 
11:08:59 (SWT:2044): Gtk-WARNING **: 15:08:59.561: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:59 
11:08:59 (SWT:2044): Gtk-WARNING **: 15:08:59.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:59 
11:08:59 (SWT:2044): Gtk-WARNING **: 15:08:59.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:08:59 
11:08:59 (SWT:2044): Gtk-WARNING **: 15:08:59.563: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:00 
11:09:00 (SWT:2044): Gdk-CRITICAL **: 15:09:00.974: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:01 
11:09:01 (SWT:2044): Gtk-WARNING **: 15:09:01.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:01 
11:09:01 (SWT:2044): Gtk-WARNING **: 15:09:01.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:01 
11:09:01 (SWT:2044): Gtk-WARNING **: 15:09:01.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:01 
11:09:01 (SWT:2044): Gtk-WARNING **: 15:09:01.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:01 
11:09:01 (SWT:2044): Gtk-WARNING **: 15:09:01.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:01 
11:09:01 (SWT:2044): Gtk-WARNING **: 15:09:01.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:01 
11:09:01 (SWT:2044): Gtk-WARNING **: 15:09:01.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:02 
11:09:02 (SWT:2044): Gdk-CRITICAL **: 15:09:02.627: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:02 
11:09:02 (SWT:2044): Gtk-WARNING **: 15:09:02.858: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:02 
11:09:02 (SWT:2044): Gtk-WARNING **: 15:09:02.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:02 
11:09:02 (SWT:2044): Gtk-WARNING **: 15:09:02.863: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:02 
11:09:02 (SWT:2044): Gtk-WARNING **: 15:09:02.863: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:02 
11:09:02 (SWT:2044): Gtk-WARNING **: 15:09:02.863: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:02 
11:09:02 (SWT:2044): Gtk-WARNING **: 15:09:02.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:02 
11:09:02 (SWT:2044): Gtk-WARNING **: 15:09:02.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:04 
11:09:04 (SWT:2044): Gdk-CRITICAL **: 15:09:04.158: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:04 
11:09:04 (SWT:2044): Gtk-WARNING **: 15:09:04.387: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:04 
11:09:04 (SWT:2044): Gtk-WARNING **: 15:09:04.390: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:04 
11:09:04 (SWT:2044): Gtk-WARNING **: 15:09:04.392: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:04 
11:09:04 (SWT:2044): Gtk-WARNING **: 15:09:04.392: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:04 
11:09:04 (SWT:2044): Gtk-WARNING **: 15:09:04.392: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:04 
11:09:04 (SWT:2044): Gtk-WARNING **: 15:09:04.393: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:04 
11:09:04 (SWT:2044): Gtk-WARNING **: 15:09:04.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:05 
11:09:05 (SWT:2044): Gdk-CRITICAL **: 15:09:05.812: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:06 
11:09:06 (SWT:2044): Gtk-WARNING **: 15:09:06.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:06 
11:09:06 (SWT:2044): Gtk-WARNING **: 15:09:06.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:06 
11:09:06 (SWT:2044): Gtk-WARNING **: 15:09:06.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:06 
11:09:06 (SWT:2044): Gtk-WARNING **: 15:09:06.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:06 
11:09:06 (SWT:2044): Gtk-WARNING **: 15:09:06.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:06 
11:09:06 (SWT:2044): Gtk-WARNING **: 15:09:06.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:06 
11:09:06 (SWT:2044): Gtk-WARNING **: 15:09:06.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:07 
11:09:07 (SWT:2044): Gdk-CRITICAL **: 15:09:07.396: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:07 
11:09:07 (SWT:2044): Gtk-WARNING **: 15:09:07.627: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:07 
11:09:07 (SWT:2044): Gtk-WARNING **: 15:09:07.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:07 
11:09:07 (SWT:2044): Gtk-WARNING **: 15:09:07.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:07 
11:09:07 (SWT:2044): Gtk-WARNING **: 15:09:07.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:07 
11:09:07 (SWT:2044): Gtk-WARNING **: 15:09:07.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:07 
11:09:07 (SWT:2044): Gtk-WARNING **: 15:09:07.634: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:07 
11:09:07 (SWT:2044): Gtk-WARNING **: 15:09:07.634: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:08 
11:09:08 (SWT:2044): Gdk-CRITICAL **: 15:09:08.933: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:09 
11:09:09 (SWT:2044): Gtk-WARNING **: 15:09:09.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:09 
11:09:09 (SWT:2044): Gtk-WARNING **: 15:09:09.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:09 
11:09:09 (SWT:2044): Gtk-WARNING **: 15:09:09.169: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:09 
11:09:09 (SWT:2044): Gtk-WARNING **: 15:09:09.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:09 
11:09:09 (SWT:2044): Gtk-WARNING **: 15:09:09.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:09 
11:09:09 (SWT:2044): Gtk-WARNING **: 15:09:09.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:09 
11:09:09 (SWT:2044): Gtk-WARNING **: 15:09:09.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:10 
11:09:10 (SWT:2044): Gdk-CRITICAL **: 15:09:10.535: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:10 
11:09:10 (SWT:2044): Gtk-WARNING **: 15:09:10.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:10 
11:09:10 (SWT:2044): Gtk-WARNING **: 15:09:10.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:10 
11:09:10 (SWT:2044): Gtk-WARNING **: 15:09:10.772: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:10 
11:09:10 (SWT:2044): Gtk-WARNING **: 15:09:10.772: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:10 
11:09:10 (SWT:2044): Gtk-WARNING **: 15:09:10.772: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:10 
11:09:10 (SWT:2044): Gtk-WARNING **: 15:09:10.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:10 
11:09:10 (SWT:2044): Gtk-WARNING **: 15:09:10.774: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:12 
11:09:12 (SWT:2044): Gdk-CRITICAL **: 15:09:12.082: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:12 
11:09:12 (SWT:2044): Gtk-WARNING **: 15:09:12.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:12 
11:09:12 (SWT:2044): Gtk-WARNING **: 15:09:12.316: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:12 
11:09:12 (SWT:2044): Gtk-WARNING **: 15:09:12.318: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:12 
11:09:12 (SWT:2044): Gtk-WARNING **: 15:09:12.318: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:12 
11:09:12 (SWT:2044): Gtk-WARNING **: 15:09:12.318: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:12 
11:09:12 (SWT:2044): Gtk-WARNING **: 15:09:12.319: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:12 
11:09:12 (SWT:2044): Gtk-WARNING **: 15:09:12.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:13 
11:09:13 (SWT:2044): Gdk-CRITICAL **: 15:09:13.602: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:13 
11:09:13 (SWT:2044): Gtk-WARNING **: 15:09:13.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:13 
11:09:13 (SWT:2044): Gtk-WARNING **: 15:09:13.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:13 
11:09:13 (SWT:2044): Gtk-WARNING **: 15:09:13.851: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:13 
11:09:13 (SWT:2044): Gtk-WARNING **: 15:09:13.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:13 
11:09:13 (SWT:2044): Gtk-WARNING **: 15:09:13.852: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:13 
11:09:13 (SWT:2044): Gtk-WARNING **: 15:09:13.853: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:13 
11:09:13 (SWT:2044): Gtk-WARNING **: 15:09:13.853: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:15 
11:09:15 (SWT:2044): Gdk-CRITICAL **: 15:09:15.154: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:15 
11:09:15 (SWT:2044): Gtk-WARNING **: 15:09:15.389: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:15 
11:09:15 (SWT:2044): Gtk-WARNING **: 15:09:15.392: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:15 
11:09:15 (SWT:2044): Gtk-WARNING **: 15:09:15.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:15 
11:09:15 (SWT:2044): Gtk-WARNING **: 15:09:15.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:15 
11:09:15 (SWT:2044): Gtk-WARNING **: 15:09:15.394: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:15 
11:09:15 (SWT:2044): Gtk-WARNING **: 15:09:15.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:15 
11:09:15 (SWT:2044): Gtk-WARNING **: 15:09:15.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:16 
11:09:16 (SWT:2044): Gdk-CRITICAL **: 15:09:16.956: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:17 
11:09:17 (SWT:2044): Gtk-WARNING **: 15:09:17.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:17 
11:09:17 (SWT:2044): Gtk-WARNING **: 15:09:17.195: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:17 
11:09:17 (SWT:2044): Gtk-WARNING **: 15:09:17.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:17 
11:09:17 (SWT:2044): Gtk-WARNING **: 15:09:17.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:17 
11:09:17 (SWT:2044): Gtk-WARNING **: 15:09:17.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:17 
11:09:17 (SWT:2044): Gtk-WARNING **: 15:09:17.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:17 
11:09:17 (SWT:2044): Gtk-WARNING **: 15:09:17.198: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:18 
11:09:18 (SWT:2044): Gdk-CRITICAL **: 15:09:18.568: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:18 
11:09:18 (SWT:2044): Gtk-WARNING **: 15:09:18.817: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:18 
11:09:18 (SWT:2044): Gtk-WARNING **: 15:09:18.820: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:18 
11:09:18 (SWT:2044): Gtk-WARNING **: 15:09:18.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:18 
11:09:18 (SWT:2044): Gtk-WARNING **: 15:09:18.822: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:18 
11:09:18 (SWT:2044): Gtk-WARNING **: 15:09:18.823: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:18 
11:09:18 (SWT:2044): Gtk-WARNING **: 15:09:18.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:18 
11:09:18 (SWT:2044): Gtk-WARNING **: 15:09:18.824: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:20 Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 49.449 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.checkingATreeThatDoesNotHaveCheckStyleBitsThrowsException  Time elapsed: 1.467 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.selectsAll  Time elapsed: 1.635 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.getsColumnTextBasedOnRowColumnNumbers  Time elapsed: 1.602 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canSelectAListOfNodes  Time elapsed: 1.685 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canExpandANodeUsingVarArgs  Time elapsed: 1.494 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canClickOnANode  Time elapsed: 1.497 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canUnCheckANode  Time elapsed: 1.564 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canDoubleClickOnANodeInAColumn  Time elapsed: 1.765 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.throwsExceptionIfNodeNameIsIllegal  Time elapsed: 6.496 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.cellOutOfRangeWithMultipleColumnsTree  Time elapsed: 1.663 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.isGrayedTreeNotChecked  Time elapsed: 1.506 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.unselects  Time elapsed: 1.636 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.isGrayed  Time elapsed: 1.518 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canFindANode  Time elapsed: 1.489 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canDoubleClickOnANode  Time elapsed: 1.605 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.getsRow  Time elapsed: 1.644 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.getsColumnTextBasedOnColumnNumbers  Time elapsed: 1.652 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.getsRowCount  Time elapsed: 1.532 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.getNodeBasedOnIndex  Time elapsed: 1.653 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canRightClickOnANode  Time elapsed: 1.584 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.throwsExceptionIfMultipleIndicesOnSingleSelect  Time elapsed: 1.538 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canToggleANode  Time elapsed: 1.601 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.cellOutOfRangeWithSingleColumnsTree  Time elapsed: 1.547 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.cannotFindANodeWithIncorrectNodeIndex  Time elapsed: 1.521 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canCallGetItems  Time elapsed: 1.551 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canClickOnANodeInAColumn  Time elapsed: 1.803 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.canCheckANode  Time elapsed: 1.611 s
11:09:20 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemTest.throwsExceptionIfTheRowNumberIsIllegal  Time elapsed: 1.586 s
11:09:20 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest
11:09:20 
11:09:20 (SWT:2044): Gdk-CRITICAL **: 15:09:20.158: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:20 
11:09:20 (SWT:2044): Gtk-WARNING **: 15:09:20.400: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:20 
11:09:20 (SWT:2044): Gtk-WARNING **: 15:09:20.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:20 
11:09:20 (SWT:2044): Gtk-WARNING **: 15:09:20.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:20 
11:09:20 (SWT:2044): Gtk-WARNING **: 15:09:20.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:20 
11:09:20 (SWT:2044): Gtk-WARNING **: 15:09:20.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:20 
11:09:20 (SWT:2044): Gtk-WARNING **: 15:09:20.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:20 
11:09:20 (SWT:2044): Gtk-WARNING **: 15:09:20.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:21 
11:09:21 (SWT:2044): Gdk-CRITICAL **: 15:09:21.657: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:21 
11:09:21 (SWT:2044): Gtk-WARNING **: 15:09:21.895: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:21 
11:09:21 (SWT:2044): Gtk-WARNING **: 15:09:21.898: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:21 
11:09:21 (SWT:2044): Gtk-WARNING **: 15:09:21.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:21 
11:09:21 (SWT:2044): Gtk-WARNING **: 15:09:21.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:21 
11:09:21 (SWT:2044): Gtk-WARNING **: 15:09:21.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:21 
11:09:21 (SWT:2044): Gtk-WARNING **: 15:09:21.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:21 
11:09:21 (SWT:2044): Gtk-WARNING **: 15:09:21.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:23 
11:09:23 (SWT:2044): Gdk-CRITICAL **: 15:09:23.171: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:23 
11:09:23 (SWT:2044): Gtk-WARNING **: 15:09:23.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:23 
11:09:23 (SWT:2044): Gtk-WARNING **: 15:09:23.412: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:23 
11:09:23 (SWT:2044): Gtk-WARNING **: 15:09:23.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:23 
11:09:23 (SWT:2044): Gtk-WARNING **: 15:09:23.414: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:23 
11:09:23 (SWT:2044): Gtk-WARNING **: 15:09:23.415: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:23 
11:09:23 (SWT:2044): Gtk-WARNING **: 15:09:23.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:23 
11:09:23 (SWT:2044): Gtk-WARNING **: 15:09:23.416: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:24 
11:09:24 (SWT:2044): Gdk-CRITICAL **: 15:09:24.660: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:24 
11:09:24 (SWT:2044): Gtk-WARNING **: 15:09:24.897: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:24 
11:09:24 (SWT:2044): Gtk-WARNING **: 15:09:24.900: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:24 
11:09:24 (SWT:2044): Gtk-WARNING **: 15:09:24.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:24 
11:09:24 (SWT:2044): Gtk-WARNING **: 15:09:24.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:24 
11:09:24 (SWT:2044): Gtk-WARNING **: 15:09:24.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:24 
11:09:24 (SWT:2044): Gtk-WARNING **: 15:09:24.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:24 
11:09:24 (SWT:2044): Gtk-WARNING **: 15:09:24.903: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:26 
11:09:26 (SWT:2044): Gdk-CRITICAL **: 15:09:26.164: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:26 
11:09:26 (SWT:2044): Gtk-WARNING **: 15:09:26.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:26 
11:09:26 (SWT:2044): Gtk-WARNING **: 15:09:26.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:26 
11:09:26 (SWT:2044): Gtk-WARNING **: 15:09:26.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:26 
11:09:26 (SWT:2044): Gtk-WARNING **: 15:09:26.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:26 
11:09:26 (SWT:2044): Gtk-WARNING **: 15:09:26.411: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:26 
11:09:26 (SWT:2044): Gtk-WARNING **: 15:09:26.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:26 
11:09:26 (SWT:2044): Gtk-WARNING **: 15:09:26.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:27 
11:09:27 (SWT:2044): Gdk-CRITICAL **: 15:09:27.646: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:27 
11:09:27 (SWT:2044): Gtk-WARNING **: 15:09:27.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:27 
11:09:27 (SWT:2044): Gtk-WARNING **: 15:09:27.889: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:27 
11:09:27 (SWT:2044): Gtk-WARNING **: 15:09:27.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:27 
11:09:27 (SWT:2044): Gtk-WARNING **: 15:09:27.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:27 
11:09:27 (SWT:2044): Gtk-WARNING **: 15:09:27.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:27 
11:09:27 (SWT:2044): Gtk-WARNING **: 15:09:27.893: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:27 
11:09:27 (SWT:2044): Gtk-WARNING **: 15:09:27.893: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:29 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.968 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest
11:09:29 org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest.findsScaleInGroup  Time elapsed: 1.498 s
11:09:29 org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest.shouldSetValue  Time elapsed: 1.513 s
11:09:29 org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest.shouldGetIncrementAndPageIncrement  Time elapsed: 1.49 s
11:09:29 org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest.shouldGetValue  Time elapsed: 1.503 s
11:09:29 org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest.findsScale  Time elapsed: 1.483 s
11:09:29 org.eclipse.swtbot.swt.finder.widgets.SWTBotScaleTest.shouldGetMinimumAndMaximum  Time elapsed: 1.479 s
11:09:29 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest
11:09:29 
11:09:29 (SWT:2044): Gdk-CRITICAL **: 15:09:29.131: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.417: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.419: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.429: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.430: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.430: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.431: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.431: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.431: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gdk-CRITICAL **: 15:09:29.469: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.753: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.754: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.764: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.764: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.765: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.766: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.766: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gtk-CRITICAL **: 15:09:29.766: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:29 
11:09:29 (SWT:2044): Gdk-CRITICAL **: 15:09:29.801: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.075: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.077: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.087: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.087: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.087: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.088: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.088: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.088: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:30 
11:09:30 (SWT:2044): Gdk-CRITICAL **: 15:09:30.130: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.409: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.410: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.421: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.421: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.421: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.422: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.422: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:30 
11:09:30 (SWT:2044): Gtk-CRITICAL **: 15:09:30.422: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gdk-CRITICAL **: 15:09:31.317: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.595: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.596: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.607: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.608: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.608: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.608: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gdk-CRITICAL **: 15:09:31.646: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.930: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.931: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.942: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.942: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.942: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.943: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.943: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:31 
11:09:31 (SWT:2044): Gtk-CRITICAL **: 15:09:31.943: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gdk-CRITICAL **: 15:09:32.033: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.315: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.316: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.326: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.326: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.327: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.327: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.328: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.328: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gdk-CRITICAL **: 15:09:32.362: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.647: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.649: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.660: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.660: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.660: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.661: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.661: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gtk-CRITICAL **: 15:09:32.662: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:32 
11:09:32 (SWT:2044): Gdk-CRITICAL **: 15:09:32.748: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.031: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.032: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.043: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.043: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.043: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.045: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.045: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.045: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gdk-CRITICAL **: 15:09:33.077: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.360: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.361: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.372: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.372: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.372: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.373: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.373: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.373: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gdk-CRITICAL **: 15:09:33.412: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.698: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.701: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.712: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.712: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.712: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.713: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.713: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gtk-CRITICAL **: 15:09:33.713: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:33 
11:09:33 (SWT:2044): Gdk-CRITICAL **: 15:09:33.784: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.071: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.072: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.082: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.082: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.083: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.083: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.084: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.084: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gdk-CRITICAL **: 15:09:34.152: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.437: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.438: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.449: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.449: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.450: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.451: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.451: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.451: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gdk-CRITICAL **: 15:09:34.533: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.816: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.818: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.828: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.828: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.828: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.829: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.829: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gtk-CRITICAL **: 15:09:34.829: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:34 
11:09:34 (SWT:2044): Gdk-CRITICAL **: 15:09:34.907: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.190: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.193: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.203: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.203: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.203: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.204: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.205: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.205: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gdk-CRITICAL **: 15:09:35.271: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.553: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.554: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.564: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.564: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.564: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.565: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.565: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.565: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gdk-CRITICAL **: 15:09:35.601: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.892: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.893: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.904: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.904: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.904: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.905: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.906: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gtk-CRITICAL **: 15:09:35.906: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:35 
11:09:35 (SWT:2044): Gdk-CRITICAL **: 15:09:35.939: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:36 
11:09:36 (SWT:2044): Gtk-CRITICAL **: 15:09:36.230: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:36 
11:09:36 (SWT:2044): Gtk-CRITICAL **: 15:09:36.231: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:36 
11:09:36 (SWT:2044): Gtk-CRITICAL **: 15:09:36.242: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:36 
11:09:36 (SWT:2044): Gtk-CRITICAL **: 15:09:36.242: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:36 
11:09:36 (SWT:2044): Gtk-CRITICAL **: 15:09:36.242: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:36 
11:09:36 (SWT:2044): Gtk-CRITICAL **: 15:09:36.243: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:36 
11:09:36 (SWT:2044): Gtk-CRITICAL **: 15:09:36.243: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:36 
11:09:36 (SWT:2044): Gtk-CRITICAL **: 15:09:36.243: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:37 
11:09:37 (SWT:2044): Gdk-CRITICAL **: 15:09:37.497: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:37 
11:09:37 (SWT:2044): Gtk-CRITICAL **: 15:09:37.785: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:37 
11:09:37 (SWT:2044): Gtk-CRITICAL **: 15:09:37.786: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:37 
11:09:37 (SWT:2044): Gtk-CRITICAL **: 15:09:37.798: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:37 
11:09:37 (SWT:2044): Gtk-CRITICAL **: 15:09:37.798: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:37 
11:09:37 (SWT:2044): Gtk-CRITICAL **: 15:09:37.798: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:37 
11:09:37 (SWT:2044): Gtk-CRITICAL **: 15:09:37.799: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:37 
11:09:37 (SWT:2044): Gtk-CRITICAL **: 15:09:37.799: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:37 
11:09:37 (SWT:2044): Gtk-CRITICAL **: 15:09:37.799: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:37 
11:09:37 (SWT:2044): Gdk-CRITICAL **: 15:09:37.836: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.130: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.131: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.141: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.141: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.141: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.142: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.143: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.143: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gdk-CRITICAL **: 15:09:38.178: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.476: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.477: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.487: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.487: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.487: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.488: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.488: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.488: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gdk-CRITICAL **: 15:09:38.562: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.863: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.864: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.876: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.876: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.876: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.877: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.877: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:38 
11:09:38 (SWT:2044): Gtk-CRITICAL **: 15:09:38.877: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:39 
11:09:39 (SWT:2044): Gdk-CRITICAL **: 15:09:39.923: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.222: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.223: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.233: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.234: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.234: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.235: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.235: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.235: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:40 
11:09:40 (SWT:2044): Gdk-CRITICAL **: 15:09:40.277: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.577: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.578: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.588: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.589: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.589: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.590: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.590: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:40 
11:09:40 (SWT:2044): Gtk-CRITICAL **: 15:09:40.590: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gdk-CRITICAL **: 15:09:42.246: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.538: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.539: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.550: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.550: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.550: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.551: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.551: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.551: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gdk-CRITICAL **: 15:09:42.590: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.881: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.882: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.892: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.892: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.893: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.893: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.894: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 
11:09:42 (SWT:2044): Gtk-CRITICAL **: 15:09:42.894: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:42 Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.808 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.selectsRangeWithTabWidth  Time elapsed: 0.338 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.selectsRange  Time elapsed: 0.331 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.insertsTextAtALocation  Time elapsed: 0.329 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.typesTextAtALocation  Time elapsed: 1.187 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.insertsTextAtALocationWithTabWidth  Time elapsed: 0.329 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.canDoubleClickOnStyledText  Time elapsed: 0.386 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.getsLinesWithEOLAtEndOfText  Time elapsed: 0.329 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.canClickOnStyledText  Time elapsed: 0.386 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.getsLineCountWithNoEOLEndOfText  Time elapsed: 0.329 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.getsBullet  Time elapsed: 0.335 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.canCtrlClickOnStyledText  Time elapsed: 0.372 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.findsStylesRangeInARangeWithTabWidth  Time elapsed: 0.367 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.findsTextStyle  Time elapsed: 0.381 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.canShiftClickOnStyledText  Time elapsed: 0.375 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.findsTextStyleWithTabWidth  Time elapsed: 0.363 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.getsTextOnCurrentLine  Time elapsed: 0.329 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.setsText  Time elapsed: 0.338 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.typesSpecialCharactersAtALocation  Time elapsed: 1.557 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.navigatesToAParticularLocationWithTAB  Time elapsed: 0.339 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.navigatesToAParticularLocation  Time elapsed: 0.342 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.findsStylesRangeInARange  Time elapsed: 0.384 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.testTypesTextAtALocation  Time elapsed: 1.36 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.getsTabs  Time elapsed: 0.354 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.typesTextAtALocationWithTabWidth  Time elapsed: 1.969 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.getsLinesWithNoEOLEndOfText  Time elapsed: 0.343 s
11:09:42 org.eclipse.swtbot.swt.finder.widgets.SWTBotStyledTextTest.getsLineCountWithEOLAtEndOfText  Time elapsed: 0.346 s
11:09:42 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest
11:09:42 
11:09:42 (SWT:2044): Gdk-CRITICAL **: 15:09:42.941: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:43 
11:09:43 (SWT:2044): Gtk-CRITICAL **: 15:09:43.006: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:09:43 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.088 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest
11:09:43 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickTest.doubleClickOnCell  Time elapsed: 0.087 s
11:09:43 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest
11:09:43 
11:09:43 (SWT:2044): Gdk-CRITICAL **: 15:09:43.032: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:43 
11:09:43 (SWT:2044): Gtk-WARNING **: 15:09:43.291: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:43 
11:09:43 (SWT:2044): Gtk-WARNING **: 15:09:43.294: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:43 
11:09:43 (SWT:2044): Gtk-WARNING **: 15:09:43.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:43 
11:09:43 (SWT:2044): Gtk-WARNING **: 15:09:43.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:43 
11:09:43 (SWT:2044): Gtk-WARNING **: 15:09:43.297: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:43 
11:09:43 (SWT:2044): Gtk-WARNING **: 15:09:43.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:43 
11:09:43 (SWT:2044): Gtk-WARNING **: 15:09:43.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:44 
11:09:44 (SWT:2044): Gdk-CRITICAL **: 15:09:44.977: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:45 
11:09:45 (SWT:2044): Gtk-WARNING **: 15:09:45.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:45 
11:09:45 (SWT:2044): Gtk-WARNING **: 15:09:45.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:45 
11:09:45 (SWT:2044): Gtk-WARNING **: 15:09:45.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:45 
11:09:45 (SWT:2044): Gtk-WARNING **: 15:09:45.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:45 
11:09:45 (SWT:2044): Gtk-WARNING **: 15:09:45.244: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:45 
11:09:45 (SWT:2044): Gtk-WARNING **: 15:09:45.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:45 
11:09:45 (SWT:2044): Gtk-WARNING **: 15:09:45.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:46 
11:09:46 (SWT:2044): Gdk-CRITICAL **: 15:09:46.876: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:47 
11:09:47 (SWT:2044): Gtk-WARNING **: 15:09:47.136: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:47 
11:09:47 (SWT:2044): Gtk-WARNING **: 15:09:47.139: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:47 
11:09:47 (SWT:2044): Gtk-WARNING **: 15:09:47.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:47 
11:09:47 (SWT:2044): Gtk-WARNING **: 15:09:47.141: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:47 
11:09:47 (SWT:2044): Gtk-WARNING **: 15:09:47.142: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:47 
11:09:47 (SWT:2044): Gtk-WARNING **: 15:09:47.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:47 
11:09:47 (SWT:2044): Gtk-WARNING **: 15:09:47.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:48 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.73 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest
11:09:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest.clicksTreeColumn  Time elapsed: 1.946 s
11:09:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest.clicksHeaderContextMenuItem  Time elapsed: 1.898 s
11:09:48 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeColumnTest.findsTreeColumn  Time elapsed: 1.885 s
11:09:48 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest
11:09:48 
11:09:48 (SWT:2044): Gdk-CRITICAL **: 15:09:48.765: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:49 
11:09:49 (SWT:2044): Gtk-WARNING **: 15:09:49.096: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:49 
11:09:49 (SWT:2044): Gtk-WARNING **: 15:09:49.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:49 
11:09:49 (SWT:2044): Gtk-WARNING **: 15:09:49.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:49 
11:09:49 (SWT:2044): Gtk-WARNING **: 15:09:49.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:49 
11:09:49 (SWT:2044): Gtk-WARNING **: 15:09:49.102: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:49 
11:09:49 (SWT:2044): Gtk-WARNING **: 15:09:49.103: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:49 
11:09:49 (SWT:2044): Gtk-WARNING **: 15:09:49.103: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:50 
11:09:50 (SWT:2044): Gdk-CRITICAL **: 15:09:50.420: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:50 
11:09:50 (SWT:2044): Gtk-WARNING **: 15:09:50.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:50 
11:09:50 (SWT:2044): Gtk-WARNING **: 15:09:50.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:50 
11:09:50 (SWT:2044): Gtk-WARNING **: 15:09:50.697: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:50 
11:09:50 (SWT:2044): Gtk-WARNING **: 15:09:50.697: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:50 
11:09:50 (SWT:2044): Gtk-WARNING **: 15:09:50.697: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:50 
11:09:50 (SWT:2044): Gtk-WARNING **: 15:09:50.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:50 
11:09:50 (SWT:2044): Gtk-WARNING **: 15:09:50.699: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:52 
11:09:52 (SWT:2044): Gdk-CRITICAL **: 15:09:52.018: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:52 
11:09:52 (SWT:2044): Gtk-WARNING **: 15:09:52.280: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:52 
11:09:52 (SWT:2044): Gtk-WARNING **: 15:09:52.284: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:52 
11:09:52 (SWT:2044): Gtk-WARNING **: 15:09:52.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:52 
11:09:52 (SWT:2044): Gtk-WARNING **: 15:09:52.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:52 
11:09:52 (SWT:2044): Gtk-WARNING **: 15:09:52.286: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:52 
11:09:52 (SWT:2044): Gtk-WARNING **: 15:09:52.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:52 
11:09:52 (SWT:2044): Gtk-WARNING **: 15:09:52.288: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:53 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.856 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest
11:09:53 org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest.selectionWorks  Time elapsed: 1.655 s
11:09:53 org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest.findsSpinner  Time elapsed: 1.598 s
11:09:53 org.eclipse.swtbot.swt.finder.widgets.SWTBotSpinnerTest.findsSpinnerInGroup  Time elapsed: 1.602 s
11:09:53 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest
11:09:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest
11:09:53 org.eclipse.swtbot.swt.finder.widgets.SWTBotBrowserTest skipped
11:09:53 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest
11:09:53 
11:09:53 (SWT:2044): Gdk-CRITICAL **: 15:09:53.635: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:53 
11:09:53 (SWT:2044): Gdk-CRITICAL **: 15:09:53.711: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:53 
11:09:53 (SWT:2044): Gdk-CRITICAL **: 15:09:53.793: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:53 
11:09:53 (SWT:2044): Gdk-CRITICAL **: 15:09:53.870: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:53 
11:09:53 (SWT:2044): Gdk-CRITICAL **: 15:09:53.944: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:54 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.394 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest
11:09:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest.findsSubMenus  Time elapsed: 0.084 s
11:09:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest.clicksSubMenus  Time elapsed: 0.081 s
11:09:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest.findsMenuRecursive  Time elapsed: 0.077 s
11:09:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest.findsMenuNotRecursive  Time elapsed: 0.073 s
11:09:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuTest.findsMenus  Time elapsed: 0.077 s
11:09:54 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest
11:09:54 
11:09:54 (SWT:2044): Gdk-CRITICAL **: 15:09:54.026: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:54 
11:09:54 (SWT:2044): Gdk-CRITICAL **: 15:09:54.074: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:54 
11:09:54 (SWT:2044): Gdk-CRITICAL **: 15:09:54.126: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:54 
11:09:54 (SWT:2044): Gdk-CRITICAL **: 15:09:54.173: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:54 
11:09:54 (SWT:2044): Gdk-CRITICAL **: 15:09:54.216: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:54 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest
11:09:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest.indexedTrayItemIsReturned  Time elapsed: 0.048 s
11:09:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest.menuCanBeAccessedOnTrayItem  Time elapsed: 0.051 s
11:09:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest.firstTrayItemIsReturned  Time elapsed: 0.046 s
11:09:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest.listOfTrayItemsIsReturned  Time elapsed: 0.043 s
11:09:54 org.eclipse.swtbot.swt.finder.widgets.SWTBotTrayItemTest.trayItemWithTooltipIsReturned  Time elapsed: 0.045 s
11:09:54 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest
11:09:54 
11:09:54 (SWT:2044): Gdk-CRITICAL **: 15:09:54.265: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:54 
11:09:54 (SWT:2044): Gtk-WARNING **: 15:09:54.531: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:54 
11:09:54 (SWT:2044): Gtk-WARNING **: 15:09:54.534: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:54 
11:09:54 (SWT:2044): Gtk-WARNING **: 15:09:54.536: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:54 
11:09:54 (SWT:2044): Gtk-WARNING **: 15:09:54.536: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:54 
11:09:54 (SWT:2044): Gtk-WARNING **: 15:09:54.536: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:54 
11:09:54 (SWT:2044): Gtk-WARNING **: 15:09:54.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:54 
11:09:54 (SWT:2044): Gtk-WARNING **: 15:09:54.538: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:56 
11:09:56 (SWT:2044): Gdk-CRITICAL **: 15:09:56.077: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:56 
11:09:56 (SWT:2044): Gtk-WARNING **: 15:09:56.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:56 
11:09:56 (SWT:2044): Gtk-WARNING **: 15:09:56.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:56 
11:09:56 (SWT:2044): Gtk-WARNING **: 15:09:56.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:56 
11:09:56 (SWT:2044): Gtk-WARNING **: 15:09:56.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:56 
11:09:56 (SWT:2044): Gtk-WARNING **: 15:09:56.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:56 
11:09:56 (SWT:2044): Gtk-WARNING **: 15:09:56.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:56 
11:09:56 (SWT:2044): Gtk-WARNING **: 15:09:56.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:57 
11:09:57 (SWT:2044): Gdk-CRITICAL **: 15:09:57.890: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:58 
11:09:58 (SWT:2044): Gtk-WARNING **: 15:09:58.159: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:58 
11:09:58 (SWT:2044): Gtk-WARNING **: 15:09:58.163: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:58 
11:09:58 (SWT:2044): Gtk-WARNING **: 15:09:58.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:58 
11:09:58 (SWT:2044): Gtk-WARNING **: 15:09:58.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:58 
11:09:58 (SWT:2044): Gtk-WARNING **: 15:09:58.165: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:58 
11:09:58 (SWT:2044): Gtk-WARNING **: 15:09:58.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:58 
11:09:58 (SWT:2044): Gtk-WARNING **: 15:09:58.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:59 
11:09:59 (SWT:2044): Gdk-CRITICAL **: 15:09:59.715: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:09:59 
11:09:59 (SWT:2044): Gtk-WARNING **: 15:09:59.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:59 
11:09:59 (SWT:2044): Gtk-WARNING **: 15:09:59.988: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:59 
11:09:59 (SWT:2044): Gtk-WARNING **: 15:09:59.990: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:59 
11:09:59 (SWT:2044): Gtk-WARNING **: 15:09:59.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:59 
11:09:59 (SWT:2044): Gtk-WARNING **: 15:09:59.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:59 
11:09:59 (SWT:2044): Gtk-WARNING **: 15:09:59.992: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:09:59 
11:09:59 (SWT:2044): Gtk-WARNING **: 15:09:59.992: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:01 
11:10:01 (SWT:2044): Gdk-CRITICAL **: 15:10:01.526: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:01 
11:10:01 (SWT:2044): Gtk-WARNING **: 15:10:01.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:01 
11:10:01 (SWT:2044): Gtk-WARNING **: 15:10:01.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:01 
11:10:01 (SWT:2044): Gtk-WARNING **: 15:10:01.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:01 
11:10:01 (SWT:2044): Gtk-WARNING **: 15:10:01.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:01 
11:10:01 (SWT:2044): Gtk-WARNING **: 15:10:01.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:01 
11:10:01 (SWT:2044): Gtk-WARNING **: 15:10:01.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:01 
11:10:01 (SWT:2044): Gtk-WARNING **: 15:10:01.800: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:03 
11:10:03 (SWT:2044): Gdk-CRITICAL **: 15:10:03.295: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:03 
11:10:03 (SWT:2044): Gtk-WARNING **: 15:10:03.562: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:03 
11:10:03 (SWT:2044): Gtk-WARNING **: 15:10:03.565: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:03 
11:10:03 (SWT:2044): Gtk-WARNING **: 15:10:03.567: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:03 
11:10:03 (SWT:2044): Gtk-WARNING **: 15:10:03.567: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:03 
11:10:03 (SWT:2044): Gtk-WARNING **: 15:10:03.568: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:03 
11:10:03 (SWT:2044): Gtk-WARNING **: 15:10:03.569: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:03 
11:10:03 (SWT:2044): Gtk-WARNING **: 15:10:03.569: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:05 
11:10:05 (SWT:2044): Gdk-CRITICAL **: 15:10:05.086: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:05 
11:10:05 (SWT:2044): Gtk-WARNING **: 15:10:05.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:05 
11:10:05 (SWT:2044): Gtk-WARNING **: 15:10:05.361: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:05 
11:10:05 (SWT:2044): Gtk-WARNING **: 15:10:05.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:05 
11:10:05 (SWT:2044): Gtk-WARNING **: 15:10:05.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:05 
11:10:05 (SWT:2044): Gtk-WARNING **: 15:10:05.363: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:05 
11:10:05 (SWT:2044): Gtk-WARNING **: 15:10:05.365: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:05 
11:10:05 (SWT:2044): Gtk-WARNING **: 15:10:05.365: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:06 
11:10:06 (SWT:2044): Gdk-CRITICAL **: 15:10:06.900: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:07 
11:10:07 (SWT:2044): Gtk-WARNING **: 15:10:07.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:07 
11:10:07 (SWT:2044): Gtk-WARNING **: 15:10:07.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:07 
11:10:07 (SWT:2044): Gtk-WARNING **: 15:10:07.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:07 
11:10:07 (SWT:2044): Gtk-WARNING **: 15:10:07.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:07 
11:10:07 (SWT:2044): Gtk-WARNING **: 15:10:07.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:07 
11:10:07 (SWT:2044): Gtk-WARNING **: 15:10:07.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:07 
11:10:07 (SWT:2044): Gtk-WARNING **: 15:10:07.192: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:08 
11:10:08 (SWT:2044): Gdk-CRITICAL **: 15:10:08.799: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:09 
11:10:09 (SWT:2044): Gtk-WARNING **: 15:10:09.069: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:09 
11:10:09 (SWT:2044): Gtk-WARNING **: 15:10:09.073: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:09 
11:10:09 (SWT:2044): Gtk-WARNING **: 15:10:09.075: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:09 
11:10:09 (SWT:2044): Gtk-WARNING **: 15:10:09.075: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:09 
11:10:09 (SWT:2044): Gtk-WARNING **: 15:10:09.075: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:09 
11:10:09 (SWT:2044): Gtk-WARNING **: 15:10:09.077: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:09 
11:10:09 (SWT:2044): Gtk-WARNING **: 15:10:09.077: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:10 
11:10:10 (SWT:2044): Gdk-CRITICAL **: 15:10:10.714: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:11 
11:10:11 (SWT:2044): Gtk-WARNING **: 15:10:11.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:11 
11:10:11 (SWT:2044): Gtk-WARNING **: 15:10:11.018: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:11 
11:10:11 (SWT:2044): Gtk-WARNING **: 15:10:11.020: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:11 
11:10:11 (SWT:2044): Gtk-WARNING **: 15:10:11.020: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:11 
11:10:11 (SWT:2044): Gtk-WARNING **: 15:10:11.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:11 
11:10:11 (SWT:2044): Gtk-WARNING **: 15:10:11.022: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:11 
11:10:11 (SWT:2044): Gtk-WARNING **: 15:10:11.022: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:12 
11:10:12 (SWT:2044): Gdk-CRITICAL **: 15:10:12.680: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:12 
11:10:12 (SWT:2044): Gtk-WARNING **: 15:10:12.963: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:12 
11:10:12 (SWT:2044): Gtk-WARNING **: 15:10:12.966: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:12 
11:10:12 (SWT:2044): Gtk-WARNING **: 15:10:12.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:12 
11:10:12 (SWT:2044): Gtk-WARNING **: 15:10:12.969: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:12 
11:10:12 (SWT:2044): Gtk-WARNING **: 15:10:12.969: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:12 
11:10:12 (SWT:2044): Gtk-WARNING **: 15:10:12.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:12 
11:10:12 (SWT:2044): Gtk-WARNING **: 15:10:12.970: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:14 
11:10:14 (SWT:2044): Gdk-CRITICAL **: 15:10:14.521: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:14 
11:10:14 (SWT:2044): Gtk-WARNING **: 15:10:14.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:14 
11:10:14 (SWT:2044): Gtk-WARNING **: 15:10:14.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:14 
11:10:14 (SWT:2044): Gtk-WARNING **: 15:10:14.797: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:14 
11:10:14 (SWT:2044): Gtk-WARNING **: 15:10:14.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:14 
11:10:14 (SWT:2044): Gtk-WARNING **: 15:10:14.798: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:14 
11:10:14 (SWT:2044): Gtk-WARNING **: 15:10:14.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:14 
11:10:14 (SWT:2044): Gtk-WARNING **: 15:10:14.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:16 
11:10:16 (SWT:2044): Gdk-CRITICAL **: 15:10:16.328: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:16 
11:10:16 (SWT:2044): Gtk-WARNING **: 15:10:16.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:16 
11:10:16 (SWT:2044): Gtk-WARNING **: 15:10:16.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:16 
11:10:16 (SWT:2044): Gtk-WARNING **: 15:10:16.611: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:16 
11:10:16 (SWT:2044): Gtk-WARNING **: 15:10:16.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:16 
11:10:16 (SWT:2044): Gtk-WARNING **: 15:10:16.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:16 
11:10:16 (SWT:2044): Gtk-WARNING **: 15:10:16.614: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:16 
11:10:16 (SWT:2044): Gtk-WARNING **: 15:10:16.614: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:18 
11:10:18 (SWT:2044): Gdk-CRITICAL **: 15:10:18.194: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:18 
11:10:18 (SWT:2044): Gtk-WARNING **: 15:10:18.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:18 
11:10:18 (SWT:2044): Gtk-WARNING **: 15:10:18.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:18 
11:10:18 (SWT:2044): Gtk-WARNING **: 15:10:18.475: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:18 
11:10:18 (SWT:2044): Gtk-WARNING **: 15:10:18.475: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:18 
11:10:18 (SWT:2044): Gtk-WARNING **: 15:10:18.476: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:18 
11:10:18 (SWT:2044): Gtk-WARNING **: 15:10:18.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:18 
11:10:18 (SWT:2044): Gtk-WARNING **: 15:10:18.477: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:20 
11:10:20 (SWT:2044): Gdk-CRITICAL **: 15:10:20.065: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:20 
11:10:20 (SWT:2044): Gtk-WARNING **: 15:10:20.342: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:20 
11:10:20 (SWT:2044): Gtk-WARNING **: 15:10:20.345: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:20 
11:10:20 (SWT:2044): Gtk-WARNING **: 15:10:20.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:20 
11:10:20 (SWT:2044): Gtk-WARNING **: 15:10:20.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:20 
11:10:20 (SWT:2044): Gtk-WARNING **: 15:10:20.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:20 
11:10:20 (SWT:2044): Gtk-WARNING **: 15:10:20.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:20 
11:10:20 (SWT:2044): Gtk-WARNING **: 15:10:20.349: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:21 
11:10:21 (SWT:2044): Gdk-CRITICAL **: 15:10:21.885: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:22 
11:10:22 (SWT:2044): Gtk-WARNING **: 15:10:22.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:22 
11:10:22 (SWT:2044): Gtk-WARNING **: 15:10:22.172: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:22 
11:10:22 (SWT:2044): Gtk-WARNING **: 15:10:22.174: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:22 
11:10:22 (SWT:2044): Gtk-WARNING **: 15:10:22.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:22 
11:10:22 (SWT:2044): Gtk-WARNING **: 15:10:22.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:22 
11:10:22 (SWT:2044): Gtk-WARNING **: 15:10:22.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:22 
11:10:22 (SWT:2044): Gtk-WARNING **: 15:10:22.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:23 
11:10:23 (SWT:2044): Gdk-CRITICAL **: 15:10:23.733: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:24 
11:10:24 (SWT:2044): Gtk-WARNING **: 15:10:24.013: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:24 
11:10:24 (SWT:2044): Gtk-WARNING **: 15:10:24.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:24 
11:10:24 (SWT:2044): Gtk-WARNING **: 15:10:24.018: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:24 
11:10:24 (SWT:2044): Gtk-WARNING **: 15:10:24.019: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:24 
11:10:24 (SWT:2044): Gtk-WARNING **: 15:10:24.019: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:24 
11:10:24 (SWT:2044): Gtk-WARNING **: 15:10:24.020: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:24 
11:10:24 (SWT:2044): Gtk-WARNING **: 15:10:24.020: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:25 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.33 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.selectionNotifiesListeners  Time elapsed: 1.812 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.unSelectsSelectionMulti  Time elapsed: 1.813 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.throwsExceptionInCaseOfInvalidTextBasedSelectionMulti  Time elapsed: 1.825 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.setsAndGetsMultipleSelectionByText  Time elapsed: 1.811 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.unSelectsSelection  Time elapsed: 1.769 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.setsAndGetsSingleSelectionByText  Time elapsed: 1.791 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.setsAndGetsMultipleSelectionByIndex  Time elapsed: 1.813 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.throwsExceptionInCaseOfInvalidIndexBasedSelectionMulti  Time elapsed: 1.897 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.getsItemAtIndex  Time elapsed: 1.915 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.throwsExceptionInCaseOfInvalidIndexBasedSelection  Time elapsed: 1.965 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.canDoubleClickOnList  Time elapsed: 1.841 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.throwsExceptionInCaseOfInvalidTextBasedSelection  Time elapsed: 1.807 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.deSelectNotifiesListeners  Time elapsed: 1.866 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.selectionNotifiesListenersMulti  Time elapsed: 1.871 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.setsAndGetsSingleSelectionByIndex  Time elapsed: 1.82 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.findsAListWithoutLabel  Time elapsed: 1.846 s
11:10:25 org.eclipse.swtbot.swt.finder.widgets.SWTBotListTest.getsIndexOfItem  Time elapsed: 1.861 s
11:10:25 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest
11:10:25 
11:10:25 (SWT:2044): Gdk-CRITICAL **: 15:10:25.598: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:25 
11:10:25 (SWT:2044): Gtk-WARNING **: 15:10:25.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:25 
11:10:25 (SWT:2044): Gtk-WARNING **: 15:10:25.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:25 
11:10:25 (SWT:2044): Gtk-WARNING **: 15:10:25.885: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:25 
11:10:25 (SWT:2044): Gtk-WARNING **: 15:10:25.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:25 
11:10:25 (SWT:2044): Gtk-WARNING **: 15:10:25.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:25 
11:10:25 (SWT:2044): Gtk-WARNING **: 15:10:25.887: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:25 
11:10:25 (SWT:2044): Gtk-WARNING **: 15:10:25.887: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:27 
11:10:27 (SWT:2044): Gdk-CRITICAL **: 15:10:27.790: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:28 
11:10:28 (SWT:2044): Gtk-WARNING **: 15:10:28.075: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:28 
11:10:28 (SWT:2044): Gtk-WARNING **: 15:10:28.079: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:28 
11:10:28 (SWT:2044): Gtk-WARNING **: 15:10:28.081: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:28 
11:10:28 (SWT:2044): Gtk-WARNING **: 15:10:28.081: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:28 
11:10:28 (SWT:2044): Gtk-WARNING **: 15:10:28.081: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:28 
11:10:28 (SWT:2044): Gtk-WARNING **: 15:10:28.083: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:28 
11:10:28 (SWT:2044): Gtk-WARNING **: 15:10:28.083: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:29 
11:10:29 (SWT:2044): Gdk-CRITICAL **: 15:10:29.765: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:30 
11:10:30 (SWT:2044): Gtk-WARNING **: 15:10:30.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:30 
11:10:30 (SWT:2044): Gtk-WARNING **: 15:10:30.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:30 
11:10:30 (SWT:2044): Gtk-WARNING **: 15:10:30.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:30 
11:10:30 (SWT:2044): Gtk-WARNING **: 15:10:30.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:30 
11:10:30 (SWT:2044): Gtk-WARNING **: 15:10:30.051: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:30 
11:10:30 (SWT:2044): Gtk-WARNING **: 15:10:30.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:30 
11:10:30 (SWT:2044): Gtk-WARNING **: 15:10:30.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:31 
11:10:31 (SWT:2044): Gdk-CRITICAL **: 15:10:31.748: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:32 
11:10:32 (SWT:2044): Gtk-WARNING **: 15:10:32.027: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:32 
11:10:32 (SWT:2044): Gtk-WARNING **: 15:10:32.030: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:32 
11:10:32 (SWT:2044): Gtk-WARNING **: 15:10:32.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:32 
11:10:32 (SWT:2044): Gtk-WARNING **: 15:10:32.032: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:32 
11:10:32 (SWT:2044): Gtk-WARNING **: 15:10:32.033: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:32 
11:10:32 (SWT:2044): Gtk-WARNING **: 15:10:32.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:32 
11:10:32 (SWT:2044): Gtk-WARNING **: 15:10:32.034: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:33 
11:10:33 (SWT:2044): Gdk-CRITICAL **: 15:10:33.729: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:34 
11:10:34 (SWT:2044): Gtk-WARNING **: 15:10:34.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:34 
11:10:34 (SWT:2044): Gtk-WARNING **: 15:10:34.012: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:34 
11:10:34 (SWT:2044): Gtk-WARNING **: 15:10:34.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:34 
11:10:34 (SWT:2044): Gtk-WARNING **: 15:10:34.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:34 
11:10:34 (SWT:2044): Gtk-WARNING **: 15:10:34.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:34 
11:10:34 (SWT:2044): Gtk-WARNING **: 15:10:34.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:34 
11:10:34 (SWT:2044): Gtk-WARNING **: 15:10:34.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:35 
11:10:35 (SWT:2044): Gdk-CRITICAL **: 15:10:35.723: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:36 
11:10:36 (SWT:2044): Gtk-WARNING **: 15:10:36.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:36 
11:10:36 (SWT:2044): Gtk-WARNING **: 15:10:36.019: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:36 
11:10:36 (SWT:2044): Gtk-WARNING **: 15:10:36.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:36 
11:10:36 (SWT:2044): Gtk-WARNING **: 15:10:36.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:36 
11:10:36 (SWT:2044): Gtk-WARNING **: 15:10:36.021: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:36 
11:10:36 (SWT:2044): Gtk-WARNING **: 15:10:36.023: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:36 
11:10:36 (SWT:2044): Gtk-WARNING **: 15:10:36.023: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:37 
11:10:37 (SWT:2044): Gdk-CRITICAL **: 15:10:37.746: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:38 
11:10:38 (SWT:2044): Gtk-WARNING **: 15:10:38.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:38 
11:10:38 (SWT:2044): Gtk-WARNING **: 15:10:38.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:38 
11:10:38 (SWT:2044): Gtk-WARNING **: 15:10:38.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:38 
11:10:38 (SWT:2044): Gtk-WARNING **: 15:10:38.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:38 
11:10:38 (SWT:2044): Gtk-WARNING **: 15:10:38.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:38 
11:10:38 (SWT:2044): Gtk-WARNING **: 15:10:38.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:38 
11:10:38 (SWT:2044): Gtk-WARNING **: 15:10:38.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:39 
11:10:39 (SWT:2044): Gdk-CRITICAL **: 15:10:39.888: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:40 
11:10:40 (SWT:2044): Gtk-WARNING **: 15:10:40.176: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:40 
11:10:40 (SWT:2044): Gtk-WARNING **: 15:10:40.180: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:40 
11:10:40 (SWT:2044): Gtk-WARNING **: 15:10:40.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:40 
11:10:40 (SWT:2044): Gtk-WARNING **: 15:10:40.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:40 
11:10:40 (SWT:2044): Gtk-WARNING **: 15:10:40.182: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:40 
11:10:40 (SWT:2044): Gtk-WARNING **: 15:10:40.184: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:40 
11:10:40 (SWT:2044): Gtk-WARNING **: 15:10:40.184: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:41 
11:10:41 (SWT:2044): Gdk-CRITICAL **: 15:10:41.893: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:42 
11:10:42 (SWT:2044): Gtk-WARNING **: 15:10:42.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:42 
11:10:42 (SWT:2044): Gtk-WARNING **: 15:10:42.181: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:42 
11:10:42 (SWT:2044): Gtk-WARNING **: 15:10:42.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:42 
11:10:42 (SWT:2044): Gtk-WARNING **: 15:10:42.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:42 
11:10:42 (SWT:2044): Gtk-WARNING **: 15:10:42.183: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:42 
11:10:42 (SWT:2044): Gtk-WARNING **: 15:10:42.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:42 
11:10:42 (SWT:2044): Gtk-WARNING **: 15:10:42.185: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:44 
11:10:44 (SWT:2044): Gdk-CRITICAL **: 15:10:44.146: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:44 
11:10:44 (SWT:2044): Gtk-WARNING **: 15:10:44.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:44 
11:10:44 (SWT:2044): Gtk-WARNING **: 15:10:44.436: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:44 
11:10:44 (SWT:2044): Gtk-WARNING **: 15:10:44.438: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:44 
11:10:44 (SWT:2044): Gtk-WARNING **: 15:10:44.438: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:44 
11:10:44 (SWT:2044): Gtk-WARNING **: 15:10:44.438: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:44 
11:10:44 (SWT:2044): Gtk-WARNING **: 15:10:44.440: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:44 
11:10:44 (SWT:2044): Gtk-WARNING **: 15:10:44.440: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:46 
11:10:46 (SWT:2044): Gdk-CRITICAL **: 15:10:46.327: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:46 
11:10:46 (SWT:2044): Gtk-WARNING **: 15:10:46.629: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:46 
11:10:46 (SWT:2044): Gtk-WARNING **: 15:10:46.632: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:46 
11:10:46 (SWT:2044): Gtk-WARNING **: 15:10:46.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:46 
11:10:46 (SWT:2044): Gtk-WARNING **: 15:10:46.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:46 
11:10:46 (SWT:2044): Gtk-WARNING **: 15:10:46.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:46 
11:10:46 (SWT:2044): Gtk-WARNING **: 15:10:46.637: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:46 
11:10:46 (SWT:2044): Gtk-WARNING **: 15:10:46.637: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:48 
11:10:48 (SWT:2044): Gdk-CRITICAL **: 15:10:48.500: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:48 
11:10:48 (SWT:2044): Gtk-WARNING **: 15:10:48.787: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:48 
11:10:48 (SWT:2044): Gtk-WARNING **: 15:10:48.791: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:48 
11:10:48 (SWT:2044): Gtk-WARNING **: 15:10:48.793: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:48 
11:10:48 (SWT:2044): Gtk-WARNING **: 15:10:48.793: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:48 
11:10:48 (SWT:2044): Gtk-WARNING **: 15:10:48.794: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:48 
11:10:48 (SWT:2044): Gtk-WARNING **: 15:10:48.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:48 
11:10:48 (SWT:2044): Gtk-WARNING **: 15:10:48.795: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:50 
11:10:50 (SWT:2044): Gdk-CRITICAL **: 15:10:50.657: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:50 
11:10:50 (SWT:2044): Gtk-WARNING **: 15:10:50.946: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:50 
11:10:50 (SWT:2044): Gtk-WARNING **: 15:10:50.950: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:50 
11:10:50 (SWT:2044): Gtk-WARNING **: 15:10:50.952: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:50 
11:10:50 (SWT:2044): Gtk-WARNING **: 15:10:50.952: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:50 
11:10:50 (SWT:2044): Gtk-WARNING **: 15:10:50.952: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:50 
11:10:50 (SWT:2044): Gtk-WARNING **: 15:10:50.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:50 
11:10:50 (SWT:2044): Gtk-WARNING **: 15:10:50.954: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:52 
11:10:52 (SWT:2044): Gdk-CRITICAL **: 15:10:52.783: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:53 
11:10:53 (SWT:2044): Gtk-WARNING **: 15:10:53.072: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:53 
11:10:53 (SWT:2044): Gtk-WARNING **: 15:10:53.075: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:53 
11:10:53 (SWT:2044): Gtk-WARNING **: 15:10:53.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:53 
11:10:53 (SWT:2044): Gtk-WARNING **: 15:10:53.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:53 
11:10:53 (SWT:2044): Gtk-WARNING **: 15:10:53.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:53 
11:10:53 (SWT:2044): Gtk-WARNING **: 15:10:53.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:53 
11:10:53 (SWT:2044): Gtk-WARNING **: 15:10:53.080: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:55 Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 29.436 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest
11:10:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canUnCheckALine  Time elapsed: 2.191 s
11:10:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.isGrayed  Time elapsed: 1.976 s
11:10:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canFindALine  Time elapsed: 1.983 s
11:10:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.checkingATableThatDoesNotHaveCheckStyleBitsThrowsException  Time elapsed: 1.98 s
11:10:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.isGrayedTableNotChecked  Time elapsed: 1.994 s
11:10:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canGetTableItemText  Time elapsed: 2.023 s
11:10:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canRightClickOnALine  Time elapsed: 2.142 s
11:10:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canGetLineText  Time elapsed: 2.005 s
11:10:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canToggleALine  Time elapsed: 2.253 s
11:10:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canDoubleClickALine  Time elapsed: 2.181 s
11:10:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canClickALine  Time elapsed: 2.174 s
11:10:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canClickALineInAColumn  Time elapsed: 2.157 s
11:10:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canSelectALine  Time elapsed: 2.125 s
11:10:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableItemTest.canCheckALine  Time elapsed: 2.251 s
11:10:55 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest
11:10:55 
11:10:55 (SWT:2044): Gdk-CRITICAL **: 15:10:55.038: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:55 
11:10:55 (SWT:2044): Gtk-WARNING **: 15:10:55.325: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:55 
11:10:55 (SWT:2044): Gtk-WARNING **: 15:10:55.329: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:55 
11:10:55 (SWT:2044): Gtk-WARNING **: 15:10:55.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:55 
11:10:55 (SWT:2044): Gtk-WARNING **: 15:10:55.331: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:55 
11:10:55 (SWT:2044): Gtk-WARNING **: 15:10:55.332: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:55 
11:10:55 (SWT:2044): Gtk-WARNING **: 15:10:55.333: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:55 
11:10:55 (SWT:2044): Gtk-WARNING **: 15:10:55.333: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:56 
11:10:56 (SWT:2044): Gdk-CRITICAL **: 15:10:56.817: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:57 
11:10:57 (SWT:2044): Gtk-WARNING **: 15:10:57.104: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:57 
11:10:57 (SWT:2044): Gtk-WARNING **: 15:10:57.107: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:57 
11:10:57 (SWT:2044): Gtk-WARNING **: 15:10:57.109: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:57 
11:10:57 (SWT:2044): Gtk-WARNING **: 15:10:57.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:57 
11:10:57 (SWT:2044): Gtk-WARNING **: 15:10:57.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:57 
11:10:57 (SWT:2044): Gtk-WARNING **: 15:10:57.111: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:57 
11:10:57 (SWT:2044): Gtk-WARNING **: 15:10:57.111: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:58 
11:10:58 (SWT:2044): Gdk-CRITICAL **: 15:10:58.575: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:10:58 
11:10:58 (SWT:2044): Gtk-WARNING **: 15:10:58.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:58 
11:10:58 (SWT:2044): Gtk-WARNING **: 15:10:58.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:58 
11:10:58 (SWT:2044): Gtk-WARNING **: 15:10:58.870: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:58 
11:10:58 (SWT:2044): Gtk-WARNING **: 15:10:58.870: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:58 
11:10:58 (SWT:2044): Gtk-WARNING **: 15:10:58.870: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:58 
11:10:58 (SWT:2044): Gtk-WARNING **: 15:10:58.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:10:58 
11:10:58 (SWT:2044): Gtk-WARNING **: 15:10:58.875: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:00 
11:11:00 (SWT:2044): Gdk-CRITICAL **: 15:11:00.351: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:00 
11:11:00 (SWT:2044): Gtk-WARNING **: 15:11:00.638: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:00 
11:11:00 (SWT:2044): Gtk-WARNING **: 15:11:00.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:00 
11:11:00 (SWT:2044): Gtk-WARNING **: 15:11:00.645: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:00 
11:11:00 (SWT:2044): Gtk-WARNING **: 15:11:00.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:00 
11:11:00 (SWT:2044): Gtk-WARNING **: 15:11:00.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:00 
11:11:00 (SWT:2044): Gtk-WARNING **: 15:11:00.648: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:00 
11:11:00 (SWT:2044): Gtk-WARNING **: 15:11:00.648: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:02 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.085 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest
11:11:02 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest.findsToolBarButtonWithToolTipBasedOnIndex  Time elapsed: 1.779 s
11:11:02 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest.findsToolBarButtonWithToolTip  Time elapsed: 1.758 s
11:11:02 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest.getsTooltipOnButton  Time elapsed: 1.777 s
11:11:02 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonWithToolTipTest.findsToolBarButtonWithToolTip2  Time elapsed: 1.771 s
11:11:02 Running org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest
11:11:02 
11:11:02 (SWT:2044): Gdk-CRITICAL **: 15:11:02.129: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:02 
11:11:02 (SWT:2044): Gtk-WARNING **: 15:11:02.419: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:02 
11:11:02 (SWT:2044): Gtk-WARNING **: 15:11:02.423: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:02 
11:11:02 (SWT:2044): Gtk-WARNING **: 15:11:02.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:02 
11:11:02 (SWT:2044): Gtk-WARNING **: 15:11:02.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:02 
11:11:02 (SWT:2044): Gtk-WARNING **: 15:11:02.425: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:02 
11:11:02 (SWT:2044): Gtk-WARNING **: 15:11:02.427: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:02 
11:11:02 (SWT:2044): Gtk-WARNING **: 15:11:02.427: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:03 
11:11:03 (SWT:2044): Gdk-CRITICAL **: 15:11:03.853: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:04 
11:11:04 (SWT:2044): Gtk-WARNING **: 15:11:04.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:04 
11:11:04 (SWT:2044): Gtk-WARNING **: 15:11:04.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:04 
11:11:04 (SWT:2044): Gtk-WARNING **: 15:11:04.150: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:04 
11:11:04 (SWT:2044): Gtk-WARNING **: 15:11:04.150: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:04 
11:11:04 (SWT:2044): Gtk-WARNING **: 15:11:04.150: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:04 
11:11:04 (SWT:2044): Gtk-WARNING **: 15:11:04.152: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:04 
11:11:04 (SWT:2044): Gtk-WARNING **: 15:11:04.152: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:05 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.477 s - in org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest
11:11:05 org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest.throwsExceptionOnNullObjectPassedIntoConstructor  Time elapsed: 1.725 s
11:11:05 org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBotTest.throwsExceptionOnDisposedObjectPassedIntoConstructor  Time elapsed: 1.751 s
11:11:05 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest
11:11:05 
11:11:05 (SWT:2044): Gdk-CRITICAL **: 15:11:05.607: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:05 
11:11:05 (SWT:2044): Gtk-WARNING **: 15:11:05.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:05 
11:11:05 (SWT:2044): Gtk-WARNING **: 15:11:05.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:05 
11:11:05 (SWT:2044): Gtk-WARNING **: 15:11:05.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:05 
11:11:05 (SWT:2044): Gtk-WARNING **: 15:11:05.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:05 
11:11:05 (SWT:2044): Gtk-WARNING **: 15:11:05.911: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:05 
11:11:05 (SWT:2044): Gtk-WARNING **: 15:11:05.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:05 
11:11:05 (SWT:2044): Gtk-WARNING **: 15:11:05.913: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:07 
11:11:07 (SWT:2044): Gdk-CRITICAL **: 15:11:07.384: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:07 
11:11:07 (SWT:2044): Gtk-WARNING **: 15:11:07.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:07 
11:11:07 (SWT:2044): Gtk-WARNING **: 15:11:07.675: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:07 
11:11:07 (SWT:2044): Gtk-WARNING **: 15:11:07.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:07 
11:11:07 (SWT:2044): Gtk-WARNING **: 15:11:07.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:07 
11:11:07 (SWT:2044): Gtk-WARNING **: 15:11:07.677: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:07 
11:11:07 (SWT:2044): Gtk-WARNING **: 15:11:07.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:07 
11:11:07 (SWT:2044): Gtk-WARNING **: 15:11:07.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:09 
11:11:09 (SWT:2044): Gdk-CRITICAL **: 15:11:09.908: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:10 
11:11:10 (SWT:2044): Gtk-WARNING **: 15:11:10.209: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:10 
11:11:10 (SWT:2044): Gtk-WARNING **: 15:11:10.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:10 
11:11:10 (SWT:2044): Gtk-WARNING **: 15:11:10.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:10 
11:11:10 (SWT:2044): Gtk-WARNING **: 15:11:10.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:10 
11:11:10 (SWT:2044): Gtk-WARNING **: 15:11:10.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:10 
11:11:10 (SWT:2044): Gtk-WARNING **: 15:11:10.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:10 
11:11:10 (SWT:2044): Gtk-WARNING **: 15:11:10.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:11 
11:11:11 (SWT:2044): Gdk-CRITICAL **: 15:11:11.706: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:12 
11:11:12 (SWT:2044): Gtk-WARNING **: 15:11:12.002: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:12 
11:11:12 (SWT:2044): Gtk-WARNING **: 15:11:12.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:12 
11:11:12 (SWT:2044): Gtk-WARNING **: 15:11:12.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:12 
11:11:12 (SWT:2044): Gtk-WARNING **: 15:11:12.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:12 
11:11:12 (SWT:2044): Gtk-WARNING **: 15:11:12.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:12 
11:11:12 (SWT:2044): Gtk-WARNING **: 15:11:12.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:12 
11:11:12 (SWT:2044): Gtk-WARNING **: 15:11:12.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:13 
11:11:13 (SWT:2044): Gdk-CRITICAL **: 15:11:13.508: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:13 
11:11:13 (SWT:2044): Gtk-WARNING **: 15:11:13.806: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:13 
11:11:13 (SWT:2044): Gtk-WARNING **: 15:11:13.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:13 
11:11:13 (SWT:2044): Gtk-WARNING **: 15:11:13.812: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:13 
11:11:13 (SWT:2044): Gtk-WARNING **: 15:11:13.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:13 
11:11:13 (SWT:2044): Gtk-WARNING **: 15:11:13.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:13 
11:11:13 (SWT:2044): Gtk-WARNING **: 15:11:13.815: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:13 
11:11:13 (SWT:2044): Gtk-WARNING **: 15:11:13.815: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:15 
11:11:15 (SWT:2044): Gdk-CRITICAL **: 15:11:15.313: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:15 
11:11:15 (SWT:2044): Gtk-WARNING **: 15:11:15.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:15 
11:11:15 (SWT:2044): Gtk-WARNING **: 15:11:15.610: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:15 
11:11:15 (SWT:2044): Gtk-WARNING **: 15:11:15.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:15 
11:11:15 (SWT:2044): Gtk-WARNING **: 15:11:15.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:15 
11:11:15 (SWT:2044): Gtk-WARNING **: 15:11:15.613: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:15 
11:11:15 (SWT:2044): Gtk-WARNING **: 15:11:15.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:15 
11:11:15 (SWT:2044): Gtk-WARNING **: 15:11:15.615: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:17 
11:11:17 (SWT:2044): Gdk-CRITICAL **: 15:11:17.110: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:17 
11:11:17 (SWT:2044): Gtk-WARNING **: 15:11:17.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:17 
11:11:17 (SWT:2044): Gtk-WARNING **: 15:11:17.404: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:17 
11:11:17 (SWT:2044): Gtk-WARNING **: 15:11:17.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:17 
11:11:17 (SWT:2044): Gtk-WARNING **: 15:11:17.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:17 
11:11:17 (SWT:2044): Gtk-WARNING **: 15:11:17.407: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:17 
11:11:17 (SWT:2044): Gtk-WARNING **: 15:11:17.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:17 
11:11:17 (SWT:2044): Gtk-WARNING **: 15:11:17.409: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:18 
11:11:18 (SWT:2044): Gdk-CRITICAL **: 15:11:18.899: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:19 
11:11:19 (SWT:2044): Gtk-WARNING **: 15:11:19.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:19 
11:11:19 (SWT:2044): Gtk-WARNING **: 15:11:19.207: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:19 
11:11:19 (SWT:2044): Gtk-WARNING **: 15:11:19.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:19 
11:11:19 (SWT:2044): Gtk-WARNING **: 15:11:19.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:19 
11:11:19 (SWT:2044): Gtk-WARNING **: 15:11:19.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:19 
11:11:19 (SWT:2044): Gtk-WARNING **: 15:11:19.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:19 
11:11:19 (SWT:2044): Gtk-WARNING **: 15:11:19.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:20 
11:11:20 (SWT:2044): Gdk-CRITICAL **: 15:11:20.760: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:21 
11:11:21 (SWT:2044): Gtk-WARNING **: 15:11:21.066: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:21 
11:11:21 (SWT:2044): Gtk-WARNING **: 15:11:21.070: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:21 
11:11:21 (SWT:2044): Gtk-WARNING **: 15:11:21.072: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:21 
11:11:21 (SWT:2044): Gtk-WARNING **: 15:11:21.072: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:21 
11:11:21 (SWT:2044): Gtk-WARNING **: 15:11:21.072: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:21 
11:11:21 (SWT:2044): Gtk-WARNING **: 15:11:21.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:21 
11:11:21 (SWT:2044): Gtk-WARNING **: 15:11:21.074: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:22 
11:11:22 (SWT:2044): Gdk-CRITICAL **: 15:11:22.563: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:22 
11:11:22 (SWT:2044): Gtk-WARNING **: 15:11:22.857: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:22 
11:11:22 (SWT:2044): Gtk-WARNING **: 15:11:22.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:22 
11:11:22 (SWT:2044): Gtk-WARNING **: 15:11:22.863: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:22 
11:11:22 (SWT:2044): Gtk-WARNING **: 15:11:22.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:22 
11:11:22 (SWT:2044): Gtk-WARNING **: 15:11:22.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:22 
11:11:22 (SWT:2044): Gtk-WARNING **: 15:11:22.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:22 
11:11:22 (SWT:2044): Gtk-WARNING **: 15:11:22.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:24 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.758 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest
11:11:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.setTextBetweenSelectionsWithSameIndices  Time elapsed: 1.776 s
11:11:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.typeAndVerifiesTextInCombo  Time elapsed: 2.525 s
11:11:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.changeAndVerifiesSelectionInComboByText  Time elapsed: 1.798 s
11:11:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.changeAndVerifiesSelectionInComboByIndex  Time elapsed: 1.801 s
11:11:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.throwsExceptionInCaseOfInvalidIndexBasedSelection  Time elapsed: 1.805 s
11:11:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.throwsExceptionInCaseOfInvalidTextBasedSelection  Time elapsed: 1.798 s
11:11:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.throwsExceptionInCaseOfChangeTextOfReadOnlyCombo  Time elapsed: 1.789 s
11:11:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.findsCombo  Time elapsed: 1.86 s
11:11:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.changeAndVerifiesTextInCombo  Time elapsed: 1.803 s
11:11:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotComboTest.getItems  Time elapsed: 1.801 s
11:11:24 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest
11:11:24 
11:11:24 (SWT:2044): Gdk-CRITICAL **: 15:11:24.368: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:24 
11:11:24 (SWT:2044): Gtk-WARNING **: 15:11:24.663: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:24 
11:11:24 (SWT:2044): Gtk-WARNING **: 15:11:24.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:24 
11:11:24 (SWT:2044): Gtk-WARNING **: 15:11:24.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:24 
11:11:24 (SWT:2044): Gtk-WARNING **: 15:11:24.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:24 
11:11:24 (SWT:2044): Gtk-WARNING **: 15:11:24.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:24 
11:11:24 (SWT:2044): Gtk-WARNING **: 15:11:24.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:24 
11:11:24 (SWT:2044): Gtk-WARNING **: 15:11:24.671: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:26 
11:11:26 (SWT:2044): Gdk-CRITICAL **: 15:11:26.181: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:26 
11:11:26 (SWT:2044): Gtk-WARNING **: 15:11:26.478: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:26 
11:11:26 (SWT:2044): Gtk-WARNING **: 15:11:26.482: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:26 
11:11:26 (SWT:2044): Gtk-WARNING **: 15:11:26.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:26 
11:11:26 (SWT:2044): Gtk-WARNING **: 15:11:26.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:26 
11:11:26 (SWT:2044): Gtk-WARNING **: 15:11:26.485: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:26 
11:11:26 (SWT:2044): Gtk-WARNING **: 15:11:26.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:26 
11:11:26 (SWT:2044): Gtk-WARNING **: 15:11:26.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:27 
11:11:27 (SWT:2044): Gdk-CRITICAL **: 15:11:27.974: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:28 
11:11:28 (SWT:2044): Gtk-WARNING **: 15:11:28.268: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:28 
11:11:28 (SWT:2044): Gtk-WARNING **: 15:11:28.271: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:28 
11:11:28 (SWT:2044): Gtk-WARNING **: 15:11:28.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:28 
11:11:28 (SWT:2044): Gtk-WARNING **: 15:11:28.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:28 
11:11:28 (SWT:2044): Gtk-WARNING **: 15:11:28.274: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:28 
11:11:28 (SWT:2044): Gtk-WARNING **: 15:11:28.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:28 
11:11:28 (SWT:2044): Gtk-WARNING **: 15:11:28.276: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:29 
11:11:29 (SWT:2044): Gdk-CRITICAL **: 15:11:29.778: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:30 
11:11:30 (SWT:2044): Gtk-WARNING **: 15:11:30.078: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:30 
11:11:30 (SWT:2044): Gtk-WARNING **: 15:11:30.081: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:30 
11:11:30 (SWT:2044): Gtk-WARNING **: 15:11:30.084: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:30 
11:11:30 (SWT:2044): Gtk-WARNING **: 15:11:30.084: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:30 
11:11:30 (SWT:2044): Gtk-WARNING **: 15:11:30.084: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:30 
11:11:30 (SWT:2044): Gtk-WARNING **: 15:11:30.086: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:30 
11:11:30 (SWT:2044): Gtk-WARNING **: 15:11:30.086: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:31 
11:11:31 (SWT:2044): Gdk-CRITICAL **: 15:11:31.603: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:31 
11:11:31 (SWT:2044): Gtk-WARNING **: 15:11:31.901: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:31 
11:11:31 (SWT:2044): Gtk-WARNING **: 15:11:31.905: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:31 
11:11:31 (SWT:2044): Gtk-WARNING **: 15:11:31.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:31 
11:11:31 (SWT:2044): Gtk-WARNING **: 15:11:31.907: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:31 
11:11:31 (SWT:2044): Gtk-WARNING **: 15:11:31.908: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:31 
11:11:31 (SWT:2044): Gtk-WARNING **: 15:11:31.909: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:31 
11:11:31 (SWT:2044): Gtk-WARNING **: 15:11:31.910: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:33 
11:11:33 (SWT:2044): Gdk-CRITICAL **: 15:11:33.434: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:33 
11:11:33 (SWT:2044): Gtk-WARNING **: 15:11:33.734: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:33 
11:11:33 (SWT:2044): Gtk-WARNING **: 15:11:33.738: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:33 
11:11:33 (SWT:2044): Gtk-WARNING **: 15:11:33.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:33 
11:11:33 (SWT:2044): Gtk-WARNING **: 15:11:33.740: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:33 
11:11:33 (SWT:2044): Gtk-WARNING **: 15:11:33.741: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:33 
11:11:33 (SWT:2044): Gtk-WARNING **: 15:11:33.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:33 
11:11:33 (SWT:2044): Gtk-WARNING **: 15:11:33.742: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:35 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.895 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest
11:11:35 org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest.clicksOnALinkAtIndexWithHREF  Time elapsed: 1.812 s
11:11:35 org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest.clicksOnALinkWithHyperlinkTextAndHREF  Time elapsed: 1.792 s
11:11:35 org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest.clicksOnALink  Time elapsed: 1.804 s
11:11:35 org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest.clicksOnALinkAtIndexWithNoHREF  Time elapsed: 1.825 s
11:11:35 org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest.clicksOnALinkWithHyperlinkTextAndNoHREF  Time elapsed: 1.831 s
11:11:35 org.eclipse.swtbot.swt.finder.widgets.SWTBotLinkTest.clicksOnALinkAtIndexOutOfRange  Time elapsed: 1.828 s
11:11:35 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest
11:11:35 
11:11:35 (SWT:2044): Gdk-CRITICAL **: 15:11:35.266: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:35 
11:11:35 (SWT:2044): Gtk-WARNING **: 15:11:35.561: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:35 
11:11:35 (SWT:2044): Gtk-WARNING **: 15:11:35.564: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:35 
11:11:35 (SWT:2044): Gtk-WARNING **: 15:11:35.567: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:35 
11:11:35 (SWT:2044): Gtk-WARNING **: 15:11:35.567: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:35 
11:11:35 (SWT:2044): Gtk-WARNING **: 15:11:35.567: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:35 
11:11:35 (SWT:2044): Gtk-WARNING **: 15:11:35.569: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:35 
11:11:35 (SWT:2044): Gtk-WARNING **: 15:11:35.569: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:37 
11:11:37 (SWT:2044): Gdk-CRITICAL **: 15:11:37.220: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:37 
11:11:37 (SWT:2044): Gtk-WARNING **: 15:11:37.516: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:37 
11:11:37 (SWT:2044): Gtk-WARNING **: 15:11:37.520: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:37 
11:11:37 (SWT:2044): Gtk-WARNING **: 15:11:37.523: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:37 
11:11:37 (SWT:2044): Gtk-WARNING **: 15:11:37.523: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:37 
11:11:37 (SWT:2044): Gtk-WARNING **: 15:11:37.523: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:37 
11:11:37 (SWT:2044): Gtk-WARNING **: 15:11:37.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:37 
11:11:37 (SWT:2044): Gtk-WARNING **: 15:11:37.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:39 
11:11:39 (SWT:2044): Gdk-CRITICAL **: 15:11:39.204: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:39 
11:11:39 (SWT:2044): Gtk-WARNING **: 15:11:39.507: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:39 
11:11:39 (SWT:2044): Gtk-WARNING **: 15:11:39.510: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:39 
11:11:39 (SWT:2044): Gtk-WARNING **: 15:11:39.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:39 
11:11:39 (SWT:2044): Gtk-WARNING **: 15:11:39.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:39 
11:11:39 (SWT:2044): Gtk-WARNING **: 15:11:39.513: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:39 
11:11:39 (SWT:2044): Gtk-WARNING **: 15:11:39.515: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:39 
11:11:39 (SWT:2044): Gtk-WARNING **: 15:11:39.515: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:41 
11:11:41 (SWT:2044): Gdk-CRITICAL **: 15:11:41.168: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:41 
11:11:41 (SWT:2044): Gtk-WARNING **: 15:11:41.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:41 
11:11:41 (SWT:2044): Gtk-WARNING **: 15:11:41.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:41 
11:11:41 (SWT:2044): Gtk-WARNING **: 15:11:41.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:41 
11:11:41 (SWT:2044): Gtk-WARNING **: 15:11:41.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:41 
11:11:41 (SWT:2044): Gtk-WARNING **: 15:11:41.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:41 
11:11:41 (SWT:2044): Gtk-WARNING **: 15:11:41.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:41 
11:11:41 (SWT:2044): Gtk-WARNING **: 15:11:41.472: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:47 
11:11:47 (SWT:2044): Gdk-CRITICAL **: 15:11:47.066: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:47 
11:11:47 (SWT:2044): Gtk-WARNING **: 15:11:47.377: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:47 
11:11:47 (SWT:2044): Gtk-WARNING **: 15:11:47.381: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:47 
11:11:47 (SWT:2044): Gtk-WARNING **: 15:11:47.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:47 
11:11:47 (SWT:2044): Gtk-WARNING **: 15:11:47.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:47 
11:11:47 (SWT:2044): Gtk-WARNING **: 15:11:47.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:47 
11:11:47 (SWT:2044): Gtk-WARNING **: 15:11:47.385: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:47 
11:11:47 (SWT:2044): Gtk-WARNING **: 15:11:47.385: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:53 
11:11:53 (SWT:2044): Gdk-CRITICAL **: 15:11:53.000: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:53 
11:11:53 (SWT:2044): Gtk-WARNING **: 15:11:53.307: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:53 
11:11:53 (SWT:2044): Gtk-WARNING **: 15:11:53.311: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:53 
11:11:53 (SWT:2044): Gtk-WARNING **: 15:11:53.313: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:53 
11:11:53 (SWT:2044): Gtk-WARNING **: 15:11:53.314: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:53 
11:11:53 (SWT:2044): Gtk-WARNING **: 15:11:53.314: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:53 
11:11:53 (SWT:2044): Gtk-WARNING **: 15:11:53.316: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:53 
11:11:53 (SWT:2044): Gtk-WARNING **: 15:11:53.316: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:55 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.815 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest
11:11:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest.clicksCheckBox  Time elapsed: 1.953 s
11:11:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest.isSelectedWorks  Time elapsed: 1.984 s
11:11:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest.clickingOneRadioDeselectsOthers  Time elapsed: 1.965 s
11:11:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest.doesNotMatchCheckboxButtons  Time elapsed: 5.897 s
11:11:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest.doesNotMatchRegularButtons  Time elapsed: 5.933 s
11:11:55 org.eclipse.swtbot.swt.finder.widgets.SWTBotRadioTest.clicksRadioButtons  Time elapsed: 2.08 s
11:11:55 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest
11:11:55 
11:11:55 (SWT:2044): Gdk-CRITICAL **: 15:11:55.084: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:55 
11:11:55 (SWT:2044): Gtk-WARNING **: 15:11:55.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:55 
11:11:55 (SWT:2044): Gtk-WARNING **: 15:11:55.400: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:55 
11:11:55 (SWT:2044): Gtk-WARNING **: 15:11:55.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:55 
11:11:55 (SWT:2044): Gtk-WARNING **: 15:11:55.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:55 
11:11:55 (SWT:2044): Gtk-WARNING **: 15:11:55.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:55 
11:11:55 (SWT:2044): Gtk-WARNING **: 15:11:55.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:55 
11:11:55 (SWT:2044): Gtk-WARNING **: 15:11:55.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:56 
11:11:56 (SWT:2044): Gtk-CRITICAL **: 15:11:56.677: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:56 
11:11:56 (SWT:2044): Gtk-CRITICAL **: 15:11:56.682: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:56 
11:11:56 (SWT:2044): Gtk-CRITICAL **: 15:11:56.699: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:56 
11:11:56 (SWT:2044): Gtk-CRITICAL **: 15:11:56.708: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:56 
11:11:56 (SWT:2044): Gtk-CRITICAL **: 15:11:56.710: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:56 
11:11:56 (SWT:2044): Gdk-CRITICAL **: 15:11:56.952: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:57 
11:11:57 (SWT:2044): Gtk-WARNING **: 15:11:57.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:57 
11:11:57 (SWT:2044): Gtk-WARNING **: 15:11:57.260: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:57 
11:11:57 (SWT:2044): Gtk-WARNING **: 15:11:57.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:57 
11:11:57 (SWT:2044): Gtk-WARNING **: 15:11:57.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:57 
11:11:57 (SWT:2044): Gtk-WARNING **: 15:11:57.263: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:57 
11:11:57 (SWT:2044): Gtk-WARNING **: 15:11:57.265: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:57 
11:11:57 (SWT:2044): Gtk-WARNING **: 15:11:57.265: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.552: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.558: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.605: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.614: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.631: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.647: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.664: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.681: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.698: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.714: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.731: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.748: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.764: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.781: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.798: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.814: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.831: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.881: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.930: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:58 
11:11:58 (SWT:2044): Gtk-CRITICAL **: 15:11:58.980: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:59 
11:11:59 (SWT:2044): Gtk-CRITICAL **: 15:11:59.027: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:59 
11:11:59 (SWT:2044): Gtk-CRITICAL **: 15:11:59.077: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:59 
11:11:59 (SWT:2044): Gtk-CRITICAL **: 15:11:59.127: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:59 
11:11:59 (SWT:2044): Gtk-CRITICAL **: 15:11:59.178: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:11:59 
11:11:59 (SWT:2044): Gdk-CRITICAL **: 15:11:59.462: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:11:59 
11:11:59 (SWT:2044): Gtk-WARNING **: 15:11:59.764: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:59 
11:11:59 (SWT:2044): Gtk-WARNING **: 15:11:59.768: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:59 
11:11:59 (SWT:2044): Gtk-WARNING **: 15:11:59.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:59 
11:11:59 (SWT:2044): Gtk-WARNING **: 15:11:59.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:59 
11:11:59 (SWT:2044): Gtk-WARNING **: 15:11:59.771: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:59 
11:11:59 (SWT:2044): Gtk-WARNING **: 15:11:59.773: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:11:59 
11:11:59 (SWT:2044): Gtk-WARNING **: 15:11:59.773: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:01 
11:12:01 (SWT:2044): Gtk-CRITICAL **: 15:12:01.072: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:12:01 
11:12:01 (SWT:2044): Gtk-CRITICAL **: 15:12:01.077: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:12:01 
11:12:01 (SWT:2044): Gtk-CRITICAL **: 15:12:01.094: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:12:01 
11:12:01 (SWT:2044): Gdk-CRITICAL **: 15:12:01.336: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:01 
11:12:01 (SWT:2044): Gtk-WARNING **: 15:12:01.637: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:01 
11:12:01 (SWT:2044): Gtk-WARNING **: 15:12:01.641: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:01 
11:12:01 (SWT:2044): Gtk-WARNING **: 15:12:01.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:01 
11:12:01 (SWT:2044): Gtk-WARNING **: 15:12:01.643: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:01 
11:12:01 (SWT:2044): Gtk-WARNING **: 15:12:01.644: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:01 
11:12:01 (SWT:2044): Gtk-WARNING **: 15:12:01.645: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:01 
11:12:01 (SWT:2044): Gtk-WARNING **: 15:12:01.646: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:02 
11:12:02 (SWT:2044): Gtk-CRITICAL **: 15:12:02.924: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:12:02 
11:12:02 (SWT:2044): Gtk-CRITICAL **: 15:12:02.929: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:12:02 
11:12:02 (SWT:2044): Gtk-CRITICAL **: 15:12:02.946: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:12:03 
11:12:03 (SWT:2044): Gdk-CRITICAL **: 15:12:03.189: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:03 
11:12:03 (SWT:2044): Gtk-WARNING **: 15:12:03.499: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:03 
11:12:03 (SWT:2044): Gtk-WARNING **: 15:12:03.503: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:03 
11:12:03 (SWT:2044): Gtk-WARNING **: 15:12:03.505: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:03 
11:12:03 (SWT:2044): Gtk-WARNING **: 15:12:03.506: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:03 
11:12:03 (SWT:2044): Gtk-WARNING **: 15:12:03.506: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:03 
11:12:03 (SWT:2044): Gtk-WARNING **: 15:12:03.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:03 
11:12:03 (SWT:2044): Gtk-WARNING **: 15:12:03.508: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:04 
11:12:04 (SWT:2044): Gtk-CRITICAL **: 15:12:04.802: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:12:04 
11:12:04 (SWT:2044): Gtk-CRITICAL **: 15:12:04.806: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:12:05 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.969 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest
11:12:05 org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest.findsTextBoxInGroup  Time elapsed: 1.867 s
11:12:05 org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest.typesText  Time elapsed: 2.51 s
11:12:05 org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest.setsTextInReadOnly  Time elapsed: 1.874 s
11:12:05 org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest.typesTextInReadOnly  Time elapsed: 1.854 s
11:12:05 org.eclipse.swtbot.swt.finder.widgets.SWTBotTextTest.findsTextBoxWithText  Time elapsed: 1.863 s
11:12:05 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest
11:12:05 
11:12:05 (SWT:2044): Gdk-CRITICAL **: 15:12:05.056: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:05 
11:12:05 (SWT:2044): Gtk-WARNING **: 15:12:05.362: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:05 
11:12:05 (SWT:2044): Gtk-WARNING **: 15:12:05.366: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:05 
11:12:05 (SWT:2044): Gtk-WARNING **: 15:12:05.368: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:05 
11:12:05 (SWT:2044): Gtk-WARNING **: 15:12:05.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:05 
11:12:05 (SWT:2044): Gtk-WARNING **: 15:12:05.369: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:05 
11:12:05 (SWT:2044): Gtk-WARNING **: 15:12:05.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:05 
11:12:05 (SWT:2044): Gtk-WARNING **: 15:12:05.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:07 
11:12:07 (SWT:2044): Gdk-CRITICAL **: 15:12:07.038: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:07 
11:12:07 (SWT:2044): Gtk-WARNING **: 15:12:07.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:07 
11:12:07 (SWT:2044): Gtk-WARNING **: 15:12:07.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:07 
11:12:07 (SWT:2044): Gtk-WARNING **: 15:12:07.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:07 
11:12:07 (SWT:2044): Gtk-WARNING **: 15:12:07.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:07 
11:12:07 (SWT:2044): Gtk-WARNING **: 15:12:07.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:07 
11:12:07 (SWT:2044): Gtk-WARNING **: 15:12:07.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:07 
11:12:07 (SWT:2044): Gtk-WARNING **: 15:12:07.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:08 
11:12:08 (SWT:2044): Gdk-CRITICAL **: 15:12:08.923: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:09 
11:12:09 (SWT:2044): Gtk-WARNING **: 15:12:09.237: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:09 
11:12:09 (SWT:2044): Gtk-WARNING **: 15:12:09.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:09 
11:12:09 (SWT:2044): Gtk-WARNING **: 15:12:09.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:09 
11:12:09 (SWT:2044): Gtk-WARNING **: 15:12:09.243: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:09 
11:12:09 (SWT:2044): Gtk-WARNING **: 15:12:09.244: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:09 
11:12:09 (SWT:2044): Gtk-WARNING **: 15:12:09.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:09 
11:12:09 (SWT:2044): Gtk-WARNING **: 15:12:09.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:10 
11:12:10 (SWT:2044): Gdk-CRITICAL **: 15:12:10.928: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:11 
11:12:11 (SWT:2044): Gtk-WARNING **: 15:12:11.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:11 
11:12:11 (SWT:2044): Gtk-WARNING **: 15:12:11.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:11 
11:12:11 (SWT:2044): Gtk-WARNING **: 15:12:11.247: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:11 
11:12:11 (SWT:2044): Gtk-WARNING **: 15:12:11.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:11 
11:12:11 (SWT:2044): Gtk-WARNING **: 15:12:11.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:11 
11:12:11 (SWT:2044): Gtk-WARNING **: 15:12:11.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:11 
11:12:11 (SWT:2044): Gtk-WARNING **: 15:12:11.250: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:14 
11:12:14 (SWT:2044): Gdk-CRITICAL **: 15:12:14.831: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:15 
11:12:15 (SWT:2044): Gtk-WARNING **: 15:12:15.140: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:15 
11:12:15 (SWT:2044): Gtk-WARNING **: 15:12:15.144: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:15 
11:12:15 (SWT:2044): Gtk-WARNING **: 15:12:15.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:15 
11:12:15 (SWT:2044): Gtk-WARNING **: 15:12:15.147: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:15 
11:12:15 (SWT:2044): Gtk-WARNING **: 15:12:15.147: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:15 
11:12:15 (SWT:2044): Gtk-WARNING **: 15:12:15.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:15 
11:12:15 (SWT:2044): Gtk-WARNING **: 15:12:15.149: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:16 
11:12:16 (SWT:2044): Gdk-CRITICAL **: 15:12:16.734: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:17 
11:12:17 (SWT:2044): Gtk-WARNING **: 15:12:17.043: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:17 
11:12:17 (SWT:2044): Gtk-WARNING **: 15:12:17.047: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:17 
11:12:17 (SWT:2044): Gtk-WARNING **: 15:12:17.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:17 
11:12:17 (SWT:2044): Gtk-WARNING **: 15:12:17.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:17 
11:12:17 (SWT:2044): Gtk-WARNING **: 15:12:17.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:17 
11:12:17 (SWT:2044): Gtk-WARNING **: 15:12:17.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:17 
11:12:17 (SWT:2044): Gtk-WARNING **: 15:12:17.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:20 
11:12:20 (SWT:2044): Gdk-CRITICAL **: 15:12:20.624: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:20 
11:12:20 (SWT:2044): Gtk-WARNING **: 15:12:20.938: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:20 
11:12:20 (SWT:2044): Gtk-WARNING **: 15:12:20.942: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:20 
11:12:20 (SWT:2044): Gtk-WARNING **: 15:12:20.944: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:20 
11:12:20 (SWT:2044): Gtk-WARNING **: 15:12:20.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:20 
11:12:20 (SWT:2044): Gtk-WARNING **: 15:12:20.945: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:20 
11:12:20 (SWT:2044): Gtk-WARNING **: 15:12:20.947: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:20 
11:12:20 (SWT:2044): Gtk-WARNING **: 15:12:20.947: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:22 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.473 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest
11:12:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest.clicksToolBarButton  Time elapsed: 1.981 s
11:12:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest.findsToolBarPushButtons  Time elapsed: 1.883 s
11:12:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest.clicksToolBarButtonWithModifier  Time elapsed: 2.008 s
11:12:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest.doesNotFindToolBarRadioButtons  Time elapsed: 3.902 s
11:12:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest.findsToolBarButtonWithIndex  Time elapsed: 1.903 s
11:12:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest.doesNotFindToolBarCheckButtons  Time elapsed: 3.89 s
11:12:22 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarPushButtonTest.isEnabled  Time elapsed: 1.904 s
11:12:22 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest
11:12:22 
11:12:22 (SWT:2044): Gdk-CRITICAL **: 15:12:22.532: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:22 
11:12:22 (SWT:2044): Gtk-WARNING **: 15:12:22.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:22 
11:12:22 (SWT:2044): Gtk-WARNING **: 15:12:22.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:22 
11:12:22 (SWT:2044): Gtk-WARNING **: 15:12:22.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:22 
11:12:22 (SWT:2044): Gtk-WARNING **: 15:12:22.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:22 
11:12:22 (SWT:2044): Gtk-WARNING **: 15:12:22.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:22 
11:12:22 (SWT:2044): Gtk-WARNING **: 15:12:22.848: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:22 
11:12:22 (SWT:2044): Gtk-WARNING **: 15:12:22.848: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:24 
11:12:24 (SWT:2044): Gdk-CRITICAL **: 15:12:24.464: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:24 
11:12:24 (SWT:2044): Gtk-WARNING **: 15:12:24.773: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:24 
11:12:24 (SWT:2044): Gtk-WARNING **: 15:12:24.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:24 
11:12:24 (SWT:2044): Gtk-WARNING **: 15:12:24.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:24 
11:12:24 (SWT:2044): Gtk-WARNING **: 15:12:24.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:24 
11:12:24 (SWT:2044): Gtk-WARNING **: 15:12:24.780: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:24 
11:12:24 (SWT:2044): Gtk-WARNING **: 15:12:24.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:24 
11:12:24 (SWT:2044): Gtk-WARNING **: 15:12:24.781: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:26 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.802 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest
11:12:26 org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest.findsTabs  Time elapsed: 1.931 s
11:12:26 org.eclipse.swtbot.swt.finder.widgets.SWTBotTabItemTest.activatesTabItem  Time elapsed: 1.87 s
11:12:26 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest
11:12:26 
11:12:26 (SWT:2044): Gdk-CRITICAL **: 15:12:26.338: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:26 
11:12:26 (SWT:2044): Gtk-WARNING **: 15:12:26.649: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:26 
11:12:26 (SWT:2044): Gtk-WARNING **: 15:12:26.652: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:26 
11:12:26 (SWT:2044): Gtk-WARNING **: 15:12:26.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:26 
11:12:26 (SWT:2044): Gtk-WARNING **: 15:12:26.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:26 
11:12:26 (SWT:2044): Gtk-WARNING **: 15:12:26.655: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:26 
11:12:26 (SWT:2044): Gtk-WARNING **: 15:12:26.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:26 
11:12:26 (SWT:2044): Gtk-WARNING **: 15:12:26.657: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:28 
11:12:28 (SWT:2044): Gdk-CRITICAL **: 15:12:28.331: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:28 
11:12:28 (SWT:2044): Gtk-WARNING **: 15:12:28.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:28 
11:12:28 (SWT:2044): Gtk-WARNING **: 15:12:28.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:28 
11:12:28 (SWT:2044): Gtk-WARNING **: 15:12:28.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:28 
11:12:28 (SWT:2044): Gtk-WARNING **: 15:12:28.693: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:28 
11:12:28 (SWT:2044): Gtk-WARNING **: 15:12:28.693: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:28 
11:12:28 (SWT:2044): Gtk-WARNING **: 15:12:28.695: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:28 
11:12:28 (SWT:2044): Gtk-WARNING **: 15:12:28.695: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:30 
11:12:30 (SWT:2044): Gdk-CRITICAL **: 15:12:30.364: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:30 
11:12:30 (SWT:2044): Gtk-WARNING **: 15:12:30.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:30 
11:12:30 (SWT:2044): Gtk-WARNING **: 15:12:30.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:30 
11:12:30 (SWT:2044): Gtk-WARNING **: 15:12:30.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:30 
11:12:30 (SWT:2044): Gtk-WARNING **: 15:12:30.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:30 
11:12:30 (SWT:2044): Gtk-WARNING **: 15:12:30.690: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:30 
11:12:30 (SWT:2044): Gtk-WARNING **: 15:12:30.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:30 
11:12:30 (SWT:2044): Gtk-WARNING **: 15:12:30.692: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:32 
11:12:32 (SWT:2044): Gdk-CRITICAL **: 15:12:32.371: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:32 
11:12:32 (SWT:2044): Gtk-WARNING **: 15:12:32.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:32 
11:12:32 (SWT:2044): Gtk-WARNING **: 15:12:32.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:32 
11:12:32 (SWT:2044): Gtk-WARNING **: 15:12:32.688: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:32 
11:12:32 (SWT:2044): Gtk-WARNING **: 15:12:32.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:32 
11:12:32 (SWT:2044): Gtk-WARNING **: 15:12:32.689: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:32 
11:12:32 (SWT:2044): Gtk-WARNING **: 15:12:32.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:32 
11:12:32 (SWT:2044): Gtk-WARNING **: 15:12:32.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:34 
11:12:34 (SWT:2044): Gdk-CRITICAL **: 15:12:34.365: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:34 
11:12:34 (SWT:2044): Gtk-WARNING **: 15:12:34.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:34 
11:12:34 (SWT:2044): Gtk-WARNING **: 15:12:34.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:34 
11:12:34 (SWT:2044): Gtk-WARNING **: 15:12:34.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:34 
11:12:34 (SWT:2044): Gtk-WARNING **: 15:12:34.684: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:34 
11:12:34 (SWT:2044): Gtk-WARNING **: 15:12:34.685: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:34 
11:12:34 (SWT:2044): Gtk-WARNING **: 15:12:34.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:34 
11:12:34 (SWT:2044): Gtk-WARNING **: 15:12:34.686: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:36 
11:12:36 (SWT:2044): Gdk-CRITICAL **: 15:12:36.347: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:36 
11:12:36 (SWT:2044): Gtk-WARNING **: 15:12:36.666: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:36 
11:12:36 (SWT:2044): Gtk-WARNING **: 15:12:36.670: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:36 
11:12:36 (SWT:2044): Gtk-WARNING **: 15:12:36.672: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:36 
11:12:36 (SWT:2044): Gtk-WARNING **: 15:12:36.672: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:36 
11:12:36 (SWT:2044): Gtk-WARNING **: 15:12:36.672: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:36 
11:12:36 (SWT:2044): Gtk-WARNING **: 15:12:36.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:36 
11:12:36 (SWT:2044): Gtk-WARNING **: 15:12:36.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:38 
11:12:38 (SWT:2044): Gdk-CRITICAL **: 15:12:38.365: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:38 
11:12:38 (SWT:2044): Gtk-WARNING **: 15:12:38.687: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:38 
11:12:38 (SWT:2044): Gtk-WARNING **: 15:12:38.691: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:38 
11:12:38 (SWT:2044): Gtk-WARNING **: 15:12:38.693: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:38 
11:12:38 (SWT:2044): Gtk-WARNING **: 15:12:38.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:38 
11:12:38 (SWT:2044): Gtk-WARNING **: 15:12:38.694: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:38 
11:12:38 (SWT:2044): Gtk-WARNING **: 15:12:38.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:38 
11:12:38 (SWT:2044): Gtk-WARNING **: 15:12:38.696: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:40 
11:12:40 (SWT:2044): Gdk-CRITICAL **: 15:12:40.400: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:40 
11:12:40 (SWT:2044): Gtk-WARNING **: 15:12:40.714: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:40 
11:12:40 (SWT:2044): Gtk-WARNING **: 15:12:40.718: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:40 
11:12:40 (SWT:2044): Gtk-WARNING **: 15:12:40.720: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:40 
11:12:40 (SWT:2044): Gtk-WARNING **: 15:12:40.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:40 
11:12:40 (SWT:2044): Gtk-WARNING **: 15:12:40.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:40 
11:12:40 (SWT:2044): Gtk-WARNING **: 15:12:40.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:40 
11:12:40 (SWT:2044): Gtk-WARNING **: 15:12:40.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:42 
11:12:42 (SWT:2044): Gdk-CRITICAL **: 15:12:42.432: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:42 
11:12:42 (SWT:2044): Gtk-WARNING **: 15:12:42.745: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:42 
11:12:42 (SWT:2044): Gtk-WARNING **: 15:12:42.749: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:42 
11:12:42 (SWT:2044): Gtk-WARNING **: 15:12:42.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:42 
11:12:42 (SWT:2044): Gtk-WARNING **: 15:12:42.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:42 
11:12:42 (SWT:2044): Gtk-WARNING **: 15:12:42.752: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:42 
11:12:42 (SWT:2044): Gtk-WARNING **: 15:12:42.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:42 
11:12:42 (SWT:2044): Gtk-WARNING **: 15:12:42.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:44 
11:12:44 (SWT:2044): Gdk-CRITICAL **: 15:12:44.451: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:44 
11:12:44 (SWT:2044): Gtk-WARNING **: 15:12:44.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:44 
11:12:44 (SWT:2044): Gtk-WARNING **: 15:12:44.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:44 
11:12:44 (SWT:2044): Gtk-WARNING **: 15:12:44.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:44 
11:12:44 (SWT:2044): Gtk-WARNING **: 15:12:44.779: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:44 
11:12:44 (SWT:2044): Gtk-WARNING **: 15:12:44.780: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:44 
11:12:44 (SWT:2044): Gtk-WARNING **: 15:12:44.782: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:44 
11:12:44 (SWT:2044): Gtk-WARNING **: 15:12:44.783: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:46 
11:12:46 (SWT:2044): Gdk-CRITICAL **: 15:12:46.514: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:46 
11:12:46 (SWT:2044): Gtk-WARNING **: 15:12:46.835: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:46 
11:12:46 (SWT:2044): Gtk-WARNING **: 15:12:46.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:46 
11:12:46 (SWT:2044): Gtk-WARNING **: 15:12:46.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:46 
11:12:46 (SWT:2044): Gtk-WARNING **: 15:12:46.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:46 
11:12:46 (SWT:2044): Gtk-WARNING **: 15:12:46.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:46 
11:12:46 (SWT:2044): Gtk-WARNING **: 15:12:46.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:46 
11:12:46 (SWT:2044): Gtk-WARNING **: 15:12:46.844: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:48 
11:12:48 (SWT:2044): Gdk-CRITICAL **: 15:12:48.545: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:48 
11:12:48 (SWT:2044): Gtk-WARNING **: 15:12:48.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:48 
11:12:48 (SWT:2044): Gtk-WARNING **: 15:12:48.871: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:48 
11:12:48 (SWT:2044): Gtk-WARNING **: 15:12:48.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:48 
11:12:48 (SWT:2044): Gtk-WARNING **: 15:12:48.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:48 
11:12:48 (SWT:2044): Gtk-WARNING **: 15:12:48.874: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:48 
11:12:48 (SWT:2044): Gtk-WARNING **: 15:12:48.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:48 
11:12:48 (SWT:2044): Gtk-WARNING **: 15:12:48.876: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:50 
11:12:50 (SWT:2044): Gdk-CRITICAL **: 15:12:50.672: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:50 
11:12:50 (SWT:2044): Gtk-WARNING **: 15:12:50.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:51 
11:12:51 (SWT:2044): Gtk-WARNING **: 15:12:50.999: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:51 
11:12:51 (SWT:2044): Gtk-WARNING **: 15:12:51.001: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:51 
11:12:51 (SWT:2044): Gtk-WARNING **: 15:12:51.002: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:51 
11:12:51 (SWT:2044): Gtk-WARNING **: 15:12:51.002: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:51 
11:12:51 (SWT:2044): Gtk-WARNING **: 15:12:51.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:51 
11:12:51 (SWT:2044): Gtk-WARNING **: 15:12:51.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:52 
11:12:52 (SWT:2044): Gdk-CRITICAL **: 15:12:52.732: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:53 
11:12:53 (SWT:2044): Gtk-WARNING **: 15:12:53.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:53 
11:12:53 (SWT:2044): Gtk-WARNING **: 15:12:53.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:53 
11:12:53 (SWT:2044): Gtk-WARNING **: 15:12:53.059: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:53 
11:12:53 (SWT:2044): Gtk-WARNING **: 15:12:53.060: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:53 
11:12:53 (SWT:2044): Gtk-WARNING **: 15:12:53.060: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:53 
11:12:53 (SWT:2044): Gtk-WARNING **: 15:12:53.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:53 
11:12:53 (SWT:2044): Gtk-WARNING **: 15:12:53.062: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:54 
11:12:54 (SWT:2044): Gdk-CRITICAL **: 15:12:54.768: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:55 
11:12:55 (SWT:2044): Gtk-WARNING **: 15:12:55.092: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:55 
11:12:55 (SWT:2044): Gtk-WARNING **: 15:12:55.096: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:55 
11:12:55 (SWT:2044): Gtk-WARNING **: 15:12:55.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:55 
11:12:55 (SWT:2044): Gtk-WARNING **: 15:12:55.098: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:55 
11:12:55 (SWT:2044): Gtk-WARNING **: 15:12:55.099: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:55 
11:12:55 (SWT:2044): Gtk-WARNING **: 15:12:55.100: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:55 
11:12:55 (SWT:2044): Gtk-WARNING **: 15:12:55.101: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:56 
11:12:56 (SWT:2044): Gdk-CRITICAL **: 15:12:56.797: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:57 
11:12:57 (SWT:2044): Gtk-WARNING **: 15:12:57.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:57 
11:12:57 (SWT:2044): Gtk-WARNING **: 15:12:57.119: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:57 
11:12:57 (SWT:2044): Gtk-WARNING **: 15:12:57.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:57 
11:12:57 (SWT:2044): Gtk-WARNING **: 15:12:57.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:57 
11:12:57 (SWT:2044): Gtk-WARNING **: 15:12:57.121: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:57 
11:12:57 (SWT:2044): Gtk-WARNING **: 15:12:57.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:57 
11:12:57 (SWT:2044): Gtk-WARNING **: 15:12:57.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:58 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.476 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.findsMenusRecursive[StaticMenu]  Time elapsed: 1.992 s
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksSubMenu[StaticMenu]  Time elapsed: 2.033 s
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksRadioMenuItem[StaticMenu]  Time elapsed: 2.007 s
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.findsSubMenus[StaticMenu]  Time elapsed: 1.994 s
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.testMenuItems[StaticMenu]  Time elapsed: 1.983 s
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksMenu[StaticMenu]  Time elapsed: 2.018 s
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.findsMenus[StaticMenu]  Time elapsed: 2.034 s
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksCheckMenuItem[StaticMenu]  Time elapsed: 2.032 s
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.findsMenusRecursive[DynamicMenu]  Time elapsed: 2.018 s
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksSubMenu[DynamicMenu]  Time elapsed: 2.063 s
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksRadioMenuItem[DynamicMenu]  Time elapsed: 2.031 s
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.findsSubMenus[DynamicMenu]  Time elapsed: 2.127 s
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.testMenuItems[DynamicMenu]  Time elapsed: 2.06 s
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksMenu[DynamicMenu]  Time elapsed: 2.035 s
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.findsMenus[DynamicMenu]  Time elapsed: 2.029 s
11:12:58 org.eclipse.swtbot.swt.finder.widgets.SWTBotMenuBarTest.clicksCheckMenuItem[DynamicMenu]  Time elapsed: 2.015 s
11:12:58 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest
11:12:58 
11:12:58 (SWT:2044): Gdk-CRITICAL **: 15:12:58.816: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:12:59 
11:12:59 (SWT:2044): Gtk-WARNING **: 15:12:59.139: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:59 
11:12:59 (SWT:2044): Gtk-WARNING **: 15:12:59.143: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:59 
11:12:59 (SWT:2044): Gtk-WARNING **: 15:12:59.145: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:59 
11:12:59 (SWT:2044): Gtk-WARNING **: 15:12:59.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:59 
11:12:59 (SWT:2044): Gtk-WARNING **: 15:12:59.146: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:59 
11:12:59 (SWT:2044): Gtk-WARNING **: 15:12:59.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:12:59 
11:12:59 (SWT:2044): Gtk-WARNING **: 15:12:59.148: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:00 
11:13:00 (SWT:2044): Gdk-CRITICAL **: 15:13:00.867: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:01 
11:13:01 (SWT:2044): Gtk-WARNING **: 15:13:01.190: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:01 
11:13:01 (SWT:2044): Gtk-WARNING **: 15:13:01.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:01 
11:13:01 (SWT:2044): Gtk-WARNING **: 15:13:01.196: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:01 
11:13:01 (SWT:2044): Gtk-WARNING **: 15:13:01.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:01 
11:13:01 (SWT:2044): Gtk-WARNING **: 15:13:01.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:01 
11:13:01 (SWT:2044): Gtk-WARNING **: 15:13:01.199: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:01 
11:13:01 (SWT:2044): Gtk-WARNING **: 15:13:01.199: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:02 
11:13:02 (SWT:2044): Gdk-CRITICAL **: 15:13:02.880: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:03 
11:13:03 (SWT:2044): Gtk-WARNING **: 15:13:03.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:03 
11:13:03 (SWT:2044): Gtk-WARNING **: 15:13:03.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:03 
11:13:03 (SWT:2044): Gtk-WARNING **: 15:13:03.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:03 
11:13:03 (SWT:2044): Gtk-WARNING **: 15:13:03.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:03 
11:13:03 (SWT:2044): Gtk-WARNING **: 15:13:03.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:03 
11:13:03 (SWT:2044): Gtk-WARNING **: 15:13:03.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:03 
11:13:03 (SWT:2044): Gtk-WARNING **: 15:13:03.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:04 
11:13:04 (SWT:2044): Gdk-CRITICAL **: 15:13:04.906: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:05 
11:13:05 (SWT:2044): Gtk-WARNING **: 15:13:05.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:05 
11:13:05 (SWT:2044): Gtk-WARNING **: 15:13:05.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:05 
11:13:05 (SWT:2044): Gtk-WARNING **: 15:13:05.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:05 
11:13:05 (SWT:2044): Gtk-WARNING **: 15:13:05.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:05 
11:13:05 (SWT:2044): Gtk-WARNING **: 15:13:05.238: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:05 
11:13:05 (SWT:2044): Gtk-WARNING **: 15:13:05.240: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:05 
11:13:05 (SWT:2044): Gtk-WARNING **: 15:13:05.240: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:07 
11:13:07 (SWT:2044): Gdk-CRITICAL **: 15:13:07.008: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:07 
11:13:07 (SWT:2044): Gtk-WARNING **: 15:13:07.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:07 
11:13:07 (SWT:2044): Gtk-WARNING **: 15:13:07.348: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:07 
11:13:07 (SWT:2044): Gtk-WARNING **: 15:13:07.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:07 
11:13:07 (SWT:2044): Gtk-WARNING **: 15:13:07.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:07 
11:13:07 (SWT:2044): Gtk-WARNING **: 15:13:07.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:07 
11:13:07 (SWT:2044): Gtk-WARNING **: 15:13:07.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:07 
11:13:07 (SWT:2044): Gtk-WARNING **: 15:13:07.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:09 
11:13:09 (SWT:2044): Gdk-CRITICAL **: 15:13:09.098: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:09 
11:13:09 (SWT:2044): Gtk-WARNING **: 15:13:09.427: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:09 
11:13:09 (SWT:2044): Gtk-WARNING **: 15:13:09.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:09 
11:13:09 (SWT:2044): Gtk-WARNING **: 15:13:09.433: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:09 
11:13:09 (SWT:2044): Gtk-WARNING **: 15:13:09.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:09 
11:13:09 (SWT:2044): Gtk-WARNING **: 15:13:09.434: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:09 
11:13:09 (SWT:2044): Gtk-WARNING **: 15:13:09.436: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:09 
11:13:09 (SWT:2044): Gtk-WARNING **: 15:13:09.436: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:11 
11:13:11 (SWT:2044): Gdk-CRITICAL **: 15:13:11.154: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:11 
11:13:11 (SWT:2044): Gtk-WARNING **: 15:13:11.483: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:11 
11:13:11 (SWT:2044): Gtk-WARNING **: 15:13:11.487: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:11 
11:13:11 (SWT:2044): Gtk-WARNING **: 15:13:11.490: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:11 
11:13:11 (SWT:2044): Gtk-WARNING **: 15:13:11.490: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:11 
11:13:11 (SWT:2044): Gtk-WARNING **: 15:13:11.490: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:11 
11:13:11 (SWT:2044): Gtk-WARNING **: 15:13:11.492: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:11 
11:13:11 (SWT:2044): Gtk-WARNING **: 15:13:11.493: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:13 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.434 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest
11:13:13 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest.clicksCheckboxButton  Time elapsed: 2.051 s
11:13:13 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest.clicksCheckboxButtonWithModifier  Time elapsed: 2.014 s
11:13:13 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest.findsToolBarButtonWithIndex  Time elapsed: 2.025 s
11:13:13 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest.selectsCheckboxButton  Time elapsed: 2.102 s
11:13:13 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest.deselectsCheckboxButton  Time elapsed: 2.09 s
11:13:13 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest.clickingCheckboxButtonTogglesIt  Time elapsed: 2.056 s
11:13:13 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarToggleButtonTest.togglesCheckboxButton  Time elapsed: 2.095 s
11:13:13 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest
11:13:13 
11:13:13 (SWT:2044): Gdk-CRITICAL **: 15:13:13.253: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:13 
11:13:13 (SWT:2044): Gtk-WARNING **: 15:13:13.582: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:13 
11:13:13 (SWT:2044): Gtk-WARNING **: 15:13:13.586: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:13 
11:13:13 (SWT:2044): Gtk-WARNING **: 15:13:13.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:13 
11:13:13 (SWT:2044): Gtk-WARNING **: 15:13:13.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:13 
11:13:13 (SWT:2044): Gtk-WARNING **: 15:13:13.589: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:13 
11:13:13 (SWT:2044): Gtk-WARNING **: 15:13:13.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:13 
11:13:13 (SWT:2044): Gtk-WARNING **: 15:13:13.591: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:15 
11:13:15 (SWT:2044): Gdk-CRITICAL **: 15:13:15.303: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:15 
11:13:15 (SWT:2044): Gtk-WARNING **: 15:13:15.639: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:15 
11:13:15 (SWT:2044): Gtk-WARNING **: 15:13:15.644: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:15 
11:13:15 (SWT:2044): Gtk-WARNING **: 15:13:15.647: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:15 
11:13:15 (SWT:2044): Gtk-WARNING **: 15:13:15.648: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:15 
11:13:15 (SWT:2044): Gtk-WARNING **: 15:13:15.648: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:15 
11:13:15 (SWT:2044): Gtk-WARNING **: 15:13:15.650: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:15 
11:13:15 (SWT:2044): Gtk-WARNING **: 15:13:15.651: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:21 
11:13:21 (SWT:2044): Gdk-CRITICAL **: 15:13:21.345: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:21 
11:13:21 (SWT:2044): Gtk-WARNING **: 15:13:21.674: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:21 
11:13:21 (SWT:2044): Gtk-WARNING **: 15:13:21.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:21 
11:13:21 (SWT:2044): Gtk-WARNING **: 15:13:21.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:21 
11:13:21 (SWT:2044): Gtk-WARNING **: 15:13:21.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:21 
11:13:21 (SWT:2044): Gtk-WARNING **: 15:13:21.681: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:21 
11:13:21 (SWT:2044): Gtk-WARNING **: 15:13:21.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:21 
11:13:21 (SWT:2044): Gtk-WARNING **: 15:13:21.683: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:27 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 14.114 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest
11:13:27 org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest.clicksToggleButton  Time elapsed: 2.051 s
11:13:27 org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest.doesNotMatchRegularButtons  Time elapsed: 6.041 s
11:13:27 org.eclipse.swtbot.swt.finder.widgets.SWTBotToggleButtonTest.doesNotMatchRadioButtons  Time elapsed: 6.022 s
11:13:27 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest
11:13:27 
11:13:27 (SWT:2044): Gdk-CRITICAL **: 15:13:27.370: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:27 
11:13:27 (SWT:2044): Gdk-CRITICAL **: 15:13:27.747: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:28 
11:13:28 (SWT:2044): Gdk-CRITICAL **: 15:13:28.125: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:28 
11:13:28 (SWT:2044): Gdk-CRITICAL **: 15:13:28.502: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:28 
11:13:28 (SWT:2044): Gdk-CRITICAL **: 15:13:28.880: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:29 
11:13:29 (SWT:2044): Gdk-CRITICAL **: 15:13:29.259: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:29 
11:13:29 (SWT:2044): Gdk-CRITICAL **: 15:13:29.672: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:30 
11:13:30 (SWT:2044): Gdk-CRITICAL **: 15:13:30.047: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:30 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.056 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest
11:13:30 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.changeAndVerifiesSelectionInComboByText  Time elapsed: 0.376 s
11:13:30 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.changeAndVerifiesSelectionInComboByIndex  Time elapsed: 0.378 s
11:13:30 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.findCCombo  Time elapsed: 0.378 s
11:13:30 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.throwsExceptionInCaseOfInvalidIndexBasedSelection  Time elapsed: 0.377 s
11:13:30 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.throwsExceptionInCaseOfInvalidTextBasedSelection  Time elapsed: 0.379 s
11:13:30 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.throwsExceptionInCaseOfChangeTextOfReadOnlyCombo  Time elapsed: 0.413 s
11:13:30 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.getItems  Time elapsed: 0.374 s
11:13:30 org.eclipse.swtbot.swt.finder.widgets.SWTBotCComboTest.setText  Time elapsed: 0.379 s
11:13:30 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest
11:13:30 
11:13:30 (SWT:2044): Gdk-CRITICAL **: 15:13:30.429: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:30 
11:13:30 (SWT:2044): Gtk-WARNING **: 15:13:30.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:30 
11:13:30 (SWT:2044): Gtk-WARNING **: 15:13:30.770: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:30 
11:13:30 (SWT:2044): Gtk-WARNING **: 15:13:30.773: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:30 
11:13:30 (SWT:2044): Gtk-WARNING **: 15:13:30.773: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:30 
11:13:30 (SWT:2044): Gtk-WARNING **: 15:13:30.773: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:30 
11:13:30 (SWT:2044): Gtk-WARNING **: 15:13:30.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:30 
11:13:30 (SWT:2044): Gtk-WARNING **: 15:13:30.775: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:32 
11:13:32 (SWT:2044): Gdk-CRITICAL **: 15:13:32.578: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:32 
11:13:32 (SWT:2044): Gtk-WARNING **: 15:13:32.912: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:32 
11:13:32 (SWT:2044): Gtk-WARNING **: 15:13:32.917: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:32 
11:13:32 (SWT:2044): Gtk-WARNING **: 15:13:32.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:32 
11:13:32 (SWT:2044): Gtk-WARNING **: 15:13:32.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:32 
11:13:32 (SWT:2044): Gtk-WARNING **: 15:13:32.920: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:32 
11:13:32 (SWT:2044): Gtk-WARNING **: 15:13:32.922: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:32 
11:13:32 (SWT:2044): Gtk-WARNING **: 15:13:32.922: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:34 Tests run: 3, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 4.193 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest
11:13:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest.clicksToolBarButton  Time elapsed: 2.148 s
11:13:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest.findsToolBarButtonWithIndex  Time elapsed: 2.042 s
11:13:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonWithToolTipTest skipped
11:13:34 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest
11:13:34 
11:13:34 (SWT:2044): Gdk-CRITICAL **: 15:13:34.624: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:37 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.081 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest
11:13:37 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableClickTest.clickOnCell  Time elapsed: 3.081 s
11:13:37 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest
11:13:37 
11:13:37 (SWT:2044): Gdk-CRITICAL **: 15:13:37.708: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:37 
11:13:37 (SWT:2044): Gdk-CRITICAL **: 15:13:37.775: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:37 
11:13:37 (SWT:2044): Gdk-CRITICAL **: 15:13:37.844: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:42 
11:13:42 (SWT:2044): Gdk-CRITICAL **: 15:13:42.922: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:42 
11:13:42 (SWT:2044): Gdk-CRITICAL **: 15:13:42.992: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:43 
11:13:43 (SWT:2044): Gdk-CRITICAL **: 15:13:43.063: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:48 
11:13:48 (SWT:2044): Gdk-CRITICAL **: 15:13:48.150: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:49 
11:13:49 (SWT:2044): Gdk-CRITICAL **: 15:13:49.224: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:49 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.59 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest
11:13:49 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.getsAllShells  Time elapsed: 0.067 s
11:13:49 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.getsActiveShell  Time elapsed: 0.068 s
11:13:49 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.noShellReturnsNull  Time elapsed: 5.078 s
11:13:49 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.bringsShellToFront  Time elapsed: 0.07 s
11:13:49 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.findsShell  Time elapsed: 0.07 s
11:13:49 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.closesShell  Time elapsed: 5.087 s
11:13:49 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.testMaximize  Time elapsed: 1.074 s
11:13:49 org.eclipse.swtbot.swt.finder.widgets.SWTBotShellTest.findsShellsById  Time elapsed: 0.074 s
11:13:49 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest
11:13:49 
11:13:49 (SWT:2044): Gdk-CRITICAL **: 15:13:49.302: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:49 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest
11:13:49 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeItemDoubleClickListenerTest.doubleClickOnCell  Time elapsed: 0.073 s
11:13:49 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest
11:13:49 
11:13:49 (SWT:2044): Gdk-CRITICAL **: 15:13:49.378: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:49 
11:13:49 (SWT:2044): Gtk-WARNING **: 15:13:49.728: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:49 
11:13:49 (SWT:2044): Gtk-WARNING **: 15:13:49.732: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:49 
11:13:49 (SWT:2044): Gtk-WARNING **: 15:13:49.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:49 
11:13:49 (SWT:2044): Gtk-WARNING **: 15:13:49.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:49 
11:13:49 (SWT:2044): Gtk-WARNING **: 15:13:49.735: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:49 
11:13:49 (SWT:2044): Gtk-WARNING **: 15:13:49.737: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:49 
11:13:49 (SWT:2044): Gtk-WARNING **: 15:13:49.737: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:51 
11:13:51 (SWT:2044): Gdk-CRITICAL **: 15:13:51.460: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:51 
11:13:51 (SWT:2044): Gtk-WARNING **: 15:13:51.792: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:51 
11:13:51 (SWT:2044): Gtk-WARNING **: 15:13:51.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:51 
11:13:51 (SWT:2044): Gtk-WARNING **: 15:13:51.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:51 
11:13:51 (SWT:2044): Gtk-WARNING **: 15:13:51.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:51 
11:13:51 (SWT:2044): Gtk-WARNING **: 15:13:51.799: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:51 
11:13:51 (SWT:2044): Gtk-WARNING **: 15:13:51.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:51 
11:13:51 (SWT:2044): Gtk-WARNING **: 15:13:51.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:53 
11:13:53 (SWT:2044): Gdk-CRITICAL **: 15:13:53.502: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:53 
11:13:53 (SWT:2044): Gtk-WARNING **: 15:13:53.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:53 
11:13:53 (SWT:2044): Gtk-WARNING **: 15:13:53.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:53 
11:13:53 (SWT:2044): Gtk-WARNING **: 15:13:53.853: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:53 
11:13:53 (SWT:2044): Gtk-WARNING **: 15:13:53.853: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:53 
11:13:53 (SWT:2044): Gtk-WARNING **: 15:13:53.853: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:53 
11:13:53 (SWT:2044): Gtk-WARNING **: 15:13:53.855: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:53 
11:13:53 (SWT:2044): Gtk-WARNING **: 15:13:53.855: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:55 
11:13:55 (SWT:2044): Gdk-CRITICAL **: 15:13:55.569: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:55 
11:13:55 (SWT:2044): Gtk-WARNING **: 15:13:55.916: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:55 
11:13:55 (SWT:2044): Gtk-WARNING **: 15:13:55.921: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:55 
11:13:55 (SWT:2044): Gtk-WARNING **: 15:13:55.923: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:55 
11:13:55 (SWT:2044): Gtk-WARNING **: 15:13:55.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:55 
11:13:55 (SWT:2044): Gtk-WARNING **: 15:13:55.924: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:55 
11:13:55 (SWT:2044): Gtk-WARNING **: 15:13:55.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:55 
11:13:55 (SWT:2044): Gtk-WARNING **: 15:13:55.926: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:57 
11:13:57 (SWT:2044): Gdk-CRITICAL **: 15:13:57.661: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:13:58 
11:13:58 (SWT:2044): Gtk-WARNING **: 15:13:58.007: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:58 
11:13:58 (SWT:2044): Gtk-WARNING **: 15:13:58.012: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:58 
11:13:58 (SWT:2044): Gtk-WARNING **: 15:13:58.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:58 
11:13:58 (SWT:2044): Gtk-WARNING **: 15:13:58.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:58 
11:13:58 (SWT:2044): Gtk-WARNING **: 15:13:58.015: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:58 
11:13:58 (SWT:2044): Gtk-WARNING **: 15:13:58.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:58 
11:13:58 (SWT:2044): Gtk-WARNING **: 15:13:58.017: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:13:59 
11:13:59 (SWT:2044): Gdk-CRITICAL **: 15:13:59.742: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:00 
11:14:00 (SWT:2044): Gtk-WARNING **: 15:14:00.081: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:00 
11:14:00 (SWT:2044): Gtk-WARNING **: 15:14:00.086: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:00 
11:14:00 (SWT:2044): Gtk-WARNING **: 15:14:00.088: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:00 
11:14:00 (SWT:2044): Gtk-WARNING **: 15:14:00.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:00 
11:14:00 (SWT:2044): Gtk-WARNING **: 15:14:00.089: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:00 
11:14:00 (SWT:2044): Gtk-WARNING **: 15:14:00.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:00 
11:14:00 (SWT:2044): Gtk-WARNING **: 15:14:00.091: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:01 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.442 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest
11:14:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest.doubleClick  Time elapsed: 2.081 s
11:14:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest.click  Time elapsed: 2.041 s
11:14:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest.findsCanvas  Time elapsed: 2.067 s
11:14:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest.doubleClickXY  Time elapsed: 2.091 s
11:14:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest.clickXY  Time elapsed: 2.081 s
11:14:01 org.eclipse.swtbot.swt.finder.widgets.SWTBotCanvasTest.findsCanvasInGroup  Time elapsed: 2.079 s
11:14:01 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest
11:14:01 
11:14:01 (SWT:2044): Gdk-CRITICAL **: 15:14:01.825: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:02 
11:14:02 (SWT:2044): Gtk-WARNING **: 15:14:02.168: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:02 
11:14:02 (SWT:2044): Gtk-WARNING **: 15:14:02.172: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:02 
11:14:02 (SWT:2044): Gtk-WARNING **: 15:14:02.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:02 
11:14:02 (SWT:2044): Gtk-WARNING **: 15:14:02.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:02 
11:14:02 (SWT:2044): Gtk-WARNING **: 15:14:02.175: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:02 
11:14:02 (SWT:2044): Gtk-WARNING **: 15:14:02.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:02 
11:14:02 (SWT:2044): Gtk-WARNING **: 15:14:02.177: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:03 
11:14:03 (SWT:2044): Gdk-CRITICAL **: 15:14:03.954: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:04 
11:14:04 (SWT:2044): Gtk-WARNING **: 15:14:04.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:04 
11:14:04 (SWT:2044): Gtk-WARNING **: 15:14:04.300: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:04 
11:14:04 (SWT:2044): Gtk-WARNING **: 15:14:04.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:04 
11:14:04 (SWT:2044): Gtk-WARNING **: 15:14:04.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:04 
11:14:04 (SWT:2044): Gtk-WARNING **: 15:14:04.303: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:04 
11:14:04 (SWT:2044): Gtk-WARNING **: 15:14:04.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:04 
11:14:04 (SWT:2044): Gtk-WARNING **: 15:14:04.305: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:06 
11:14:06 (SWT:2044): Gdk-CRITICAL **: 15:14:06.113: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:06 
11:14:06 (SWT:2044): Gtk-WARNING **: 15:14:06.464: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:06 
11:14:06 (SWT:2044): Gtk-WARNING **: 15:14:06.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:06 
11:14:06 (SWT:2044): Gtk-WARNING **: 15:14:06.470: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:06 
11:14:06 (SWT:2044): Gtk-WARNING **: 15:14:06.471: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:06 
11:14:06 (SWT:2044): Gtk-WARNING **: 15:14:06.471: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:06 
11:14:06 (SWT:2044): Gtk-WARNING **: 15:14:06.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:06 
11:14:06 (SWT:2044): Gtk-WARNING **: 15:14:06.473: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:08 
11:14:08 (SWT:2044): Gdk-CRITICAL **: 15:14:08.263: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:08 
11:14:08 (SWT:2044): Gtk-WARNING **: 15:14:08.612: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:08 
11:14:08 (SWT:2044): Gtk-WARNING **: 15:14:08.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:08 
11:14:08 (SWT:2044): Gtk-WARNING **: 15:14:08.619: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:08 
11:14:08 (SWT:2044): Gtk-WARNING **: 15:14:08.619: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:08 
11:14:08 (SWT:2044): Gtk-WARNING **: 15:14:08.619: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:08 
11:14:08 (SWT:2044): Gtk-WARNING **: 15:14:08.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:08 
11:14:08 (SWT:2044): Gtk-WARNING **: 15:14:08.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:10 
11:14:10 (SWT:2044): Gdk-CRITICAL **: 15:14:10.485: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:10 
11:14:10 (SWT:2044): Gtk-WARNING **: 15:14:10.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:10 
11:14:10 (SWT:2044): Gtk-WARNING **: 15:14:10.843: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:10 
11:14:10 (SWT:2044): Gtk-WARNING **: 15:14:10.846: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:10 
11:14:10 (SWT:2044): Gtk-WARNING **: 15:14:10.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:10 
11:14:10 (SWT:2044): Gtk-WARNING **: 15:14:10.847: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:10 
11:14:10 (SWT:2044): Gtk-WARNING **: 15:14:10.849: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:10 
11:14:10 (SWT:2044): Gtk-WARNING **: 15:14:10.849: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:12 
11:14:12 (SWT:2044): Gdk-CRITICAL **: 15:14:12.654: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:13 
11:14:13 (SWT:2044): Gtk-WARNING **: 15:14:13.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:13 
11:14:13 (SWT:2044): Gtk-WARNING **: 15:14:13.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:13 
11:14:13 (SWT:2044): Gtk-WARNING **: 15:14:13.013: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:13 
11:14:13 (SWT:2044): Gtk-WARNING **: 15:14:13.013: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:13 
11:14:13 (SWT:2044): Gtk-WARNING **: 15:14:13.014: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:13 
11:14:13 (SWT:2044): Gtk-WARNING **: 15:14:13.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:13 
11:14:13 (SWT:2044): Gtk-WARNING **: 15:14:13.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:14 
11:14:14 (SWT:2044): Gdk-CRITICAL **: 15:14:14.996: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:15 
11:14:15 (SWT:2044): Gtk-WARNING **: 15:14:15.347: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:15 
11:14:15 (SWT:2044): Gtk-WARNING **: 15:14:15.351: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:15 
11:14:15 (SWT:2044): Gtk-WARNING **: 15:14:15.353: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:15 
11:14:15 (SWT:2044): Gtk-WARNING **: 15:14:15.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:15 
11:14:15 (SWT:2044): Gtk-WARNING **: 15:14:15.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:15 
11:14:15 (SWT:2044): Gtk-WARNING **: 15:14:15.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:15 
11:14:15 (SWT:2044): Gtk-WARNING **: 15:14:15.356: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:17 
11:14:17 (SWT:2044): Gdk-CRITICAL **: 15:14:17.180: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:17 
11:14:17 (SWT:2044): Gtk-WARNING **: 15:14:17.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:17 
11:14:17 (SWT:2044): Gtk-WARNING **: 15:14:17.529: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:17 
11:14:17 (SWT:2044): Gtk-WARNING **: 15:14:17.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:17 
11:14:17 (SWT:2044): Gtk-WARNING **: 15:14:17.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:17 
11:14:17 (SWT:2044): Gtk-WARNING **: 15:14:17.532: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:17 
11:14:17 (SWT:2044): Gtk-WARNING **: 15:14:17.534: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:17 
11:14:17 (SWT:2044): Gtk-WARNING **: 15:14:17.534: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:19 
11:14:19 (SWT:2044): Gdk-CRITICAL **: 15:14:19.315: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:19 
11:14:19 (SWT:2044): Gtk-WARNING **: 15:14:19.669: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:19 
11:14:19 (SWT:2044): Gtk-WARNING **: 15:14:19.673: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:19 
11:14:19 (SWT:2044): Gtk-WARNING **: 15:14:19.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:19 
11:14:19 (SWT:2044): Gtk-WARNING **: 15:14:19.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:19 
11:14:19 (SWT:2044): Gtk-WARNING **: 15:14:19.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:19 
11:14:19 (SWT:2044): Gtk-WARNING **: 15:14:19.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:19 
11:14:19 (SWT:2044): Gtk-WARNING **: 15:14:19.678: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:21 
11:14:21 (SWT:2044): Gdk-CRITICAL **: 15:14:21.493: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:21 
11:14:21 (SWT:2044): Gtk-WARNING **: 15:14:21.841: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:21 
11:14:21 (SWT:2044): Gtk-WARNING **: 15:14:21.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:21 
11:14:21 (SWT:2044): Gtk-WARNING **: 15:14:21.848: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:21 
11:14:21 (SWT:2044): Gtk-WARNING **: 15:14:21.848: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:21 
11:14:21 (SWT:2044): Gtk-WARNING **: 15:14:21.848: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:21 
11:14:21 (SWT:2044): Gtk-WARNING **: 15:14:21.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:21 
11:14:21 (SWT:2044): Gtk-WARNING **: 15:14:21.850: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:23 
11:14:23 (SWT:2044): Gdk-CRITICAL **: 15:14:23.651: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:24 
11:14:24 (SWT:2044): Gtk-WARNING **: 15:14:24.002: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:24 
11:14:24 (SWT:2044): Gtk-WARNING **: 15:14:24.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:24 
11:14:24 (SWT:2044): Gtk-WARNING **: 15:14:24.009: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:24 
11:14:24 (SWT:2044): Gtk-WARNING **: 15:14:24.009: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:24 
11:14:24 (SWT:2044): Gtk-WARNING **: 15:14:24.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:24 
11:14:24 (SWT:2044): Gtk-WARNING **: 15:14:24.012: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:24 
11:14:24 (SWT:2044): Gtk-WARNING **: 15:14:24.012: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:26 
11:14:26 (SWT:2044): Gdk-CRITICAL **: 15:14:25.997: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:26 
11:14:26 (SWT:2044): Gtk-WARNING **: 15:14:26.350: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:26 
11:14:26 (SWT:2044): Gtk-WARNING **: 15:14:26.354: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:26 
11:14:26 (SWT:2044): Gtk-WARNING **: 15:14:26.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:26 
11:14:26 (SWT:2044): Gtk-WARNING **: 15:14:26.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:26 
11:14:26 (SWT:2044): Gtk-WARNING **: 15:14:26.357: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:26 
11:14:26 (SWT:2044): Gtk-WARNING **: 15:14:26.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:26 
11:14:26 (SWT:2044): Gtk-WARNING **: 15:14:26.359: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:28 
11:14:28 (SWT:2044): Gdk-CRITICAL **: 15:14:28.305: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:28 
11:14:28 (SWT:2044): Gtk-WARNING **: 15:14:28.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:28 
11:14:28 (SWT:2044): Gtk-WARNING **: 15:14:28.723: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:28 
11:14:28 (SWT:2044): Gtk-WARNING **: 15:14:28.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:28 
11:14:28 (SWT:2044): Gtk-WARNING **: 15:14:28.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:28 
11:14:28 (SWT:2044): Gtk-WARNING **: 15:14:28.726: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:28 
11:14:28 (SWT:2044): Gtk-WARNING **: 15:14:28.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:28 
11:14:28 (SWT:2044): Gtk-WARNING **: 15:14:28.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:31 
11:14:31 (SWT:2044): Gdk-CRITICAL **: 15:14:31.041: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:31 
11:14:31 (SWT:2044): Gtk-WARNING **: 15:14:31.401: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:31 
11:14:31 (SWT:2044): Gtk-WARNING **: 15:14:31.405: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:31 
11:14:31 (SWT:2044): Gtk-WARNING **: 15:14:31.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:31 
11:14:31 (SWT:2044): Gtk-WARNING **: 15:14:31.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:31 
11:14:31 (SWT:2044): Gtk-WARNING **: 15:14:31.408: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:31 
11:14:31 (SWT:2044): Gtk-WARNING **: 15:14:31.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:31 
11:14:31 (SWT:2044): Gtk-WARNING **: 15:14:31.410: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:33 
11:14:33 (SWT:2044): Gdk-CRITICAL **: 15:14:33.764: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:34 
11:14:34 (SWT:2044): Gtk-WARNING **: 15:14:34.115: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:34 
11:14:34 (SWT:2044): Gtk-WARNING **: 15:14:34.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:34 
11:14:34 (SWT:2044): Gtk-WARNING **: 15:14:34.122: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:34 
11:14:34 (SWT:2044): Gtk-WARNING **: 15:14:34.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:34 
11:14:34 (SWT:2044): Gtk-WARNING **: 15:14:34.123: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:34 
11:14:34 (SWT:2044): Gtk-WARNING **: 15:14:34.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:34 
11:14:34 (SWT:2044): Gtk-WARNING **: 15:14:34.125: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:35 
11:14:35 (SWT:2044): Gdk-CRITICAL **: 15:14:35.926: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:36 
11:14:36 (SWT:2044): Gtk-WARNING **: 15:14:36.289: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:36 
11:14:36 (SWT:2044): Gtk-WARNING **: 15:14:36.293: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:36 
11:14:36 (SWT:2044): Gtk-WARNING **: 15:14:36.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:36 
11:14:36 (SWT:2044): Gtk-WARNING **: 15:14:36.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:36 
11:14:36 (SWT:2044): Gtk-WARNING **: 15:14:36.296: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:36 
11:14:36 (SWT:2044): Gtk-WARNING **: 15:14:36.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:36 
11:14:36 (SWT:2044): Gtk-WARNING **: 15:14:36.298: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:38 
11:14:38 (SWT:2044): Gdk-CRITICAL **: 15:14:38.128: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:38 
11:14:38 (SWT:2044): Gtk-WARNING **: 15:14:38.484: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:38 
11:14:38 (SWT:2044): Gtk-WARNING **: 15:14:38.488: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:38 
11:14:38 (SWT:2044): Gtk-WARNING **: 15:14:38.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:38 
11:14:38 (SWT:2044): Gtk-WARNING **: 15:14:38.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:38 
11:14:38 (SWT:2044): Gtk-WARNING **: 15:14:38.491: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:38 
11:14:38 (SWT:2044): Gtk-WARNING **: 15:14:38.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:38 
11:14:38 (SWT:2044): Gtk-WARNING **: 15:14:38.494: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:40 
11:14:40 (SWT:2044): Gdk-CRITICAL **: 15:14:40.320: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:40 
11:14:40 (SWT:2044): Gtk-WARNING **: 15:14:40.672: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:40 
11:14:40 (SWT:2044): Gtk-WARNING **: 15:14:40.676: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:40 
11:14:40 (SWT:2044): Gtk-WARNING **: 15:14:40.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:40 
11:14:40 (SWT:2044): Gtk-WARNING **: 15:14:40.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:40 
11:14:40 (SWT:2044): Gtk-WARNING **: 15:14:40.679: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:40 
11:14:40 (SWT:2044): Gtk-WARNING **: 15:14:40.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:40 
11:14:40 (SWT:2044): Gtk-WARNING **: 15:14:40.682: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:42 
11:14:42 (SWT:2044): Gdk-CRITICAL **: 15:14:42.504: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:42 
11:14:42 (SWT:2044): Gtk-WARNING **: 15:14:42.858: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:42 
11:14:42 (SWT:2044): Gtk-WARNING **: 15:14:42.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:42 
11:14:42 (SWT:2044): Gtk-WARNING **: 15:14:42.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:42 
11:14:42 (SWT:2044): Gtk-WARNING **: 15:14:42.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:42 
11:14:42 (SWT:2044): Gtk-WARNING **: 15:14:42.865: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:42 
11:14:42 (SWT:2044): Gtk-WARNING **: 15:14:42.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:42 
11:14:42 (SWT:2044): Gtk-WARNING **: 15:14:42.868: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:44 
11:14:44 (SWT:2044): Gdk-CRITICAL **: 15:14:44.837: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:45 
11:14:45 (SWT:2044): Gtk-WARNING **: 15:14:45.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:45 
11:14:45 (SWT:2044): Gtk-WARNING **: 15:14:45.201: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:45 
11:14:45 (SWT:2044): Gtk-WARNING **: 15:14:45.204: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:45 
11:14:45 (SWT:2044): Gtk-WARNING **: 15:14:45.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:45 
11:14:45 (SWT:2044): Gtk-WARNING **: 15:14:45.205: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:45 
11:14:45 (SWT:2044): Gtk-WARNING **: 15:14:45.207: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:45 
11:14:45 (SWT:2044): Gtk-WARNING **: 15:14:45.207: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:47 
11:14:47 (SWT:2044): Gdk-CRITICAL **: 15:14:47.063: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:47 
11:14:47 (SWT:2044): Gtk-WARNING **: 15:14:47.421: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:47 
11:14:47 (SWT:2044): Gtk-WARNING **: 15:14:47.426: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:47 
11:14:47 (SWT:2044): Gtk-WARNING **: 15:14:47.428: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:47 
11:14:47 (SWT:2044): Gtk-WARNING **: 15:14:47.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:47 
11:14:47 (SWT:2044): Gtk-WARNING **: 15:14:47.429: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:47 
11:14:47 (SWT:2044): Gtk-WARNING **: 15:14:47.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:47 
11:14:47 (SWT:2044): Gtk-WARNING **: 15:14:47.431: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:49 
11:14:49 (SWT:2044): Gdk-CRITICAL **: 15:14:49.268: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:49 
11:14:49 (SWT:2044): Gtk-WARNING **: 15:14:49.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:49 
11:14:49 (SWT:2044): Gtk-WARNING **: 15:14:49.630: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:49 
11:14:49 (SWT:2044): Gtk-WARNING **: 15:14:49.633: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:49 
11:14:49 (SWT:2044): Gtk-WARNING **: 15:14:49.633: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:49 
11:14:49 (SWT:2044): Gtk-WARNING **: 15:14:49.633: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:49 
11:14:49 (SWT:2044): Gtk-WARNING **: 15:14:49.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:49 
11:14:49 (SWT:2044): Gtk-WARNING **: 15:14:49.635: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:51 
11:14:51 (SWT:2044): Gdk-CRITICAL **: 15:14:51.499: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:51 
11:14:51 (SWT:2044): Gtk-WARNING **: 15:14:51.854: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:51 
11:14:51 (SWT:2044): Gtk-WARNING **: 15:14:51.858: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:51 
11:14:51 (SWT:2044): Gtk-WARNING **: 15:14:51.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:51 
11:14:51 (SWT:2044): Gtk-WARNING **: 15:14:51.861: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:51 
11:14:51 (SWT:2044): Gtk-WARNING **: 15:14:51.862: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:51 
11:14:51 (SWT:2044): Gtk-WARNING **: 15:14:51.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:51 
11:14:51 (SWT:2044): Gtk-WARNING **: 15:14:51.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:53 
11:14:53 (SWT:2044): Gdk-CRITICAL **: 15:14:53.769: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:54 
11:14:54 (SWT:2044): Gtk-WARNING **: 15:14:54.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:54 
11:14:54 (SWT:2044): Gtk-WARNING **: 15:14:54.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:54 
11:14:54 (SWT:2044): Gtk-WARNING **: 15:14:54.131: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:54 
11:14:54 (SWT:2044): Gtk-WARNING **: 15:14:54.132: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:54 
11:14:54 (SWT:2044): Gtk-WARNING **: 15:14:54.132: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:54 
11:14:54 (SWT:2044): Gtk-WARNING **: 15:14:54.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:54 
11:14:54 (SWT:2044): Gtk-WARNING **: 15:14:54.134: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:56 
11:14:56 (SWT:2044): Gdk-CRITICAL **: 15:14:56.039: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:56 
11:14:56 (SWT:2044): Gtk-WARNING **: 15:14:56.396: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:56 
11:14:56 (SWT:2044): Gtk-WARNING **: 15:14:56.400: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:56 
11:14:56 (SWT:2044): Gtk-WARNING **: 15:14:56.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:56 
11:14:56 (SWT:2044): Gtk-WARNING **: 15:14:56.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:56 
11:14:56 (SWT:2044): Gtk-WARNING **: 15:14:56.403: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:56 
11:14:56 (SWT:2044): Gtk-WARNING **: 15:14:56.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:56 
11:14:56 (SWT:2044): Gtk-WARNING **: 15:14:56.406: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:58 
11:14:58 (SWT:2044): Gdk-CRITICAL **: 15:14:58.257: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:14:58 
11:14:58 (SWT:2044): Gtk-WARNING **: 15:14:58.616: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:58 
11:14:58 (SWT:2044): Gtk-WARNING **: 15:14:58.621: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:58 
11:14:58 (SWT:2044): Gtk-WARNING **: 15:14:58.624: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:58 
11:14:58 (SWT:2044): Gtk-WARNING **: 15:14:58.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:58 
11:14:58 (SWT:2044): Gtk-WARNING **: 15:14:58.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:58 
11:14:58 (SWT:2044): Gtk-WARNING **: 15:14:58.627: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:14:58 
11:14:58 (SWT:2044): Gtk-WARNING **: 15:14:58.627: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:00 
11:15:00 (SWT:2044): Gdk-CRITICAL **: 15:15:00.504: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:00 
11:15:00 (SWT:2044): Gtk-WARNING **: 15:15:00.875: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:00 
11:15:00 (SWT:2044): Gtk-WARNING **: 15:15:00.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:00 
11:15:00 (SWT:2044): Gtk-WARNING **: 15:15:00.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:00 
11:15:00 (SWT:2044): Gtk-WARNING **: 15:15:00.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:00 
11:15:00 (SWT:2044): Gtk-WARNING **: 15:15:00.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:00 
11:15:00 (SWT:2044): Gtk-WARNING **: 15:15:00.885: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:00 
11:15:00 (SWT:2044): Gtk-WARNING **: 15:15:00.885: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:02 
11:15:02 (SWT:2044): Gdk-CRITICAL **: 15:15:02.799: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:03 
11:15:03 (SWT:2044): Gtk-WARNING **: 15:15:03.225: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:03 
11:15:03 (SWT:2044): Gtk-WARNING **: 15:15:03.229: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:03 
11:15:03 (SWT:2044): Gtk-WARNING **: 15:15:03.232: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:03 
11:15:03 (SWT:2044): Gtk-WARNING **: 15:15:03.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:03 
11:15:03 (SWT:2044): Gtk-WARNING **: 15:15:03.233: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:03 
11:15:03 (SWT:2044): Gtk-WARNING **: 15:15:03.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:03 
11:15:03 (SWT:2044): Gtk-WARNING **: 15:15:03.235: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:05 
11:15:05 (SWT:2044): Gdk-CRITICAL **: 15:15:05.098: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:05 
11:15:05 (SWT:2044): Gtk-WARNING **: 15:15:05.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:05 
11:15:05 (SWT:2044): Gtk-WARNING **: 15:15:05.468: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:05 
11:15:05 (SWT:2044): Gtk-WARNING **: 15:15:05.471: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:05 
11:15:05 (SWT:2044): Gtk-WARNING **: 15:15:05.471: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:05 
11:15:05 (SWT:2044): Gtk-WARNING **: 15:15:05.471: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:05 
11:15:05 (SWT:2044): Gtk-WARNING **: 15:15:05.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:05 
11:15:05 (SWT:2044): Gtk-WARNING **: 15:15:05.474: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:07 
11:15:07 (SWT:2044): Gdk-CRITICAL **: 15:15:07.369: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:07 
11:15:07 (SWT:2044): Gtk-WARNING **: 15:15:07.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:07 
11:15:07 (SWT:2044): Gtk-WARNING **: 15:15:07.756: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:07 
11:15:07 (SWT:2044): Gtk-WARNING **: 15:15:07.759: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:07 
11:15:07 (SWT:2044): Gtk-WARNING **: 15:15:07.759: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:07 
11:15:07 (SWT:2044): Gtk-WARNING **: 15:15:07.759: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:07 
11:15:07 (SWT:2044): Gtk-WARNING **: 15:15:07.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:07 
11:15:07 (SWT:2044): Gtk-WARNING **: 15:15:07.762: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:09 Tests run: 30, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 67.917 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.containsText  Time elapsed: 2.13 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.settingSelectionOnInvalidRowNumberThrowsException  Time elapsed: 2.159 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsColumnTextBasedOnRowColumnNumbers  Time elapsed: 2.15 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.selectsItemsBasedOnString  Time elapsed: 2.221 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.throwsExceptionIfTheRowNumberIsIllegal2  Time elapsed: 2.169 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.setEmptySelection  Time elapsed: 2.341 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsSelectionCount  Time elapsed: 2.185 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsSingleSelection  Time elapsed: 2.134 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsAllColumnHeadings  Time elapsed: 2.178 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.searchText  Time elapsed: 2.158 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.settingMultipleSelectionOfInvalidIndicesThrowsException  Time elapsed: 2.346 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.findsIndexOfColumn  Time elapsed: 2.307 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.unselectsSelection  Time elapsed: 2.736 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsMultipleSingleSelection  Time elapsed: 2.723 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsColumnCount  Time elapsed: 2.162 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.findsAnyTable  Time elapsed: 2.201 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.throwsExceptionIfTheColumnNameIsIllegal  Time elapsed: 2.191 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsRowCount  Time elapsed: 2.185 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsIndexOfItemInAColumnWithText  Time elapsed: 2.332 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.findsItemsBasedOnIndex  Time elapsed: 2.225 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.findsTable  Time elapsed: 2.204 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.throwsExceptionIfMultipleIndicesOnSingleSelect  Time elapsed: 2.232 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsTextCellBasedOnRowNumberColumnText  Time elapsed: 2.269 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.settingSelectionOnInvalidRowTextThrowsException  Time elapsed: 2.27 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.findsItemsBasedOnText  Time elapsed: 2.218 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsIndexOfItemInAColumnWithIndex  Time elapsed: 2.247 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.setsSelection  Time elapsed: 2.295 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.getsIndexOfItem  Time elapsed: 2.299 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.throwsExceptionIfTheRowNumberIsIllegal  Time elapsed: 2.27 s
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableTest.throwsExceptionIfTheColumnNumberIsIllegal  Time elapsed: 2.373 s
11:15:09 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest
11:15:09 
11:15:09 (SWT:2044): Gdk-CRITICAL **: 15:15:09.748: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:09 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest
11:15:09 org.eclipse.swtbot.swt.finder.widgets.SWTBotTableDoubleClickListenerTest.doubleClickOnCell  Time elapsed: 0.062 s
11:15:09 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest
11:15:09 
11:15:09 (SWT:2044): Gdk-CRITICAL **: 15:15:09.812: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:10 
11:15:10 (SWT:2044): Gtk-WARNING **: 15:15:10.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:10 
11:15:10 (SWT:2044): Gtk-WARNING **: 15:15:10.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:10 
11:15:10 (SWT:2044): Gtk-WARNING **: 15:15:10.215: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:10 
11:15:10 (SWT:2044): Gtk-WARNING **: 15:15:10.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:10 
11:15:10 (SWT:2044): Gtk-WARNING **: 15:15:10.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:10 
11:15:10 (SWT:2044): Gtk-WARNING **: 15:15:10.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:10 
11:15:10 (SWT:2044): Gtk-WARNING **: 15:15:10.218: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:12 
11:15:12 (SWT:2044): Gdk-CRITICAL **: 15:15:12.137: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:12 
11:15:12 (SWT:2044): Gtk-WARNING **: 15:15:12.501: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:12 
11:15:12 (SWT:2044): Gtk-WARNING **: 15:15:12.506: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:12 
11:15:12 (SWT:2044): Gtk-WARNING **: 15:15:12.509: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:12 
11:15:12 (SWT:2044): Gtk-WARNING **: 15:15:12.509: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:12 
11:15:12 (SWT:2044): Gtk-WARNING **: 15:15:12.509: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:12 
11:15:12 (SWT:2044): Gtk-WARNING **: 15:15:12.512: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:12 
11:15:12 (SWT:2044): Gtk-WARNING **: 15:15:12.512: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:14 
11:15:14 (SWT:2044): Gdk-CRITICAL **: 15:15:14.349: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:14 
11:15:14 (SWT:2044): Gtk-WARNING **: 15:15:14.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:14 
11:15:14 (SWT:2044): Gtk-WARNING **: 15:15:14.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:14 
11:15:14 (SWT:2044): Gtk-WARNING **: 15:15:14.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:14 
11:15:14 (SWT:2044): Gtk-WARNING **: 15:15:14.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:14 
11:15:14 (SWT:2044): Gtk-WARNING **: 15:15:14.727: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:14 
11:15:14 (SWT:2044): Gtk-WARNING **: 15:15:14.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:14 
11:15:14 (SWT:2044): Gtk-WARNING **: 15:15:14.729: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:16 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.759 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest
11:15:16 org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest.findsSliderInGroup  Time elapsed: 2.324 s
11:15:16 org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest.canSetSelection  Time elapsed: 2.212 s
11:15:16 org.eclipse.swtbot.swt.finder.widgets.SWTBotSliderTest.findsSlider  Time elapsed: 2.223 s
11:15:16 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest
11:15:16 
11:15:16 (SWT:2044): Gdk-CRITICAL **: 15:15:16.575: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:16 
11:15:16 (SWT:2044): Gtk-WARNING **: 15:15:16.948: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:16 
11:15:16 (SWT:2044): Gtk-WARNING **: 15:15:16.953: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:16 
11:15:16 (SWT:2044): Gtk-WARNING **: 15:15:16.955: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:16 
11:15:16 (SWT:2044): Gtk-WARNING **: 15:15:16.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:16 
11:15:16 (SWT:2044): Gtk-WARNING **: 15:15:16.956: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:16 
11:15:16 (SWT:2044): Gtk-WARNING **: 15:15:16.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:16 
11:15:16 (SWT:2044): Gtk-WARNING **: 15:15:16.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:18 
11:15:18 (SWT:2044): Gdk-CRITICAL **: 15:15:18.966: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:19 
11:15:19 (SWT:2044): Gtk-WARNING **: 15:15:19.333: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:19 
11:15:19 (SWT:2044): Gtk-WARNING **: 15:15:19.338: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:19 
11:15:19 (SWT:2044): Gtk-WARNING **: 15:15:19.340: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:19 
11:15:19 (SWT:2044): Gtk-WARNING **: 15:15:19.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:19 
11:15:19 (SWT:2044): Gtk-WARNING **: 15:15:19.341: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:19 
11:15:19 (SWT:2044): Gtk-WARNING **: 15:15:19.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:19 
11:15:19 (SWT:2044): Gtk-WARNING **: 15:15:19.343: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:21 
11:15:21 (SWT:2044): Gdk-CRITICAL **: 15:15:21.381: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:21 
11:15:21 (SWT:2044): Gtk-WARNING **: 15:15:21.746: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:21 
11:15:21 (SWT:2044): Gtk-WARNING **: 15:15:21.750: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:21 
11:15:21 (SWT:2044): Gtk-WARNING **: 15:15:21.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:21 
11:15:21 (SWT:2044): Gtk-WARNING **: 15:15:21.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:21 
11:15:21 (SWT:2044): Gtk-WARNING **: 15:15:21.754: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:21 
11:15:21 (SWT:2044): Gtk-WARNING **: 15:15:21.756: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:21 
11:15:21 (SWT:2044): Gtk-WARNING **: 15:15:21.756: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:23 
11:15:23 (SWT:2044): Gdk-CRITICAL **: 15:15:23.741: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:24 
11:15:24 (SWT:2044): Gtk-WARNING **: 15:15:24.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:24 
11:15:24 (SWT:2044): Gtk-WARNING **: 15:15:24.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:24 
11:15:24 (SWT:2044): Gtk-WARNING **: 15:15:24.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:24 
11:15:24 (SWT:2044): Gtk-WARNING **: 15:15:24.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:24 
11:15:24 (SWT:2044): Gtk-WARNING **: 15:15:24.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:24 
11:15:24 (SWT:2044): Gtk-WARNING **: 15:15:24.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:24 
11:15:24 (SWT:2044): Gtk-WARNING **: 15:15:24.118: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:26 
11:15:26 (SWT:2044): Gdk-CRITICAL **: 15:15:26.167: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:26 
11:15:26 (SWT:2044): Gtk-WARNING **: 15:15:26.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:26 
11:15:26 (SWT:2044): Gtk-WARNING **: 15:15:26.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:26 
11:15:26 (SWT:2044): Gtk-WARNING **: 15:15:26.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:26 
11:15:26 (SWT:2044): Gtk-WARNING **: 15:15:26.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:26 
11:15:26 (SWT:2044): Gtk-WARNING **: 15:15:26.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:26 
11:15:26 (SWT:2044): Gtk-WARNING **: 15:15:26.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:26 
11:15:26 (SWT:2044): Gtk-WARNING **: 15:15:26.558: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:28 
11:15:28 (SWT:2044): Gdk-CRITICAL **: 15:15:28.624: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:29 
11:15:29 (SWT:2044): Gtk-WARNING **: 15:15:29.000: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:29 
11:15:29 (SWT:2044): Gtk-WARNING **: 15:15:29.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:29 
11:15:29 (SWT:2044): Gtk-WARNING **: 15:15:29.007: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:29 
11:15:29 (SWT:2044): Gtk-WARNING **: 15:15:29.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:29 
11:15:29 (SWT:2044): Gtk-WARNING **: 15:15:29.008: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:29 
11:15:29 (SWT:2044): Gtk-WARNING **: 15:15:29.010: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:29 
11:15:29 (SWT:2044): Gtk-WARNING **: 15:15:29.011: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:31 
11:15:31 (SWT:2044): Gdk-CRITICAL **: 15:15:31.080: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:31 
11:15:31 (SWT:2044): Gtk-WARNING **: 15:15:31.451: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:31 
11:15:31 (SWT:2044): Gtk-WARNING **: 15:15:31.455: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:31 
11:15:31 (SWT:2044): Gtk-WARNING **: 15:15:31.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:31 
11:15:31 (SWT:2044): Gtk-WARNING **: 15:15:31.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:31 
11:15:31 (SWT:2044): Gtk-WARNING **: 15:15:31.459: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:31 
11:15:31 (SWT:2044): Gtk-WARNING **: 15:15:31.461: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:31 
11:15:31 (SWT:2044): Gtk-WARNING **: 15:15:31.461: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:33 
11:15:33 (SWT:2044): Gdk-CRITICAL **: 15:15:33.330: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:33 
11:15:33 (SWT:2044): Gtk-WARNING **: 15:15:33.714: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:33 
11:15:33 (SWT:2044): Gtk-WARNING **: 15:15:33.719: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:33 
11:15:33 (SWT:2044): Gtk-WARNING **: 15:15:33.721: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:33 
11:15:33 (SWT:2044): Gtk-WARNING **: 15:15:33.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:33 
11:15:33 (SWT:2044): Gtk-WARNING **: 15:15:33.722: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:33 
11:15:33 (SWT:2044): Gtk-WARNING **: 15:15:33.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:33 
11:15:33 (SWT:2044): Gtk-WARNING **: 15:15:33.724: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:35 
11:15:35 (SWT:2044): Gdk-CRITICAL **: 15:15:35.721: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:36 
11:15:36 (SWT:2044): Gtk-WARNING **: 15:15:36.103: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:36 
11:15:36 (SWT:2044): Gtk-WARNING **: 15:15:36.108: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:36 
11:15:36 (SWT:2044): Gtk-WARNING **: 15:15:36.111: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:36 
11:15:36 (SWT:2044): Gtk-WARNING **: 15:15:36.111: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:36 
11:15:36 (SWT:2044): Gtk-WARNING **: 15:15:36.112: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:36 
11:15:36 (SWT:2044): Gtk-WARNING **: 15:15:36.114: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:36 
11:15:36 (SWT:2044): Gtk-WARNING **: 15:15:36.114: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:38 
11:15:38 (SWT:2044): Gdk-CRITICAL **: 15:15:38.175: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:38 
11:15:38 (SWT:2044): Gtk-WARNING **: 15:15:38.549: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:38 
11:15:38 (SWT:2044): Gtk-WARNING **: 15:15:38.553: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:38 
11:15:38 (SWT:2044): Gtk-WARNING **: 15:15:38.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:38 
11:15:38 (SWT:2044): Gtk-WARNING **: 15:15:38.556: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:38 
11:15:38 (SWT:2044): Gtk-WARNING **: 15:15:38.557: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:38 
11:15:38 (SWT:2044): Gtk-WARNING **: 15:15:38.559: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:38 
11:15:38 (SWT:2044): Gtk-WARNING **: 15:15:38.559: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:40 
11:15:40 (SWT:2044): Gdk-CRITICAL **: 15:15:40.495: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:40 
11:15:40 (SWT:2044): Gtk-WARNING **: 15:15:40.872: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:40 
11:15:40 (SWT:2044): Gtk-WARNING **: 15:15:40.877: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:40 
11:15:40 (SWT:2044): Gtk-WARNING **: 15:15:40.879: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:40 
11:15:40 (SWT:2044): Gtk-WARNING **: 15:15:40.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:40 
11:15:40 (SWT:2044): Gtk-WARNING **: 15:15:40.880: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:40 
11:15:40 (SWT:2044): Gtk-WARNING **: 15:15:40.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:40 
11:15:40 (SWT:2044): Gtk-WARNING **: 15:15:40.882: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:43 
11:15:43 (SWT:2044): Gdk-CRITICAL **: 15:15:43.056: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:43 
11:15:43 (SWT:2044): Gtk-WARNING **: 15:15:43.432: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:43 
11:15:43 (SWT:2044): Gtk-WARNING **: 15:15:43.437: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:43 
11:15:43 (SWT:2044): Gtk-WARNING **: 15:15:43.440: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:43 
11:15:43 (SWT:2044): Gtk-WARNING **: 15:15:43.440: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:43 
11:15:43 (SWT:2044): Gtk-WARNING **: 15:15:43.440: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:43 
11:15:43 (SWT:2044): Gtk-WARNING **: 15:15:43.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:43 
11:15:43 (SWT:2044): Gtk-WARNING **: 15:15:43.443: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:45 
11:15:45 (SWT:2044): Gdk-CRITICAL **: 15:15:45.365: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:45 
11:15:45 (SWT:2044): Gtk-WARNING **: 15:15:45.743: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:45 
11:15:45 (SWT:2044): Gtk-WARNING **: 15:15:45.747: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:45 
11:15:45 (SWT:2044): Gtk-WARNING **: 15:15:45.750: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:45 
11:15:45 (SWT:2044): Gtk-WARNING **: 15:15:45.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:45 
11:15:45 (SWT:2044): Gtk-WARNING **: 15:15:45.751: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:45 
11:15:45 (SWT:2044): Gtk-WARNING **: 15:15:45.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:45 
11:15:45 (SWT:2044): Gtk-WARNING **: 15:15:45.753: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:47 
11:15:47 (SWT:2044): Gdk-CRITICAL **: 15:15:47.934: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:48 
11:15:48 (SWT:2044): Gtk-WARNING **: 15:15:48.312: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:48 
11:15:48 (SWT:2044): Gtk-WARNING **: 15:15:48.317: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:48 
11:15:48 (SWT:2044): Gtk-WARNING **: 15:15:48.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:48 
11:15:48 (SWT:2044): Gtk-WARNING **: 15:15:48.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:48 
11:15:48 (SWT:2044): Gtk-WARNING **: 15:15:48.320: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:48 
11:15:48 (SWT:2044): Gtk-WARNING **: 15:15:48.322: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:48 
11:15:48 (SWT:2044): Gtk-WARNING **: 15:15:48.322: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:50 
11:15:50 (SWT:2044): Gdk-CRITICAL **: 15:15:50.826: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:51 
11:15:51 (SWT:2044): Gtk-WARNING **: 15:15:51.201: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:51 
11:15:51 (SWT:2044): Gtk-WARNING **: 15:15:51.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:51 
11:15:51 (SWT:2044): Gtk-WARNING **: 15:15:51.208: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:51 
11:15:51 (SWT:2044): Gtk-WARNING **: 15:15:51.209: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:51 
11:15:51 (SWT:2044): Gtk-WARNING **: 15:15:51.209: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:51 
11:15:51 (SWT:2044): Gtk-WARNING **: 15:15:51.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:51 
11:15:51 (SWT:2044): Gtk-WARNING **: 15:15:51.211: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:53 
11:15:53 (SWT:2044): Gdk-CRITICAL **: 15:15:53.154: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:53 
11:15:53 (SWT:2044): Gtk-WARNING **: 15:15:53.540: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:53 
11:15:53 (SWT:2044): Gtk-WARNING **: 15:15:53.545: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:53 
11:15:53 (SWT:2044): Gtk-WARNING **: 15:15:53.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:53 
11:15:53 (SWT:2044): Gtk-WARNING **: 15:15:53.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:53 
11:15:53 (SWT:2044): Gtk-WARNING **: 15:15:53.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:53 
11:15:53 (SWT:2044): Gtk-WARNING **: 15:15:53.550: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:53 
11:15:53 (SWT:2044): Gtk-WARNING **: 15:15:53.550: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:55 
11:15:55 (SWT:2044): Gdk-CRITICAL **: 15:15:55.498: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:55 
11:15:55 (SWT:2044): Gtk-WARNING **: 15:15:55.883: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:55 
11:15:55 (SWT:2044): Gtk-WARNING **: 15:15:55.888: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:55 
11:15:55 (SWT:2044): Gtk-WARNING **: 15:15:55.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:55 
11:15:55 (SWT:2044): Gtk-WARNING **: 15:15:55.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:55 
11:15:55 (SWT:2044): Gtk-WARNING **: 15:15:55.891: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:55 
11:15:55 (SWT:2044): Gtk-WARNING **: 15:15:55.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:55 
11:15:55 (SWT:2044): Gtk-WARNING **: 15:15:55.894: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:57 
11:15:57 (SWT:2044): Gdk-CRITICAL **: 15:15:57.813: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:15:58 
11:15:58 (SWT:2044): Gtk-WARNING **: 15:15:58.187: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:58 
11:15:58 (SWT:2044): Gtk-WARNING **: 15:15:58.191: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:58 
11:15:58 (SWT:2044): Gtk-WARNING **: 15:15:58.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:58 
11:15:58 (SWT:2044): Gtk-WARNING **: 15:15:58.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:58 
11:15:58 (SWT:2044): Gtk-WARNING **: 15:15:58.194: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:58 
11:15:58 (SWT:2044): Gtk-WARNING **: 15:15:58.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:15:58 
11:15:58 (SWT:2044): Gtk-WARNING **: 15:15:58.197: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:00 
11:16:00 (SWT:2044): Gdk-CRITICAL **: 15:16:00.446: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:00 
11:16:00 (SWT:2044): Gtk-WARNING **: 15:16:00.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:00 
11:16:00 (SWT:2044): Gtk-WARNING **: 15:16:00.839: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:00 
11:16:00 (SWT:2044): Gtk-WARNING **: 15:16:00.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:00 
11:16:00 (SWT:2044): Gtk-WARNING **: 15:16:00.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:00 
11:16:00 (SWT:2044): Gtk-WARNING **: 15:16:00.842: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:00 
11:16:00 (SWT:2044): Gtk-WARNING **: 15:16:00.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:00 
11:16:00 (SWT:2044): Gtk-WARNING **: 15:16:00.845: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:02 
11:16:02 (SWT:2044): Gdk-CRITICAL **: 15:16:02.744: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:03 
11:16:03 (SWT:2044): Gtk-WARNING **: 15:16:03.120: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:03 
11:16:03 (SWT:2044): Gtk-WARNING **: 15:16:03.124: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:03 
11:16:03 (SWT:2044): Gtk-WARNING **: 15:16:03.127: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:03 
11:16:03 (SWT:2044): Gtk-WARNING **: 15:16:03.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:03 
11:16:03 (SWT:2044): Gtk-WARNING **: 15:16:03.128: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:03 
11:16:03 (SWT:2044): Gtk-WARNING **: 15:16:03.130: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:03 
11:16:03 (SWT:2044): Gtk-WARNING **: 15:16:03.130: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:05 
11:16:05 (SWT:2044): Gdk-CRITICAL **: 15:16:05.067: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:05 
11:16:05 (SWT:2044): Gtk-WARNING **: 15:16:05.450: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:05 
11:16:05 (SWT:2044): Gtk-WARNING **: 15:16:05.455: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:05 
11:16:05 (SWT:2044): Gtk-WARNING **: 15:16:05.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:05 
11:16:05 (SWT:2044): Gtk-WARNING **: 15:16:05.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:05 
11:16:05 (SWT:2044): Gtk-WARNING **: 15:16:05.458: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:05 
11:16:05 (SWT:2044): Gtk-WARNING **: 15:16:05.461: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:05 
11:16:05 (SWT:2044): Gtk-WARNING **: 15:16:05.461: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:07 
11:16:07 (SWT:2044): Gdk-CRITICAL **: 15:16:07.423: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:07 
11:16:07 (SWT:2044): Gtk-WARNING **: 15:16:07.803: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:07 
11:16:07 (SWT:2044): Gtk-WARNING **: 15:16:07.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:07 
11:16:07 (SWT:2044): Gtk-WARNING **: 15:16:07.810: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:07 
11:16:07 (SWT:2044): Gtk-WARNING **: 15:16:07.811: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:07 
11:16:07 (SWT:2044): Gtk-WARNING **: 15:16:07.811: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:07 
11:16:07 (SWT:2044): Gtk-WARNING **: 15:16:07.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:07 
11:16:07 (SWT:2044): Gtk-WARNING **: 15:16:07.813: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:10 
11:16:10 (SWT:2044): Gdk-CRITICAL **: 15:16:10.213: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:10 
11:16:10 (SWT:2044): Gtk-WARNING **: 15:16:10.598: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:10 
11:16:10 (SWT:2044): Gtk-WARNING **: 15:16:10.603: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:10 
11:16:10 (SWT:2044): Gtk-WARNING **: 15:16:10.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:10 
11:16:10 (SWT:2044): Gtk-WARNING **: 15:16:10.606: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:10 
11:16:10 (SWT:2044): Gtk-WARNING **: 15:16:10.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:10 
11:16:10 (SWT:2044): Gtk-WARNING **: 15:16:10.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:10 
11:16:10 (SWT:2044): Gtk-WARNING **: 15:16:10.609: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:17 
11:16:17 (SWT:2044): Gdk-CRITICAL **: 15:16:17.664: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:18 
11:16:18 (SWT:2044): Gtk-WARNING **: 15:16:18.042: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:18 
11:16:18 (SWT:2044): Gtk-WARNING **: 15:16:18.046: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:18 
11:16:18 (SWT:2044): Gtk-WARNING **: 15:16:18.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:18 
11:16:18 (SWT:2044): Gtk-WARNING **: 15:16:18.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:18 
11:16:18 (SWT:2044): Gtk-WARNING **: 15:16:18.050: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:18 
11:16:18 (SWT:2044): Gtk-WARNING **: 15:16:18.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:18 
11:16:18 (SWT:2044): Gtk-WARNING **: 15:16:18.052: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:20 
11:16:20 (SWT:2044): Gdk-CRITICAL **: 15:16:20.112: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:20 
11:16:20 (SWT:2044): Gtk-WARNING **: 15:16:20.516: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:20 
11:16:20 (SWT:2044): Gtk-WARNING **: 15:16:20.522: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:20 
11:16:20 (SWT:2044): Gtk-WARNING **: 15:16:20.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:20 
11:16:20 (SWT:2044): Gtk-WARNING **: 15:16:20.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:20 
11:16:20 (SWT:2044): Gtk-WARNING **: 15:16:20.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:20 
11:16:20 (SWT:2044): Gtk-WARNING **: 15:16:20.528: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:20 
11:16:20 (SWT:2044): Gtk-WARNING **: 15:16:20.528: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:22 
11:16:22 (SWT:2044): Gdk-CRITICAL **: 15:16:22.572: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:22 
11:16:22 (SWT:2044): Gtk-WARNING **: 15:16:22.958: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:22 
11:16:22 (SWT:2044): Gtk-WARNING **: 15:16:22.962: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:22 
11:16:22 (SWT:2044): Gtk-WARNING **: 15:16:22.965: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:22 
11:16:22 (SWT:2044): Gtk-WARNING **: 15:16:22.965: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:22 
11:16:22 (SWT:2044): Gtk-WARNING **: 15:16:22.966: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:22 
11:16:22 (SWT:2044): Gtk-WARNING **: 15:16:22.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:22 
11:16:22 (SWT:2044): Gtk-WARNING **: 15:16:22.968: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:24 Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 68.328 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.setsMultipleSelection  Time elapsed: 2.389 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.selectsAll  Time elapsed: 2.417 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsColumnTextBasedOnRowColumnNumbers  Time elapsed: 2.359 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.doubleClicksOnANode  Time elapsed: 2.426 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.clicksOnANode  Time elapsed: 2.457 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.setEmptySelection  Time elapsed: 2.456 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsSelectionCount  Time elapsed: 2.25 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsSingleSelection  Time elapsed: 2.39 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsAllColumnHeadings  Time elapsed: 2.452 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.findsAnyTree  Time elapsed: 2.32 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.expandsNode  Time elapsed: 2.562 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.expandANodePath  Time elapsed: 2.309 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.unselectsSelection  Time elapsed: 2.569 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsMultipleSingleSelection  Time elapsed: 2.892 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsColumnCount  Time elapsed: 2.327 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsAllTreeItems  Time elapsed: 2.342 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.selectsMultipleOnSingleSelectTree  Time elapsed: 2.315 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.expandsNodeToMax  Time elapsed: 2.634 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.findsTree  Time elapsed: 2.297 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.expandEmptyPath  Time elapsed: 2.321 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsRowCount  Time elapsed: 2.356 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.clicksOnANodeInAColumn  Time elapsed: 2.79 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.setsMultipleSelectionUnknownItem  Time elapsed: 7.449 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsTextCellBasedOnRowNumberColumnText  Time elapsed: 2.449 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.getsColumnCountOnMultiColumnTree  Time elapsed: 2.46 s
11:16:24 org.eclipse.swtbot.swt.finder.widgets.SWTBotTreeTest.setsSelection  Time elapsed: 2.331 s
11:16:24 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest
11:16:24 
11:16:24 (SWT:2044): Gdk-CRITICAL **: 15:16:24.906: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:25 
11:16:25 (SWT:2044): Gdk-CRITICAL **: 15:16:25.387: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:25 
11:16:25 (SWT:2044): Gdk-CRITICAL **: 15:16:25.879: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:26 
11:16:26 (SWT:2044): Gdk-CRITICAL **: 15:16:26.346: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:26 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.907 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest
11:16:26 org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest.findsAlignment  Time elapsed: 0.479 s
11:16:26 org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest.findsCLabel  Time elapsed: 0.491 s
11:16:26 org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest.findsCLabel1  Time elapsed: 0.467 s
11:16:26 org.eclipse.swtbot.swt.finder.widgets.SWTBotCLabelTest.getsImage  Time elapsed: 0.469 s
11:16:26 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest
11:16:26 
11:16:26 (SWT:2044): Gdk-CRITICAL **: 15:16:26.819: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:27 
11:16:27 (SWT:2044): Gtk-WARNING **: 15:16:27.201: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:27 
11:16:27 (SWT:2044): Gtk-WARNING **: 15:16:27.206: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:27 
11:16:27 (SWT:2044): Gtk-WARNING **: 15:16:27.209: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:27 
11:16:27 (SWT:2044): Gtk-WARNING **: 15:16:27.209: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:27 
11:16:27 (SWT:2044): Gtk-WARNING **: 15:16:27.209: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:27 
11:16:27 (SWT:2044): Gtk-WARNING **: 15:16:27.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:27 
11:16:27 (SWT:2044): Gtk-WARNING **: 15:16:27.212: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:29 
11:16:29 (SWT:2044): Gdk-CRITICAL **: 15:16:29.251: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:29 
11:16:29 (SWT:2044): Gtk-WARNING **: 15:16:29.637: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:29 
11:16:29 (SWT:2044): Gtk-WARNING **: 15:16:29.642: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:29 
11:16:29 (SWT:2044): Gtk-WARNING **: 15:16:29.645: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:29 
11:16:29 (SWT:2044): Gtk-WARNING **: 15:16:29.645: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:29 
11:16:29 (SWT:2044): Gtk-WARNING **: 15:16:29.645: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:29 
11:16:29 (SWT:2044): Gtk-WARNING **: 15:16:29.648: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:29 
11:16:29 (SWT:2044): Gtk-WARNING **: 15:16:29.648: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:31 
11:16:31 (SWT:2044): Gdk-CRITICAL **: 15:16:31.722: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:32 
11:16:32 (SWT:2044): Gtk-WARNING **: 15:16:32.105: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:32 
11:16:32 (SWT:2044): Gtk-WARNING **: 15:16:32.110: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:32 
11:16:32 (SWT:2044): Gtk-WARNING **: 15:16:32.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:32 
11:16:32 (SWT:2044): Gtk-WARNING **: 15:16:32.113: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:32 
11:16:32 (SWT:2044): Gtk-WARNING **: 15:16:32.114: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:32 
11:16:32 (SWT:2044): Gtk-WARNING **: 15:16:32.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:32 
11:16:32 (SWT:2044): Gtk-WARNING **: 15:16:32.116: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:34 Tests run: 5, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 7.23 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest
11:16:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest.clicksToolBarButton  Time elapsed: 2.431 s
11:16:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest skipped
11:16:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest.clicksToolBarButtonWithModifier  Time elapsed: 2.47 s
11:16:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest.findsToolBarButtonWithIndex  Time elapsed: 2.327 s
11:16:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotToolbarDropDownButtonTest skipped
11:16:34 Running org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest
11:16:34 
11:16:34 (SWT:2044): Gdk-CRITICAL **: 15:16:34.053: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:34 
11:16:34 (SWT:2044): Gdk-CRITICAL **: 15:16:34.099: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:34 Tests run: 2, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.132 s - in org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest
11:16:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest skipped
11:16:34 org.eclipse.swtbot.swt.finder.widgets.SWTBotButtonJFaceTest.testJFaceErrorDialogButton  Time elapsed: 0.085 s
11:16:34 Running org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest
11:16:34 
11:16:34 (SWT:2044): Gdk-CRITICAL **: 15:16:34.187: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:34 
11:16:34 (SWT:2044): Gtk-WARNING **: 15:16:34.572: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:34 
11:16:34 (SWT:2044): Gtk-WARNING **: 15:16:34.580: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:34 
11:16:34 (SWT:2044): Gtk-WARNING **: 15:16:34.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:34 
11:16:34 (SWT:2044): Gtk-WARNING **: 15:16:34.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:34 
11:16:34 (SWT:2044): Gtk-WARNING **: 15:16:34.584: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:34 
11:16:34 (SWT:2044): Gtk-WARNING **: 15:16:34.587: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:34 
11:16:34 (SWT:2044): Gtk-WARNING **: 15:16:34.587: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:36 
11:16:36 (SWT:2044): Gdk-CRITICAL **: 15:16:36.490: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:36 
11:16:36 (SWT:2044): Gtk-WARNING **: 15:16:36.881: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:36 
11:16:36 (SWT:2044): Gtk-WARNING **: 15:16:36.886: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:36 
11:16:36 (SWT:2044): Gtk-WARNING **: 15:16:36.889: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:36 
11:16:36 (SWT:2044): Gtk-WARNING **: 15:16:36.889: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:36 
11:16:36 (SWT:2044): Gtk-WARNING **: 15:16:36.890: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:36 
11:16:36 (SWT:2044): Gtk-WARNING **: 15:16:36.892: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:36 
11:16:36 (SWT:2044): Gtk-WARNING **: 15:16:36.892: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:38 
11:16:38 (SWT:2044): Gdk-CRITICAL **: 15:16:38.857: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:39 
11:16:39 (SWT:2044): Gtk-WARNING **: 15:16:39.246: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:39 
11:16:39 (SWT:2044): Gtk-WARNING **: 15:16:39.251: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:39 
11:16:39 (SWT:2044): Gtk-WARNING **: 15:16:39.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:39 
11:16:39 (SWT:2044): Gtk-WARNING **: 15:16:39.254: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:39 
11:16:39 (SWT:2044): Gtk-WARNING **: 15:16:39.255: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:39 
11:16:39 (SWT:2044): Gtk-WARNING **: 15:16:39.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:39 
11:16:39 (SWT:2044): Gtk-WARNING **: 15:16:39.257: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:41 
11:16:41 (SWT:2044): Gdk-CRITICAL **: 15:16:41.194: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:41 
11:16:41 (SWT:2044): Gtk-WARNING **: 15:16:41.596: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:41 
11:16:41 (SWT:2044): Gtk-WARNING **: 15:16:41.601: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:41 
11:16:41 (SWT:2044): Gtk-WARNING **: 15:16:41.604: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:41 
11:16:41 (SWT:2044): Gtk-WARNING **: 15:16:41.604: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:41 
11:16:41 (SWT:2044): Gtk-WARNING **: 15:16:41.605: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:41 
11:16:41 (SWT:2044): Gtk-WARNING **: 15:16:41.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:41 
11:16:41 (SWT:2044): Gtk-WARNING **: 15:16:41.607: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:43 
11:16:43 (SWT:2044): Gdk-CRITICAL **: 15:16:43.496: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:43 
11:16:43 (SWT:2044): Gtk-WARNING **: 15:16:43.890: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:43 
11:16:43 (SWT:2044): Gtk-WARNING **: 15:16:43.896: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:43 
11:16:43 (SWT:2044): Gtk-WARNING **: 15:16:43.899: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:43 
11:16:43 (SWT:2044): Gtk-WARNING **: 15:16:43.899: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:43 
11:16:43 (SWT:2044): Gtk-WARNING **: 15:16:43.899: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:43 
11:16:43 (SWT:2044): Gtk-WARNING **: 15:16:43.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:43 
11:16:43 (SWT:2044): Gtk-WARNING **: 15:16:43.902: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:45 
11:16:45 (SWT:2044): Gdk-CRITICAL **: 15:16:45.807: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:46 
11:16:46 (SWT:2044): Gtk-WARNING **: 15:16:46.202: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:46 
11:16:46 (SWT:2044): Gtk-WARNING **: 15:16:46.207: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:46 
11:16:46 (SWT:2044): Gtk-WARNING **: 15:16:46.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:46 
11:16:46 (SWT:2044): Gtk-WARNING **: 15:16:46.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:46 
11:16:46 (SWT:2044): Gtk-WARNING **: 15:16:46.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:46 
11:16:46 (SWT:2044): Gtk-WARNING **: 15:16:46.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:46 
11:16:46 (SWT:2044): Gtk-WARNING **: 15:16:46.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:48 
11:16:48 (SWT:2044): Gdk-CRITICAL **: 15:16:48.123: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:48 
11:16:48 (SWT:2044): Gtk-WARNING **: 15:16:48.514: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:48 
11:16:48 (SWT:2044): Gtk-WARNING **: 15:16:48.519: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:48 
11:16:48 (SWT:2044): Gtk-WARNING **: 15:16:48.522: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:48 
11:16:48 (SWT:2044): Gtk-WARNING **: 15:16:48.522: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:48 
11:16:48 (SWT:2044): Gtk-WARNING **: 15:16:48.522: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:48 
11:16:48 (SWT:2044): Gtk-WARNING **: 15:16:48.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:48 
11:16:48 (SWT:2044): Gtk-WARNING **: 15:16:48.525: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:50 
11:16:50 (SWT:2044): Gdk-CRITICAL **: 15:16:50.452: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:50 
11:16:50 (SWT:2044): Gtk-WARNING **: 15:16:50.859: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:50 
11:16:50 (SWT:2044): Gtk-WARNING **: 15:16:50.864: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:50 
11:16:50 (SWT:2044): Gtk-WARNING **: 15:16:50.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:50 
11:16:50 (SWT:2044): Gtk-WARNING **: 15:16:50.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:50 
11:16:50 (SWT:2044): Gtk-WARNING **: 15:16:50.867: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:50 
11:16:50 (SWT:2044): Gtk-WARNING **: 15:16:50.870: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:50 
11:16:50 (SWT:2044): Gtk-WARNING **: 15:16:50.870: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:52 Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 18.604 s - in org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest
11:16:52 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.findsRightIndexOfControlInParentWithNoParent  Time elapsed: 2.301 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.getsToString  Time elapsed: 2.367 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.findsNextWidget  Time elapsed: 2.337 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.findsIndexOfArbritryControl  Time elapsed: 2.303 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.nextWidgetOnLastWidgetIsNull  Time elapsed: 2.31 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.getsCorrectStyle  Time elapsed: 2.316 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.previousWidgetOnFirstWidget  Time elapsed: 2.328 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.SWTUtilsTest.findsPreviousWidget  Time elapsed: 2.341 s
11:16:52 Running org.eclipse.swtbot.swt.finder.utils.CredentialsTest
11:16:52 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.swtbot.swt.finder.utils.CredentialsTest
11:16:52 org.eclipse.swtbot.swt.finder.utils.CredentialsTest.testHashCode  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.CredentialsTest.testEquals  Time elapsed: 0 s
11:16:52 Running org.eclipse.swtbot.swt.finder.utils.PositionTest
11:16:52 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.PositionTest
11:16:52 org.eclipse.swtbot.swt.finder.utils.PositionTest.equalsAndHashCode  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.PositionTest.equalsAndHashCodeNegative  Time elapsed: 0 s
11:16:52 Running org.eclipse.swtbot.swt.finder.utils.TableCollectionTest
11:16:52 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.TableCollectionTest
11:16:52 org.eclipse.swtbot.swt.finder.utils.TableCollectionTest.getsToString  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.TableCollectionTest.hashCodeIsSameForSameTableCollections  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.TableCollectionTest.equalsForSameTableCollections  Time elapsed: 0 s
11:16:52 Running org.eclipse.swtbot.swt.finder.utils.TreePathTest
11:16:52 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.TreePathTest
11:16:52 org.eclipse.swtbot.swt.finder.utils.TreePathTest.canPopLastElementFromTreePath  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.TreePathTest.popsNothingIfTreePathIsEmpty  Time elapsed: 0 s
11:16:52 Running org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest
11:16:52 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest
11:16:52 org.eclipse.swtbot.swt.finder.utils.ClassUtilsTest.getsSimpleClassName  Time elapsed: 0 s
11:16:52 Running org.eclipse.swtbot.swt.finder.utils.BidiMapTest
11:16:52 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.BidiMapTest
11:16:52 org.eclipse.swtbot.swt.finder.utils.BidiMapTest.canIterateThroughAllElements  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.BidiMapTest.canFindObjectBasedOnKey  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.BidiMapTest.canFindObjectBasedOnValue  Time elapsed: 0 s
11:16:52 Running org.eclipse.swtbot.swt.finder.utils.FileUtilsTest
11:16:52 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.FileUtilsTest
11:16:52 org.eclipse.swtbot.swt.finder.utils.FileUtilsTest.canReadFromURL  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.FileUtilsTest.canWriteToAFile  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.FileUtilsTest.canReadFromFile  Time elapsed: 0 s
11:16:52 Running org.eclipse.swtbot.swt.finder.utils.StringUtilsTest
11:16:52 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.StringUtilsTest
11:16:52 org.eclipse.swtbot.swt.finder.utils.StringUtilsTest.canJoinListsUsingTheObjectConverter  Time elapsed: 0.001 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.StringUtilsTest.isEmptyOrNull  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.StringUtilsTest.joinOfObjects  Time elapsed: 0 s
11:16:52 Running org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest
11:16:52 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest
11:16:52 org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest.getsKeySetOfTheMap  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.MultiValueMapTest.mapsMultipleValuesToAKey  Time elapsed: 0 s
11:16:52 Running org.eclipse.swtbot.swt.finder.utils.MenuDetectTest
11:16:52 
11:16:52 (SWT:2044): Gdk-CRITICAL **: 15:16:52.828: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:52 
11:16:52 (SWT:2044): Gtk-CRITICAL **: 15:16:52.915: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:16:52 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.126 s - in org.eclipse.swtbot.swt.finder.utils.MenuDetectTest
11:16:52 org.eclipse.swtbot.swt.finder.utils.MenuDetectTest.testMenuDetect  Time elapsed: 0.126 s
11:16:52 Running org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest
11:16:52 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest
11:16:52 org.eclipse.swtbot.swt.finder.utils.ImageFormatConverterTest.translatesFromStringsToIds  Time elapsed: 0.001 s
11:16:52 Running org.eclipse.swtbot.swt.finder.utils.TableRowTest
11:16:52 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.utils.TableRowTest
11:16:52 org.eclipse.swtbot.swt.finder.utils.TableRowTest.hashCodeIsSameForSameTableRows  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.TableRowTest.getsToString  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.TableRowTest.equalsForUnequalTableRows  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.TableRowTest.hashCodeIsDifferentForDifferentTableRows  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.utils.TableRowTest.equalsForEqualTableRows  Time elapsed: 0 s
11:16:52 Running org.eclipse.swtbot.swt.finder.resolvers.ResolverTest
11:16:52 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.resolvers.ResolverTest
11:16:52 org.eclipse.swtbot.swt.finder.resolvers.ResolverTest.doesNotGetResolverForNonRegisteredTypes  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.resolvers.ResolverTest.getsResolverForRegisteredTypes  Time elapsed: 0 s
11:16:52 Running org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest
11:16:52 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest
11:16:52 org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest.getChildren  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest.hasParent  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest.hasChildren  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest.getParent  Time elapsed: 0 s
11:16:52 org.eclipse.swtbot.swt.finder.resolvers.NullResolverTest.resolvesEverything  Time elapsed: 0 s
11:16:52 Running org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest
11:16:52 
11:16:52 (SWT:2044): Gdk-CRITICAL **: 15:16:52.970: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.079 s - in org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest
11:16:53 org.eclipse.swtbot.swt.finder.waits.TreeHasRowsTest.waitsForTreeToContainRows  Time elapsed: 0.079 s
11:16:53 Running org.eclipse.swtbot.swt.finder.waits.WaitForShellTest
11:16:53 
11:16:53 (SWT:2044): Gdk-CRITICAL **: 15:16:53.052: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 s - in org.eclipse.swtbot.swt.finder.waits.WaitForShellTest
11:16:53 org.eclipse.swtbot.swt.finder.waits.WaitForShellTest.waitsForShellToAppear  Time elapsed: 0.538 s
11:16:53 Running org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest
11:16:53 
11:16:53 (SWT:2044): Gdk-CRITICAL **: 15:16:53.594: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:53 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 s - in org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest
11:16:53 org.eclipse.swtbot.swt.finder.waits.ShellIsActiveTest.waitsForShellToBecomeActive  Time elapsed: 0.055 s
11:16:53 Running org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest
11:16:53 
11:16:53 (SWT:2044): Gdk-CRITICAL **: 15:16:53.653: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:54 
11:16:54 (SWT:2044): Gtk-WARNING **: 15:16:54.049: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:54 
11:16:54 (SWT:2044): Gtk-WARNING **: 15:16:54.053: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:54 
11:16:54 (SWT:2044): Gtk-WARNING **: 15:16:54.056: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:54 
11:16:54 (SWT:2044): Gtk-WARNING **: 15:16:54.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:54 
11:16:54 (SWT:2044): Gtk-WARNING **: 15:16:54.057: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:54 
11:16:54 (SWT:2044): Gtk-WARNING **: 15:16:54.060: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:54 
11:16:54 (SWT:2044): Gtk-WARNING **: 15:16:54.060: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:16:56 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.847 s - in org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest
11:16:56 org.eclipse.swtbot.swt.finder.waits.WaitForWidgetInParentTest.waitsForWidgetToAppearInParent  Time elapsed: 2.846 s
11:16:56 Running org.eclipse.swtbot.swt.finder.waits.ShellClosesTest
11:16:56 
11:16:56 (SWT:2044): Gdk-CRITICAL **: 15:16:56.504: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:57 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.548 s - in org.eclipse.swtbot.swt.finder.waits.ShellClosesTest
11:16:57 org.eclipse.swtbot.swt.finder.waits.ShellClosesTest.waitsForShellClose  Time elapsed: 0.548 s
11:16:57 Running org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest
11:16:57 
11:16:57 (SWT:2044): Gdk-CRITICAL **: 15:16:57.054: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:57 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.069 s - in org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest
11:16:57 org.eclipse.swtbot.swt.finder.waits.TableHasRowsTest.waitsForTableToContainRows  Time elapsed: 0.069 s
11:16:57 Running org.eclipse.swtbot.swt.finder.SWTBotTest
11:16:57 
11:16:57 (SWT:2044): Gdk-CRITICAL **: 15:16:57.126: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:57 
11:16:57 (SWT:2044): Gdk-CRITICAL **: 15:16:57.228: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:16:57 
11:16:57 (SWT:2044): Gdk-CRITICAL **: 15:16:57.324: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:02 
11:17:02 (SWT:2044): Gdk-CRITICAL **: 15:17:02.426: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:05 
11:17:05 (SWT:2044): Gdk-CRITICAL **: 15:17:05.026: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:05 
11:17:05 (SWT:2044): Gdk-CRITICAL **: 15:17:05.126: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:05 
11:17:05 (SWT:2044): Gdk-CRITICAL **: 15:17:05.227: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:10 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.211 s - in org.eclipse.swtbot.swt.finder.SWTBotTest
11:17:10 org.eclipse.swtbot.swt.finder.SWTBotTest.getsAllShells  Time elapsed: 0.101 s
11:17:10 org.eclipse.swtbot.swt.finder.SWTBotTest.doesNotWait5SecondsAndPassesForPassingCondition  Time elapsed: 0.096 s
11:17:10 org.eclipse.swtbot.swt.finder.SWTBotTest.waitsMoreThan5sWhenConditionDoesNotSwitchToFailing  Time elapsed: 5.101 s
11:17:10 org.eclipse.swtbot.swt.finder.SWTBotTest.waitsLessThan5sWhenConditionSwitchToFailing  Time elapsed: 2.6 s
11:17:10 org.eclipse.swtbot.swt.finder.SWTBotTest.throwsExceptionOnNegativeTimeOut  Time elapsed: 0.1 s
11:17:10 org.eclipse.swtbot.swt.finder.SWTBotTest.findsShellsById  Time elapsed: 0.102 s
11:17:10 org.eclipse.swtbot.swt.finder.SWTBotTest.waits5SecondsAndFailsForFailingCondition  Time elapsed: 5.109 s
11:17:10 Running org.eclipse.swtbot.swt.finder.ReferenceByTest
11:17:10 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.swtbot.swt.finder.ReferenceByTest
11:17:10 org.eclipse.swtbot.swt.finder.ReferenceByTest.compatibilityWithOtherReferences  Time elapsed: 0.003 s
11:17:10 org.eclipse.swtbot.swt.finder.ReferenceByTest.methodNameSuffix  Time elapsed: 0 s
11:17:10 org.eclipse.swtbot.swt.finder.ReferenceByTest.methodArguments  Time elapsed: 0 s
11:17:10 org.eclipse.swtbot.swt.finder.ReferenceByTest.matcherMethod  Time elapsed: 0 s
11:17:10 org.eclipse.swtbot.swt.finder.ReferenceByTest.generatesCombinations  Time elapsed: 0.005 s
11:17:10 Running org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest
11:17:10 
11:17:10 (SWT:2044): Gdk-CRITICAL **: 15:17:10.351: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:10 
11:17:10 (SWT:2044): Gtk-WARNING **: 15:17:10.766: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:10 
11:17:10 (SWT:2044): Gtk-WARNING **: 15:17:10.773: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:10 
11:17:10 (SWT:2044): Gtk-WARNING **: 15:17:10.776: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:10 
11:17:10 (SWT:2044): Gtk-WARNING **: 15:17:10.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:10 
11:17:10 (SWT:2044): Gtk-WARNING **: 15:17:10.777: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:10 
11:17:10 (SWT:2044): Gtk-WARNING **: 15:17:10.780: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:10 
11:17:10 (SWT:2044): Gtk-WARNING **: 15:17:10.780: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:12 
11:17:12 (SWT:2044): Gdk-CRITICAL **: 15:17:12.754: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:13 
11:17:13 (SWT:2044): Gtk-WARNING **: 15:17:13.162: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:13 
11:17:13 (SWT:2044): Gtk-WARNING **: 15:17:13.167: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:13 
11:17:13 (SWT:2044): Gtk-WARNING **: 15:17:13.170: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:13 
11:17:13 (SWT:2044): Gtk-WARNING **: 15:17:13.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:13 
11:17:13 (SWT:2044): Gtk-WARNING **: 15:17:13.171: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:13 
11:17:13 (SWT:2044): Gtk-WARNING **: 15:17:13.173: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:13 
11:17:13 (SWT:2044): Gtk-WARNING **: 15:17:13.174: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:15 
11:17:15 (SWT:2044): Gdk-CRITICAL **: 15:17:15.142: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:15 
11:17:15 (SWT:2044): Gtk-WARNING **: 15:17:15.543: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:15 
11:17:15 (SWT:2044): Gtk-WARNING **: 15:17:15.548: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:15 
11:17:15 (SWT:2044): Gtk-WARNING **: 15:17:15.551: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:15 
11:17:15 (SWT:2044): Gtk-WARNING **: 15:17:15.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:15 
11:17:15 (SWT:2044): Gtk-WARNING **: 15:17:15.552: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:15 
11:17:15 (SWT:2044): Gtk-WARNING **: 15:17:15.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:15 
11:17:15 (SWT:2044): Gtk-WARNING **: 15:17:15.554: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:17 
11:17:17 (SWT:2044): Gdk-CRITICAL **: 15:17:17.582: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:17 
11:17:17 (SWT:2044): Gtk-WARNING **: 15:17:17.985: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:17 
11:17:17 (SWT:2044): Gtk-WARNING **: 15:17:17.991: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:17 
11:17:17 (SWT:2044): Gtk-WARNING **: 15:17:17.994: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:17 
11:17:17 (SWT:2044): Gtk-WARNING **: 15:17:17.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:17 
11:17:17 (SWT:2044): Gtk-WARNING **: 15:17:17.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:18 
11:17:18 (SWT:2044): Gtk-WARNING **: 15:17:17.997: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:18 
11:17:18 (SWT:2044): Gtk-WARNING **: 15:17:17.998: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:19 
11:17:19 (SWT:2044): Gdk-CRITICAL **: 15:17:19.944: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:20 
11:17:20 (SWT:2044): Gtk-WARNING **: 15:17:20.371: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:20 
11:17:20 (SWT:2044): Gtk-WARNING **: 15:17:20.376: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:20 
11:17:20 (SWT:2044): Gtk-WARNING **: 15:17:20.379: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:20 
11:17:20 (SWT:2044): Gtk-WARNING **: 15:17:20.380: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:20 
11:17:20 (SWT:2044): Gtk-WARNING **: 15:17:20.380: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:20 
11:17:20 (SWT:2044): Gtk-WARNING **: 15:17:20.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:20 
11:17:20 (SWT:2044): Gtk-WARNING **: 15:17:20.383: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:22 
11:17:22 (SWT:2044): Gdk-CRITICAL **: 15:17:22.390: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:22 
11:17:22 (SWT:2044): Gtk-WARNING **: 15:17:22.796: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:22 
11:17:22 (SWT:2044): Gtk-WARNING **: 15:17:22.801: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:22 
11:17:22 (SWT:2044): Gtk-WARNING **: 15:17:22.804: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:22 
11:17:22 (SWT:2044): Gtk-WARNING **: 15:17:22.804: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:22 
11:17:22 (SWT:2044): Gtk-WARNING **: 15:17:22.805: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:22 
11:17:22 (SWT:2044): Gtk-WARNING **: 15:17:22.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:22 
11:17:22 (SWT:2044): Gtk-WARNING **: 15:17:22.807: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:24 
11:17:24 (SWT:2044): Gdk-CRITICAL **: 15:17:24.782: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:25 
11:17:25 (SWT:2044): Gtk-WARNING **: 15:17:25.203: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:25 
11:17:25 (SWT:2044): Gtk-WARNING **: 15:17:25.210: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:25 
11:17:25 (SWT:2044): Gtk-WARNING **: 15:17:25.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:25 
11:17:25 (SWT:2044): Gtk-WARNING **: 15:17:25.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:25 
11:17:25 (SWT:2044): Gtk-WARNING **: 15:17:25.213: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:25 
11:17:25 (SWT:2044): Gtk-WARNING **: 15:17:25.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:25 
11:17:25 (SWT:2044): Gtk-WARNING **: 15:17:25.216: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:27 
11:17:27 (SWT:2044): Gdk-CRITICAL **: 15:17:27.214: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:27 
11:17:27 (SWT:2044): Gtk-WARNING **: 15:17:27.617: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:27 
11:17:27 (SWT:2044): Gtk-WARNING **: 15:17:27.622: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:27 
11:17:27 (SWT:2044): Gtk-WARNING **: 15:17:27.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:27 
11:17:27 (SWT:2044): Gtk-WARNING **: 15:17:27.625: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:27 
11:17:27 (SWT:2044): Gtk-WARNING **: 15:17:27.626: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:27 
11:17:27 (SWT:2044): Gtk-WARNING **: 15:17:27.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:27 
11:17:27 (SWT:2044): Gtk-WARNING **: 15:17:27.628: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:29 
11:17:29 (SWT:2044): Gdk-CRITICAL **: 15:17:29.603: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:30 
11:17:30 (SWT:2044): Gtk-WARNING **: 15:17:30.011: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:30 
11:17:30 (SWT:2044): Gtk-WARNING **: 15:17:30.016: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:30 
11:17:30 (SWT:2044): Gtk-WARNING **: 15:17:30.019: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:30 
11:17:30 (SWT:2044): Gtk-WARNING **: 15:17:30.019: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:30 
11:17:30 (SWT:2044): Gtk-WARNING **: 15:17:30.020: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:30 
11:17:30 (SWT:2044): Gtk-WARNING **: 15:17:30.022: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:30 
11:17:30 (SWT:2044): Gtk-WARNING **: 15:17:30.022: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:32 
11:17:32 (SWT:2044): Gdk-CRITICAL **: 15:17:32.001: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:32 
11:17:32 (SWT:2044): Gtk-WARNING **: 15:17:32.413: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:32 
11:17:32 (SWT:2044): Gtk-WARNING **: 15:17:32.418: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:32 
11:17:32 (SWT:2044): Gtk-WARNING **: 15:17:32.421: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:32 
11:17:32 (SWT:2044): Gtk-WARNING **: 15:17:32.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:32 
11:17:32 (SWT:2044): Gtk-WARNING **: 15:17:32.422: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:32 
11:17:32 (SWT:2044): Gtk-WARNING **: 15:17:32.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:32 
11:17:32 (SWT:2044): Gtk-WARNING **: 15:17:32.424: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:34 
11:17:34 (SWT:2044): Gdk-CRITICAL **: 15:17:34.418: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:34 
11:17:34 (SWT:2044): Gtk-WARNING **: 15:17:34.825: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:34 
11:17:34 (SWT:2044): Gtk-WARNING **: 15:17:34.830: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:34 
11:17:34 (SWT:2044): Gtk-WARNING **: 15:17:34.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:34 
11:17:34 (SWT:2044): Gtk-WARNING **: 15:17:34.833: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:34 
11:17:34 (SWT:2044): Gtk-WARNING **: 15:17:34.834: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:34 
11:17:34 (SWT:2044): Gtk-WARNING **: 15:17:34.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:34 
11:17:34 (SWT:2044): Gtk-WARNING **: 15:17:34.836: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:36 
11:17:36 (SWT:2044): Gdk-CRITICAL **: 15:17:36.819: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:37 
11:17:37 (SWT:2044): Gtk-WARNING **: 15:17:37.237: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:37 
11:17:37 (SWT:2044): Gtk-WARNING **: 15:17:37.241: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:37 
11:17:37 (SWT:2044): Gtk-WARNING **: 15:17:37.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:37 
11:17:37 (SWT:2044): Gtk-WARNING **: 15:17:37.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:37 
11:17:37 (SWT:2044): Gtk-WARNING **: 15:17:37.245: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:37 
11:17:37 (SWT:2044): Gtk-WARNING **: 15:17:37.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:37 
11:17:37 (SWT:2044): Gtk-WARNING **: 15:17:37.248: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:39 
11:17:39 (SWT:2044): Gdk-CRITICAL **: 15:17:39.240: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:39 
11:17:39 (SWT:2044): Gtk-WARNING **: 15:17:39.656: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:39 
11:17:39 (SWT:2044): Gtk-WARNING **: 15:17:39.661: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:39 
11:17:39 (SWT:2044): Gtk-WARNING **: 15:17:39.664: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:39 
11:17:39 (SWT:2044): Gtk-WARNING **: 15:17:39.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:39 
11:17:39 (SWT:2044): Gtk-WARNING **: 15:17:39.665: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:39 
11:17:39 (SWT:2044): Gtk-WARNING **: 15:17:39.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:39 
11:17:39 (SWT:2044): Gtk-WARNING **: 15:17:39.667: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:41 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 31.326 s - in org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest
11:17:41 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertContainsWorks  Time elapsed: 2.402 s
11:17:41 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertsIfWidgetIsEnabled  Time elapsed: 2.387 s
11:17:41 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.capturesScreenshotOnError  Time elapsed: 2.44 s
11:17:41 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertDoesNotContainThrowsExceptionWhenHaystackDoesNotContainNeedle  Time elapsed: 2.362 s
11:17:41 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertContainsThrowsExceptionWhenHaystackDoesNotContainNeedle  Time elapsed: 2.446 s
11:17:41 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertDoesNotContainWorks  Time elapsed: 2.392 s
11:17:41 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertEnabledThrowsExceptionWhenWidgetIsDisable  Time elapsed: 2.432 s
11:17:41 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertNotEnabledThrowsExceptionWhenWidgetIsEnabled  Time elapsed: 2.389 s
11:17:41 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches2  Time elapsed: 2.397 s
11:17:41 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertRegexMatchesDoesNotThrowExceptionWhenRegexMatches  Time elapsed: 2.417 s
11:17:41 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.assertRegexMatchesThrowsExceptionWhenRegexDoesNotMatch  Time elapsed: 2.402 s
11:17:41 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.throwsExceptionOnNullObjectPassedIntoConstructor  Time elapsed: 2.421 s
11:17:41 org.eclipse.swtbot.swt.finder.SWTBotTestCaseTest.throwsExceptionOnDisposedObjectPassedIntoConstructor  Time elapsed: 2.436 s
11:17:41 Running org.eclipse.swtbot.swt.finder.SWTBot2Test
11:17:41 
11:17:41 (SWT:2044): Gdk-CRITICAL **: 15:17:41.680: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:42 
11:17:42 (SWT:2044): Gtk-WARNING **: 15:17:42.085: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:42 
11:17:42 (SWT:2044): Gtk-WARNING **: 15:17:42.090: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:42 
11:17:42 (SWT:2044): Gtk-WARNING **: 15:17:42.093: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:42 
11:17:42 (SWT:2044): Gtk-WARNING **: 15:17:42.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:42 
11:17:42 (SWT:2044): Gtk-WARNING **: 15:17:42.094: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:42 
11:17:42 (SWT:2044): Gtk-WARNING **: 15:17:42.096: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:42 
11:17:42 (SWT:2044): Gtk-WARNING **: 15:17:42.097: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:44 
11:17:44 (SWT:2044): Gdk-CRITICAL **: 15:17:44.114: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:44 
11:17:44 (SWT:2044): Gtk-WARNING **: 15:17:44.521: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:44 
11:17:44 (SWT:2044): Gtk-WARNING **: 15:17:44.526: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:44 
11:17:44 (SWT:2044): Gtk-WARNING **: 15:17:44.530: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:44 
11:17:44 (SWT:2044): Gtk-WARNING **: 15:17:44.530: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:44 
11:17:44 (SWT:2044): Gtk-WARNING **: 15:17:44.530: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:44 
11:17:44 (SWT:2044): Gtk-WARNING **: 15:17:44.533: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:44 
11:17:44 (SWT:2044): Gtk-WARNING **: 15:17:44.533: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:46 
11:17:46 (SWT:2044): Gdk-CRITICAL **: 15:17:46.623: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:47 
11:17:47 (SWT:2044): Gtk-WARNING **: 15:17:47.035: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:47 
11:17:47 (SWT:2044): Gtk-WARNING **: 15:17:47.041: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:47 
11:17:47 (SWT:2044): Gtk-WARNING **: 15:17:47.044: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:47 
11:17:47 (SWT:2044): Gtk-WARNING **: 15:17:47.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:47 
11:17:47 (SWT:2044): Gtk-WARNING **: 15:17:47.045: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:47 
11:17:47 (SWT:2044): Gtk-WARNING **: 15:17:47.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:47 
11:17:47 (SWT:2044): Gtk-WARNING **: 15:17:47.048: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:49 
11:17:49 (SWT:2044): Gdk-CRITICAL **: 15:17:49.040: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:49 
11:17:49 (SWT:2044): Gtk-WARNING **: 15:17:49.451: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:49 
11:17:49 (SWT:2044): Gtk-WARNING **: 15:17:49.456: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:49 
11:17:49 (SWT:2044): Gtk-WARNING **: 15:17:49.460: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:49 
11:17:49 (SWT:2044): Gtk-WARNING **: 15:17:49.460: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:49 
11:17:49 (SWT:2044): Gtk-WARNING **: 15:17:49.460: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:49 
11:17:49 (SWT:2044): Gtk-WARNING **: 15:17:49.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:49 
11:17:49 (SWT:2044): Gtk-WARNING **: 15:17:49.463: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:51 
11:17:51 (SWT:2044): Gdk-CRITICAL **: 15:17:51.569: gdk_threads_set_lock_functions: assertion 'gdk_threads_lock == NULL && gdk_threads_unlock == NULL' failed
11:17:51 
11:17:51 (SWT:2044): Gtk-WARNING **: 15:17:51.995: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:52 
11:17:52 (SWT:2044): Gtk-WARNING **: 15:17:52.000: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:52 
11:17:52 (SWT:2044): Gtk-WARNING **: 15:17:52.003: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:52 
11:17:52 (SWT:2044): Gtk-WARNING **: 15:17:52.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:52 
11:17:52 (SWT:2044): Gtk-WARNING **: 15:17:52.004: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:52 
11:17:52 (SWT:2044): Gtk-WARNING **: 15:17:52.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:52 
11:17:52 (SWT:2044): Gtk-WARNING **: 15:17:52.006: gtk_widget_size_allocate(): attempt to allocate widget with width -12 and height 0
11:17:54 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.356 s - in org.eclipse.swtbot.swt.finder.SWTBot2Test
11:17:54 org.eclipse.swtbot.swt.finder.SWTBot2Test.findsGetsIdOfAControl  Time elapsed: 2.433 s
11:17:54 org.eclipse.swtbot.swt.finder.SWTBot2Test.findsTextBox  Time elapsed: 2.508 s
11:17:54 org.eclipse.swtbot.swt.finder.SWTBot2Test.getsActiveControl  Time elapsed: 2.418 s
11:17:54 org.eclipse.swtbot.swt.finder.SWTBot2Test.tabKeyTraversalSetsFocusOnTheNextControlAndSendsTraverseEvents  Time elapsed: 2.528 s
11:17:54 org.eclipse.swtbot.swt.finder.SWTBot2Test.isEnabled  Time elapsed: 2.467 s
11:17:54 
11:17:54 Results:
11:17:54 
11:17:54 Tests run: 487, Failures: 0, Errors: 0, Skipped: 7
11:17:54 
11:17:54 [INFO] All tests passed!
11:17:54 [INFO] 
11:17:54 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.swt.finder.test ---
11:17:54 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT.jar
11:17:54 [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.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT.pom
11:17:54 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT-sources.jar
11:17:54 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT-p2metadata.xml
11:17:54 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.swt.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.swt.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.swt.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml
11:17:54 [INFO] 
11:17:54 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.swt.finder.test ---
11:17:54 [INFO] 
11:17:54 [INFO] ------< org.eclipse.swtbot.test.features:org.eclipse.swtbot.test >------
11:17:54 [INFO] Building org.eclipse.swtbot.test 4.1.0-SNAPSHOT                  [51/57]
11:17:54 [INFO]   from org.eclipse.swtbot.test/pom.xml
11:17:54 [INFO] --------------------------[ eclipse-feature ]---------------------------
11:17:54 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:17:54 [INFO] 
11:17:54 [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.swtbot.test ---
11:17:54 [INFO] The project's OSGi version is 4.1.0.202307261500
11:17:54 [INFO] 
11:17:54 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.test ---
11:17:54 [INFO] 
11:17:54 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.test ---
11:17:54 [INFO] 
11:17:54 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.test ---
11:17:54 [INFO] 
11:17:54 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.test ---
11:17: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.*
11:17:54 [INFO] 
11:17:54 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.test ---
11:17:54 [INFO] 
11:17:54 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.test ---
11:17:54 [INFO] 
11:17:54 [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.swtbot.test ---
11:17:54 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.1.0-SNAPSHOT.jar
11:17:54 [INFO] 
11:17:54 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.test ---
11:17:54 [INFO] 
11:17:54 [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.swtbot.test ---
11:17:54 [INFO] 
11:17:54 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.test ---
11:17:54 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.1.0-SNAPSHOT-sources-feature.jar
11:17:54 [INFO] 
11:17:54 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.test ---
11:17:54 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.1.0-SNAPSHOT.jar
11:17:56 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.1.0-SNAPSHOT-sources-feature.jar
11:17:57 [INFO] 
11:17:57 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.test ---
11:17:57 [INFO] 
11:17:57 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.test ---
11:17:57 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.test-4.1.0-SNAPSHOT.jar
11:17:57 [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.1.0-SNAPSHOT/org.eclipse.swtbot.test-4.1.0-SNAPSHOT.pom
11:17:57 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/org.eclipse.swtbot.test-4.1.0-SNAPSHOT-sources-feature.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.test-4.1.0-SNAPSHOT-sources-feature.jar
11:17:57 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.test-4.1.0-SNAPSHOT-p2metadata.xml
11:17:57 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/test/features/org.eclipse.swtbot.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.test-4.1.0-SNAPSHOT-p2artifacts.xml
11:17:57 [INFO] 
11:17:57 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.test ---
11:17:57 [INFO] 
11:17:57 [INFO] ----< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.test >----
11:17:57 [INFO] Building org.eclipse.swtbot.generator.test 4.1.0-SNAPSHOT        [52/57]
11:17:57 [INFO]   from org.eclipse.swtbot.generator.test/pom.xml
11:17:57 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:17:57 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:17:57 [INFO] 
11:17:57 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.test ---
11:17:57 [INFO] The project's OSGi version is 4.1.0.202307261500
11:17:57 [INFO] 
11:17:57 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.test ---
11:17:57 [INFO] 
11:17:57 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.test ---
11:17:57 [INFO] 
11:17:57 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.test ---
11:17:57 [INFO] 
11:17:57 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator.test ---
11:17:57 [INFO] Resolving class path of org.eclipse.swtbot.generator.test...
11:17:57 [INFO] 
11:17:57 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.test ---
11:17:57 [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.*
11:17:57 [INFO] 
11:17:57 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.test ---
11:17:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:17:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/src/main/resources
11:17:57 [INFO] 
11:17:57 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator.test ---
11:17:57 [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/classes
11:17:57 [INFO] 
11:17:57 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator.test ---
11:17:57 [INFO] 
11:17:57 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.test ---
11:17:57 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:17:57 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/src/test/resources
11:17:57 [INFO] 
11:17:57 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.test ---
11:17:57 [INFO] 
11:17:57 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.test ---
11:17:57 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT-sources.jar
11:17:57 [INFO] 
11:17:57 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.test ---
11:17:57 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.jar
11:17:57 [INFO] 
11:17:57 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.test ---
11:17:57 [INFO] 
11:17:57 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.test ---
11:17:57 [INFO] 
11:17:57 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.test ---
11:17:57 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.jar
11:17:58 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT-sources.jar
11:17:59 [INFO] 
11:17:59 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.test ---
11:17:59 [INFO] 
11:17:59 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.generator.test ---
11:17: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)
11:17:59 [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
11:17:59 [INFO] Command line:
11:17: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.*, -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]
11:18:03 Running org.eclipse.swtbot.generator.test.RecordToolbarButtonTest
11:18:03 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
11:18:03 SLF4J: Defaulting to no-operation (NOP) logger implementation
11:18:03 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:18:04 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.692 s - in org.eclipse.swtbot.generator.test.RecordToolbarButtonTest
11:18:04 org.eclipse.swtbot.generator.test.RecordToolbarButtonTest.testClickToolbarWithImage  Time elapsed: 0.364 s
11:18:04 org.eclipse.swtbot.generator.test.RecordToolbarButtonTest.testClickToolbar  Time elapsed: 0.109 s
11:18:04 org.eclipse.swtbot.generator.test.RecordToolbarButtonTest.testClickToolbarWithImageAndNoText  Time elapsed: 0.112 s
11:18:04 Running org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest
11:18:05 Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.809 s - in org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest
11:18:05 org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest.testMultipleTableSelectionSameItem2  Time elapsed: 0.118 s
11:18:05 org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest.testMultipleTableSelectionSameItem  Time elapsed: 0.108 s
11:18:05 org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest.testTableCheckSameItem  Time elapsed: 0.132 s
11:18:05 org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest.testTableCheckSameItem2  Time elapsed: 0.111 s
11:18:05 org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest.testSingleTableSelection  Time elapsed: 0.104 s
11:18:05 org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest.testMultipleTableSelectionDifferentItems  Time elapsed: 0.127 s
11:18:05 org.eclipse.swtbot.generator.test.RecordTableItemSelectionCheckTest.testTableCheck  Time elapsed: 0.107 s
11:18:05 Running org.eclipse.swtbot.generator.test.RecordCComboTextTest
11:18:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.107 s - in org.eclipse.swtbot.generator.test.RecordCComboTextTest
11:18:05 org.eclipse.swtbot.generator.test.RecordCComboTextTest.testModifyCCombo  Time elapsed: 0.107 s
11:18:05 Running org.eclipse.swtbot.generator.test.RecordComboTextTest
11:18:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.098 s - in org.eclipse.swtbot.generator.test.RecordComboTextTest
11:18:05 org.eclipse.swtbot.generator.test.RecordComboTextTest.testModifyCombo  Time elapsed: 0.098 s
11:18:05 Running org.eclipse.swtbot.generator.test.CTabItemActivateTest
11:18:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.127 s - in org.eclipse.swtbot.generator.test.CTabItemActivateTest
11:18:05 org.eclipse.swtbot.generator.test.CTabItemActivateTest.testActivateCTabItem  Time elapsed: 0.127 s
11:18:05 Running org.eclipse.swtbot.generator.test.RecordRadioClickTest
11:18:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.swtbot.generator.test.RecordRadioClickTest
11:18:05 org.eclipse.swtbot.generator.test.RecordRadioClickTest.testRadioButtonClick  Time elapsed: 0.099 s
11:18:05 Running org.eclipse.swtbot.generator.test.TabItemActivateTest
11:18:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.swtbot.generator.test.TabItemActivateTest
11:18:05 org.eclipse.swtbot.generator.test.TabItemActivateTest.testActivateCTabItem  Time elapsed: 0.096 s
11:18:05 Running org.eclipse.swtbot.generator.test.RecordComboSelectionTest
11:18:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.096 s - in org.eclipse.swtbot.generator.test.RecordComboSelectionTest
11:18:05 org.eclipse.swtbot.generator.test.RecordComboSelectionTest.testModifyCombo  Time elapsed: 0.094 s
11:18:05 Running org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest
11:18:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 s - in org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest
11:18:05 org.eclipse.swtbot.generator.test.RecordTreeItemCheckTest.testTreeCheck  Time elapsed: 0.124 s
11:18:05 Running org.eclipse.swtbot.generator.test.RecordCComboSelectionTest
11:18:05 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.swtbot.generator.test.RecordCComboSelectionTest
11:18:05 org.eclipse.swtbot.generator.test.RecordCComboSelectionTest.testModifyCombo  Time elapsed: 0.097 s
11:18:05 Running org.eclipse.swtbot.generator.test.RecordListDoubleclickTest
11:18:06 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s - in org.eclipse.swtbot.generator.test.RecordListDoubleclickTest
11:18:06 org.eclipse.swtbot.generator.test.RecordListDoubleclickTest.testTableDoubleClickSameItem2  Time elapsed: 0.092 s
11:18:06 org.eclipse.swtbot.generator.test.RecordListDoubleclickTest.testTableDoubleClick  Time elapsed: 0.098 s
11:18:06 org.eclipse.swtbot.generator.test.RecordListDoubleclickTest.testTableDoubleClickSameItem  Time elapsed: 0.097 s
11:18:06 Running org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest
11:18:06 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 s - in org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest
11:18:06 org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest.testModifyStyledText  Time elapsed: 0.112 s
11:18:06 org.eclipse.swtbot.generator.test.RecordStyledTextModifiedTest.testModifySyledText  Time elapsed: 0.091 s
11:18:06 Running org.eclipse.swtbot.generator.test.RecordListSelectionTest
11:18:06 Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.384 s - in org.eclipse.swtbot.generator.test.RecordListSelectionTest
11:18:06 org.eclipse.swtbot.generator.test.RecordListSelectionTest.testSingleListSelection  Time elapsed: 0.087 s
11:18:06 org.eclipse.swtbot.generator.test.RecordListSelectionTest.testMultipleListSelectionSameItem  Time elapsed: 0.099 s
11:18:06 org.eclipse.swtbot.generator.test.RecordListSelectionTest.testMultipleListSelectionSameItem2  Time elapsed: 0.108 s
11:18:06 org.eclipse.swtbot.generator.test.RecordListSelectionTest.testMultipleListSelectionDifferentItems  Time elapsed: 0.089 s
11:18:06 Running org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest
11:18:06 
11:18:06 (SWT:3347): Gtk-CRITICAL **: 15:18:06.945: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:18:07 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.203 s - in org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest
11:18:07 org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest.testTreeLevel2DoubleClick  Time elapsed: 0.103 s
11:18:07 org.eclipse.swtbot.generator.test.RecordTreeItemDoubleclickTest.testTreeDoubleClick  Time elapsed: 0.099 s
11:18:07 Running org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest
11:18:07 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.283 s - in org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest
11:18:07 org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest.testTableDoubleClickSameItem2  Time elapsed: 0.099 s
11:18:07 org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest.testTableDoubleClick  Time elapsed: 0.087 s
11:18:07 org.eclipse.swtbot.generator.test.RecordTableItemDoubleclickTest.testTableDoubleClickSameItem  Time elapsed: 0.096 s
11:18:07 
11:18:07 Results:
11:18:07 
11:18:07 Tests run: 32, Failures: 0, Errors: 0, Skipped: 0
11:18:07 
11:18:07 [INFO] All tests passed!
11:18:07 [INFO] 
11:18:07 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.test ---
11:18:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.jar
11:18:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT.pom
11:18:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT-sources.jar
11:18:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT-p2metadata.xml
11:18:07 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.test-4.1.0-SNAPSHOT-p2artifacts.xml
11:18:07 [INFO] 
11:18:07 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.test ---
11:18:07 [INFO] 
11:18:07 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.generator.jdt.test >--
11:18:07 [INFO] Building org.eclipse.swtbot.generator.jdt.test 4.1.0-SNAPSHOT    [53/57]
11:18:07 [INFO]   from org.eclipse.swtbot.generator.jdt.test/pom.xml
11:18:07 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:18:07 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:18:07 [INFO] 
11:18:07 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:07 [INFO] The project's OSGi version is 4.1.0.202307261500
11:18:07 [INFO] 
11:18:07 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:07 [INFO] 
11:18:07 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:07 [INFO] 
11:18:07 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:07 [INFO] 
11:18:07 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:07 [INFO] Resolving class path of org.eclipse.swtbot.generator.jdt.test...
11:18:07 [INFO] 
11:18:07 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:07 [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.*
11:18:07 [INFO] 
11:18:07 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:18:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/src/main/resources
11:18:07 [INFO] 
11:18:07 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:07 [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/classes
11:18:07 [INFO] 
11:18:07 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:07 [INFO] 
11:18:07 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:07 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:18:07 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/src/test/resources
11:18:07 [INFO] 
11:18:07 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:07 [INFO] 
11:18:07 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:07 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT-sources.jar
11:18:07 [INFO] 
11:18:07 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:07 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.jar
11:18:07 [INFO] 
11:18:07 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:07 [INFO] 
11:18:07 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:07 [INFO] 
11:18:07 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:08 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.jar
11:18:09 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT-sources.jar
11:18:10 [INFO] 
11:18:10 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:10 [INFO] 
11:18:10 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:10 [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)
11:18:10 [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/work/data/.metadata/.log
11:18:10 [INFO] Command line:
11:18:10 	[/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.jdt.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/surefire.properties, -nouithread]
11:18:14 Running org.eclipse.swtbot.generator.jdt.test.RecordComboTest
11:18:14 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
11:18:14 SLF4J: Defaulting to no-operation (NOP) logger implementation
11:18:14 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:18:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.68 s - in org.eclipse.swtbot.generator.jdt.test.RecordComboTest
11:18:14 org.eclipse.swtbot.generator.jdt.test.RecordComboTest.testModifyCombo  Time elapsed: 0.523 s
11:18:14 
11:18:14 Results:
11:18:14 
11:18:14 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
11:18:14 
11:18:15 [INFO] All tests passed!
11:18:15 [INFO] 
11:18:15 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:15 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.jar
11:18:15 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT.pom
11:18:15 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT-sources.jar
11:18:15 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT-p2metadata.xml
11:18:15 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.generator.jdt.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.generator.jdt.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.generator.jdt.test-4.1.0-SNAPSHOT-p2artifacts.xml
11:18:15 [INFO] 
11:18:15 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.generator.jdt.test ---
11:18:15 [INFO] 
11:18:15 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.nattable.finder.test >--
11:18:15 [INFO] Building org.eclipse.swtbot.nebula.nattable.finder.test 4.1.0-SNAPSHOT [54/57]
11:18:15 [INFO]   from org.eclipse.swtbot.nebula.nattable.finder.test/pom.xml
11:18:15 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:18:15 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:18:15 [WARNING] Parameter 'testSuite' is unknown for plugin 'tycho-surefire-plugin:3.0.4:test (default-test)'
11:18:15 [INFO] 
11:18:15 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:15 [INFO] The project's OSGi version is 4.1.0.202307261500
11:18:15 [INFO] 
11:18:15 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:15 [INFO] 
11:18:15 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:15 [INFO] 
11:18:15 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:16 [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
11:18:16 [INFO] 
11:18:16 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:16 [INFO] Resolving class path of org.eclipse.swtbot.nebula.nattable.finder.test...
11:18:16 [INFO] 
11:18:16 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:16 [INFO] tycho.testArgLine set to -javaagent:/home/jenkins/agent/workspace/swtbot-tycho/.repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/swtbot-tycho/target/jacoco.exec,append=true,includes=org.eclipse.swtbot.*
11:18:16 [INFO] 
11:18:16 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:18:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/src/main/resources
11:18:16 [INFO] 
11:18:16 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:16 [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/classes
11:18:16 [INFO] 
11:18:16 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:16 [INFO] 
11:18:16 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:16 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:18:16 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/src/test/resources
11:18:16 [INFO] 
11:18:16 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:16 [INFO] 
11:18:16 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:16 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT-sources.jar
11:18:16 [INFO] 
11:18:16 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:16 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT.jar
11:18:16 [INFO] 
11:18:16 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:16 [INFO] 
11:18:16 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:16 [INFO] 
11:18:16 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:16 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT.jar
11:18:17 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT-sources.jar
11:18:18 [INFO] 
11:18:18 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:18 [INFO] 
11:18:18 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:18 [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)
11:18:18 [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/work/data/.metadata/.log
11:18:18 [INFO] Command line:
11:18:18 	[/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.nattable.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/surefire.properties, -nouithread]
11:18:22 Running org.eclipse.swtbot.nebula.nattable.finder.test.AllTests
11:18:22 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
11:18:22 SLF4J: Defaulting to no-operation (NOP) logger implementation
11:18:22 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:18:22 
11:18:22 (SWT:3528): Gtk-CRITICAL **: 15:18:22.621: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:18:22 
11:18:22 (SWT:3528): Gtk-CRITICAL **: 15:18:22.621: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:18:24 
11:18:24 (SWT:3528): Gtk-CRITICAL **: 15:18:24.018: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:18:24 
11:18:24 (SWT:3528): Gtk-CRITICAL **: 15:18:24.018: gtk_box_gadget_distribute: assertion 'size >= 0' failed in GtkScrollbar
11:18:24 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.734 s - in org.eclipse.swtbot.nebula.nattable.finder.test.AllTests
11:18:24 org.eclipse.swtbot.nebula.nattable.finder.test1.TestNatTableContextMenu.testContextMenu  Time elapsed: 0.33 s
11:18:24 org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures.testCellLabel  Time elapsed: 0.139 s
11:18:24 org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures.testClickAndGetSetCellData  Time elapsed: 0.441 s
11:18:24 org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures.testClickColumnHeader  Time elapsed: 0.14 s
11:18:24 org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures.testCount  Time elapsed: 0.043 s
11:18:24 org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures.testDoubleClickAndGetSetCellData  Time elapsed: 0.295 s
11:18:24 org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures.testScrollAndReadCellData  Time elapsed: 0.035 s
11:18:24 org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures.testScrollNotViewport  Time elapsed: 0.034 s
11:18:24 org.eclipse.swtbot.nebula.nattable.finder.test2.TestNatTableOtherFeatures.testScrollOutOfRange  Time elapsed: 0.033 s
11:18:24 org.eclipse.swtbot.nebula.nattable.finder.test1.TestRightClickXY.testRightClickXY  Time elapsed: 0.08 s
11:18:24 
11:18:24 Results:
11:18:24 
11:18:24 Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
11:18:24 
11:18:24 [INFO] All tests passed!
11:18:24 [INFO] 
11:18:24 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:24 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT.jar
11:18:24 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT.pom
11:18:24 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT-sources.jar
11:18:24 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT-p2metadata.xml
11:18:24 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.nattable.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.nattable.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.nattable.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml
11:18:24 [INFO] 
11:18:24 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.nattable.finder.test ---
11:18:24 [INFO] 
11:18:24 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.checkboxgroup.finder.test >--
11:18:24 [INFO] Building org.eclipse.swtbot.nebula.checkboxgroup.finder.test 4.1.0-SNAPSHOT [55/57]
11:18:24 [INFO]   from org.eclipse.swtbot.nebula.checkboxgroup.finder.test/pom.xml
11:18:24 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:18:24 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:18:24 [INFO] 
11:18:24 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [INFO] The project's OSGi version is 4.1.0.202307261500
11:18:24 [INFO] 
11:18:24 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [INFO] 
11:18:24 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [INFO] 
11:18:24 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
11:18:24 [INFO] 
11:18:24 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [INFO] Resolving class path of org.eclipse.swtbot.nebula.checkboxgroup.finder.test...
11:18:24 [INFO] 
11:18:24 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [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.*
11:18:24 [INFO] 
11:18:24 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:18:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/src/main/resources
11:18:24 [INFO] 
11:18:24 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/classes
11:18:24 [INFO] 
11:18:24 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [INFO] 
11:18:24 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:18:24 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/src/test/resources
11:18:24 [INFO] 
11:18:24 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [INFO] 
11:18:24 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT-sources.jar
11:18:24 [INFO] 
11:18:24 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT.jar
11:18:24 [INFO] 
11:18:24 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [INFO] 
11:18:24 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [INFO] 
11:18:24 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:24 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT.jar
11:18:25 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT-sources.jar
11:18:26 [INFO] 
11:18:26 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:26 [INFO] 
11:18:26 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:26 [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)
11:18:26 [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/work/data/.metadata/.log
11:18:26 [INFO] Command line:
11:18:26 	[/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.checkboxgroup.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/surefire.properties, -nouithread]
11:18:29 Running org.eclipse.swtbot.nebula.checkboxgroup.finder.test.SWTBotCheckBoxGroupTest
11:18:29 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
11:18:29 SLF4J: Defaulting to no-operation (NOP) logger implementation
11:18:29 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:18:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 s - in org.eclipse.swtbot.nebula.checkboxgroup.finder.test.SWTBotCheckBoxGroupTest
11:18:30 org.eclipse.swtbot.nebula.checkboxgroup.finder.test.SWTBotCheckBoxGroupTest.testCheckBoxGroup  Time elapsed: 0.227 s
11:18:30 
11:18:30 Results:
11:18:30 
11:18:30 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
11:18:30 
11:18:30 [INFO] All tests passed!
11:18:30 [INFO] 
11:18:30 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:30 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT.jar
11:18:30 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT.pom
11:18:30 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT-sources.jar
11:18:30 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT-p2metadata.xml
11:18:30 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.checkboxgroup.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.checkboxgroup.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml
11:18:30 [INFO] 
11:18:30 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.checkboxgroup.finder.test ---
11:18:30 [INFO] 
11:18:30 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.stepbar.finder.test >--
11:18:30 [INFO] Building org.eclipse.swtbot.nebula.stepbar.finder.test 4.1.0-SNAPSHOT [56/57]
11:18:30 [INFO]   from org.eclipse.swtbot.nebula.stepbar.finder.test/pom.xml
11:18:30 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:18:30 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:18:30 [INFO] 
11:18:30 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:30 [INFO] The project's OSGi version is 4.1.0.202307261500
11:18:30 [INFO] 
11:18:30 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:30 [INFO] 
11:18:30 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:30 [INFO] 
11:18:30 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:30 [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
11:18:30 [INFO] 
11:18:30 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:30 [INFO] Resolving class path of org.eclipse.swtbot.nebula.stepbar.finder.test...
11:18:30 [INFO] 
11:18:30 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:30 [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.*
11:18:30 [INFO] 
11:18:30 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:18:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/src/main/resources
11:18:30 [INFO] 
11:18:30 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:30 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/classes
11:18:30 [INFO] 
11:18:30 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:30 [INFO] 
11:18:30 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:30 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:18:30 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/src/test/resources
11:18:30 [INFO] 
11:18:30 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:30 [INFO] 
11:18:30 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:30 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT-sources.jar
11:18:30 [INFO] 
11:18:30 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:30 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT.jar
11:18:31 [INFO] 
11:18:31 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:31 [INFO] 
11:18:31 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:31 [INFO] 
11:18:31 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:31 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT.jar
11:18:32 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT-sources.jar
11:18:33 [INFO] 
11:18:33 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:33 [INFO] 
11:18:33 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:33 [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)
11:18:33 [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/work/data/.metadata/.log
11:18:33 [INFO] Command line:
11:18:33 	[/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.stepbar.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/surefire.properties, -nouithread]
11:18:36 Running org.eclipse.swtbot.nebula.stepbar.finder.test.SWTBotStepbarTest
11:18:36 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
11:18:36 SLF4J: Defaulting to no-operation (NOP) logger implementation
11:18:36 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:18:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.342 s - in org.eclipse.swtbot.nebula.stepbar.finder.test.SWTBotStepbarTest
11:18:36 org.eclipse.swtbot.nebula.stepbar.finder.test.SWTBotStepbarTest.testStepbar  Time elapsed: 0.22 s
11:18:36 
11:18:36 Results:
11:18:36 
11:18:36 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0
11:18:36 
11:18:37 [INFO] All tests passed!
11:18:37 [INFO] 
11:18:37 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:37 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT.jar
11:18:37 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT.pom
11:18:37 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT-sources.jar
11:18:37 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT-p2metadata.xml
11:18:37 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.stepbar.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.stepbar.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.stepbar.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml
11:18:37 [INFO] 
11:18:37 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.stepbar.finder.test ---
11:18:37 [INFO] 
11:18:37 [INFO] --< org.eclipse.swtbot.plugins:org.eclipse.swtbot.nebula.rangeslider.finder.test >--
11:18:37 [INFO] Building org.eclipse.swtbot.nebula.rangeslider.finder.test 4.1.0-SNAPSHOT [57/57]
11:18:37 [INFO]   from org.eclipse.swtbot.nebula.rangeslider.finder.test/pom.xml
11:18:37 [INFO] ------------------------[ eclipse-test-plugin ]-------------------------
11:18:37 [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)'
11:18:37 [INFO] 
11:18:37 [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:37 [INFO] The project's OSGi version is 4.1.0.202307261500
11:18:37 [INFO] 
11:18:37 [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:37 [INFO] 
11:18:37 [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:37 [INFO] 
11:18:37 [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:37 [INFO] Maven Artifact org.codehaus.mojo:animal-sniffer-annotations:1.9 is not a bundle and will be ignored, automatic wrapping of such artifacts can be enabled with <pomDependencies>wrapAsBundle</pomDependencies> in target platform configuration.
11:18:37 [INFO] 
11:18:37 [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:37 [INFO] Resolving class path of org.eclipse.swtbot.nebula.rangeslider.finder.test...
11:18:37 [INFO] 
11:18:37 [INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18: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.*
11:18:37 [INFO] 
11:18:37 [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:18:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/src/main/resources
11:18:37 [INFO] 
11:18:37 [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:37 [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/classes
11:18:37 [INFO] 
11:18:37 [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:37 [INFO] 
11:18:37 [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:37 [INFO] Using 'UTF-8' encoding to copy filtered resources.
11:18:37 [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/src/test/resources
11:18:37 [INFO] 
11:18:37 [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:37 [INFO] 
11:18:37 [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:37 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT-sources.jar
11:18:37 [INFO] 
11:18:37 [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:37 [INFO] Building jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT.jar
11:18:37 [INFO] 
11:18:37 [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:37 [INFO] 
11:18:37 [INFO] --- tycho-source:3.0.4:feature-source (feature-source) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:37 [INFO] 
11:18:37 [INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:37 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT.jar
11:18:38 [INFO] Signing jar: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT-sources.jar
11:18:39 [INFO] 
11:18:39 [INFO] --- tycho-p2:3.0.4:p2-metadata (p2-metadata) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:39 [INFO] 
11:18:39 [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:39 [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)
11:18:39 [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/work/data/.metadata/.log
11:18:39 [INFO] Command line:
11:18:39 	[/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.rangeslider.finder.test/target/work/data, -install, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/work, -configuration, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/surefire.properties, -nouithread]
11:18:42 Running org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest
11:18:42 SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
11:18:42 SLF4J: Defaulting to no-operation (NOP) logger implementation
11:18:42 SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
11:18:42 
11:18:42 (SWT:3791): Gtk-WARNING **: 15:18:42.512: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
11:18:42 
11:18:42 (SWT:3791): Gtk-WARNING **: 15:18:42.512: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
11:18:42 
11:18:42 (SWT:3791): Gtk-WARNING **: 15:18:42.519: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
11:18:42 
11:18:42 (SWT:3791): Gtk-WARNING **: 15:18:42.519: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
11:18:42 
11:18:42 (SWT:3791): Gtk-WARNING **: 15:18:42.631: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
11:18:42 
11:18:42 (SWT:3791): Gtk-WARNING **: 15:18:42.632: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
11:18:42 
11:18:42 (SWT:3791): Gtk-WARNING **: 15:18:42.636: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
11:18:42 
11:18:42 (SWT:3791): Gtk-WARNING **: 15:18:42.636: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
11:18:42 
11:18:42 (SWT:3791): Gtk-WARNING **: 15:18:42.671: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
11:18:42 
11:18:42 (SWT:3791): Gtk-WARNING **: 15:18:42.671: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
11:18:42 
11:18:42 (SWT:3791): Gtk-WARNING **: 15:18:42.672: Negative content width -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
11:18:42 
11:18:42 (SWT:3791): Gtk-WARNING **: 15:18:42.672: Negative content height -1 (allocation 1, extents 1x1) while allocating gadget (node border, owner GtkFrame)
11:18:42 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.45 s - in org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest
11:18:42 org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest.testSetLowerValue  Time elapsed: 0.148 s
11:18:42 org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest.testSetUpperValue  Time elapsed: 0.071 s
11:18:42 org.eclipse.swtbot.nebula.rangeslider.finder.test.SWTBotRangeSliderTest.testSetSelection  Time elapsed: 0.065 s
11:18:42 
11:18:42 Results:
11:18:42 
11:18:42 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0
11:18:42 
11:18:43 [INFO] All tests passed!
11:18:43 [INFO] 
11:18:43 [INFO] --- install:2.3.1:install (default-install) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:43 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT.jar
11:18:43 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/.tycho-consumer-pom.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT.pom
11:18:43 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT-sources.jar
11:18:43 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/p2content.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT-p2metadata.xml
11:18:43 [INFO] Installing /home/jenkins/agent/workspace/swtbot-tycho/org.eclipse.swtbot.nebula.rangeslider.finder.test/target/p2artifacts.xml to /home/jenkins/agent/workspace/swtbot-tycho/.repository/org/eclipse/swtbot/plugins/org.eclipse.swtbot.nebula.rangeslider.finder.test/4.1.0-SNAPSHOT/org.eclipse.swtbot.nebula.rangeslider.finder.test-4.1.0-SNAPSHOT-p2artifacts.xml
11:18:43 [INFO] 
11:18:43 [INFO] --- tycho-p2:3.0.4:update-local-index (default-update-local-index) @ org.eclipse.swtbot.nebula.rangeslider.finder.test ---
11:18:43 [INFO] ------------------------------------------------------------------------
11:18:43 [INFO] Reactor Summary for Eclipse SWTBot 4.1.0-SNAPSHOT:
11:18:43 [INFO] 
11:18:43 [INFO] Eclipse SWTBot ..................................... SUCCESS [ 13.722 s]
11:18:43 [INFO] org.eclipse.swtbot.ant.junit ....................... SUCCESS [  8.016 s]
11:18:43 [INFO] org.eclipse.swtbot.eclipse.core .................... SUCCESS [  3.747 s]
11:18:43 [INFO] org.eclipse.swtbot.swt.finder ...................... SUCCESS [  4.990 s]
11:18:43 [INFO] org.eclipse.swtbot.eclipse.finder .................. SUCCESS [  2.329 s]
11:18:43 [INFO] org.eclipse.swtbot.e4.finder ....................... SUCCESS [  1.766 s]
11:18:43 [INFO] org.eclipse.swtbot.junit4_x ........................ SUCCESS [  2.462 s]
11:18:43 [INFO] org.eclipse.swtbot ................................. SUCCESS [  1.526 s]
11:18:43 [INFO] org.eclipse.swtbot.forms.finder .................... SUCCESS [  2.430 s]
11:18:43 [INFO] org.eclipse.swtbot.forms ........................... SUCCESS [  2.202 s]
11:18:43 [INFO] org.eclipse.swtbot.go .............................. SUCCESS [  2.441 s]
11:18:43 [INFO] org.eclipse.swtbot.eclipse ......................... SUCCESS [  1.459 s]
11:18:43 [INFO] org.eclipse.swtbot.eclipse.dsl ..................... SUCCESS [  1.709 s]
11:18:43 [INFO] org.eclipse.swtbot.eclipse.gef.finder .............. SUCCESS [  2.732 s]
11:18:43 [INFO] org.eclipse.swtbot.eclipse.spy ..................... SUCCESS [  2.016 s]
11:18:43 [INFO] org.eclipse.swtbot.eclipse.junit.headless .......... SUCCESS [  1.712 s]
11:18:43 [INFO] org.eclipse.swtbot.eclipse.test.junit .............. SUCCESS [  2.184 s]
11:18:43 [INFO] org.eclipse.swtbot.eclipse.ui ...................... SUCCESS [  2.340 s]
11:18:43 [INFO] org.eclipse.swtbot.generator ....................... SUCCESS [  2.810 s]
11:18:43 [INFO] org.eclipse.swtbot.generator.client ................ SUCCESS [  2.871 s]
11:18:43 [INFO] org.eclipse.swtbot.generator.rules.workbench ....... SUCCESS [  2.670 s]
11:18:43 [INFO] org.eclipse.swtbot.generator.jdt ................... SUCCESS [  3.753 s]
11:18:43 [INFO] org.eclipse.swtbot.generator.ui .................... SUCCESS [  2.206 s]
11:18:43 [INFO] org.eclipse.swtbot.junit5_x ........................ SUCCESS [  1.422 s]
11:18:43 [INFO] org.eclipse.swtbot.nebula.gallery.finder ........... SUCCESS [  2.557 s]
11:18:43 [INFO] org.eclipse.swt.examples ........................... SUCCESS [  6.292 s]
11:18:43 [INFO] org.eclipse.swtbot.swt.demo ........................ SUCCESS [  2.387 s]
11:18:43 [INFO] org.eclipse.ui.forms.examples ...................... SUCCESS [  3.534 s]
11:18:43 [INFO] org.eclipse.swtbot.nebula.nattable.finder .......... SUCCESS [  1.526 s]
11:18:43 [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder ..... SUCCESS [  2.167 s]
11:18:43 [INFO] org.eclipse.swtbot.nebula.stepbar.finder ........... SUCCESS [  1.456 s]
11:18:43 [INFO] org.eclipse.swtbot.nebula.rangeslider.finder ....... SUCCESS [  2.415 s]
11:18:43 [INFO] org.eclipse.swtbot.eclipse.gef ..................... SUCCESS [  1.683 s]
11:18:43 [INFO] org.eclipse.swtbot.generator.feature ............... SUCCESS [  2.238 s]
11:18:43 [INFO] org.eclipse.swtbot.ide ............................. SUCCESS [  1.369 s]
11:18:43 [INFO] org.eclipse.swtbot.eclipse.junit5.headless ......... SUCCESS [  1.697 s]
11:18:43 [INFO] org.eclipse.swtbot.junit5 .......................... SUCCESS [  2.188 s]
11:18:43 [INFO] org.eclipse.swtbot.nebula.gallery .................. SUCCESS [  2.304 s]
11:18:43 [INFO] org.eclipse.swtbot.nebula.nattable ................. SUCCESS [  1.470 s]
11:18:43 [INFO] org.eclipse.swtbot.nebula.checkboxgroup ............ SUCCESS [  1.443 s]
11:18:43 [INFO] org.eclipse.swtbot.nebula.stepbar .................. SUCCESS [  2.296 s]
11:18:43 [INFO] org.eclipse.swtbot.nebula.rangeslider .............. SUCCESS [  1.613 s]
11:18:43 [INFO] org.eclipse.swtbot.updatesite ...................... SUCCESS [  2.675 s]
11:18:43 [INFO] org.eclipse.swtbot.eclipse.ui.test ................. SUCCESS [ 11.752 s]
11:18:43 [INFO] org.eclipse.swtbot.swt.finder.test.keyboards ....... SUCCESS [  2.439 s]
11:18:43 [INFO] org.eclipse.swtbot.forms.finder.test ............... SUCCESS [  8.541 s]
11:18:43 [INFO] org.eclipse.swtbot.eclipse.finder.test ............. SUCCESS [02:31 min]
11:18:43 [INFO] org.eclipse.swtbot.e4.finder.test .................. SUCCESS [ 10.852 s]
11:18:43 [INFO] org.eclipse.swtbot.nebula.gallery.finder.test ...... SUCCESS [  6.703 s]
11:18:43 [INFO] org.eclipse.swtbot.swt.finder.test ................. SUCCESS [11:18 min]
11:18:43 [INFO] org.eclipse.swtbot.test ............................ SUCCESS [  3.234 s]
11:18:43 [INFO] org.eclipse.swtbot.generator.test .................. SUCCESS [ 10.077 s]
11:18:43 [INFO] org.eclipse.swtbot.generator.jdt.test .............. SUCCESS [  8.265 s]
11:18:43 [INFO] org.eclipse.swtbot.nebula.nattable.finder.test ..... SUCCESS [  8.664 s]
11:18:43 [INFO] org.eclipse.swtbot.nebula.checkboxgroup.finder.test  SUCCESS [  6.064 s]
11:18:43 [INFO] org.eclipse.swtbot.nebula.stepbar.finder.test ...... SUCCESS [  6.542 s]
11:18:43 [INFO] org.eclipse.swtbot.nebula.rangeslider.finder.test .. SUCCESS [  6.030 s]
11:18:43 [INFO] ------------------------------------------------------------------------
11:18:43 [INFO] BUILD SUCCESS
11:18:43 [INFO] ------------------------------------------------------------------------
11:18:43 [INFO] Total time:  18:09 min
11:18:43 [INFO] Finished at: 2023-07-26T15:18:43Z
11:18:43 [INFO] ------------------------------------------------------------------------
11:18:43 [WARNING] 
11:18:43 [WARNING] Plugin validation issues were detected in 12 plugin(s)
11:18:43 [WARNING] 
11:18:43 [WARNING]  * org.jacoco:jacoco-maven-plugin:0.8.5
11:18:43 [WARNING]  * org.eclipse.tycho:tycho-surefire-plugin:3.0.4
11:18:43 [WARNING]  * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5
11:18:43 [WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
11:18:43 [WARNING]  * org.eclipse.tycho:tycho-source-plugin:3.0.4
11:18:43 [WARNING]  * org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.3.2
11:18:43 [WARNING]  * org.eclipse.tycho:tycho-p2-repository-plugin:3.0.4
11:18:43 [WARNING]  * org.apache.maven.plugins:maven-install-plugin:2.3.1
11:18:43 [WARNING]  * org.eclipse.tycho:tycho-packaging-plugin:3.0.4
11:18:43 [WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5
11:18:43 [WARNING]  * org.apache.maven.plugins:maven-resources-plugin:2.4.3
11:18:43 [WARNING]  * org.eclipse.tycho:tycho-p2-publisher-plugin:3.0.4
11:18:43 [WARNING] 
11:18:43 [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
11:18:43 [WARNING] 
11:18:43 [swtbot-tycho] $ /bin/sh -xe /tmp/jenkins5040230298631535409.sh
11:18:43 + ssh genie.swtbot@projects-storage.eclipse.org rm -rf '/home/data/httpd/download.eclipse.org/technology/swtbot/snapshots/*'
11:18:46 + scp -r org.eclipse.swtbot.updatesite/target/repository/artifacts.jar org.eclipse.swtbot.updatesite/target/repository/artifacts.xml.xz org.eclipse.swtbot.updatesite/target/repository/content.jar org.eclipse.swtbot.updatesite/target/repository/content.xml.xz org.eclipse.swtbot.updatesite/target/repository/features org.eclipse.swtbot.updatesite/target/repository/p2.index org.eclipse.swtbot.updatesite/target/repository/plugins genie.swtbot@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/technology/swtbot/snapshots/
11:18:48 + ssh genie.swtbot@projects-storage.eclipse.org 'cd /home/data/httpd/download.eclipse.org/technology/swtbot/snapshots/ && zip -qr repository.zip *'
11:18:48 Terminating xvnc.
11:18:54 $ ssh-agent -k
11:18:54 unset SSH_AUTH_SOCK;
11:18:54 unset SSH_AGENT_PID;
11:18:54 echo Agent pid 54 killed;
11:18:54 [ssh-agent] Stopped.
11:18:54 Recording test results
11:18:55 [Checks API] No suitable checks publisher found.
11:18:55 Archiving artifacts
11:18:56 Finished: SUCCESS